can Liquibase generate changelog one file for one object?

Hi, 

Thanks for checking my question.

We want to add liquibase into our existing project, and we also hope source control the database objects based on the file, meaning we prefer to generate the one change log file on one database object, then we source control the file and update the database object by sing the single object chang log file. 

Now generating changelog create the only file for whole schema, I don’t have see the option I could use to generate the changelog file separately for each object. 

I know SQLcl could do that, but SQLcl can’t allow us to specify the author for the changelog, so there is no perfect approach.Any idea or suggestions will be highly appreciated. 

Thanks

Roy