Skip to content

v0.2.0

Choose a tag to compare

@patrickarlt patrickarlt released this 26 Apr 01:14

Changed

  • Large refactor to move to a factory based API and use composition to improve code clarity
  • acetate.args will no longer include Acetate command line arguments
  • The options, args src, dest, root, and config properties are now frozen and cannot be updated.
  • Update dependencies

Added

  • Additional CLI doc
  • Pages now have more public properties including metadata which is a read only copy of the metadata found in the file and dirty with will tell you if a page has changed since it was last built.

Removed

  • Remove the clean option since it was buggy and did not operate how most people expect.