Any way to output sql to a file in 2.0.5?

Hi, thank you for the good work on Liquibase, it provides a handy solution for database management.


Currently I am integrating Liquibase with my spring application using liquibase.integration.spring.SpringLiquibase bean


From java doc, tt is plausible to know there is an property sqlOutputDir to that bean class so that the sql can output to external file.


However, the feature seems not exist in latest 2.0.5.


So, the question is, what is the current equivalent method or function to output changeLog sql to external file, or the feature just have been totally removed forever?


Please give a hint, thanks a lot.