Releases: patrickarlt/acetate
Releases · patrickarlt/acetate
v0.2.0
Changed
- Large refactor to move to a factory based API and use composition to improve code clarity
acetate.argswill no longer include Acetate command line arguments- The
options,argssrc,dest,root, andconfigproperties are now frozen and cannot be updated. - Update dependencies
Added
- Additional CLI doc
- Pages now have more public properties including
metadatawhich is a read only copy of the metadata found in the file anddirtywith will tell you if a page has changed since it was last built.
Removed
- Remove the
cleanoption since it was buggy and did not operate how most people expect.
v0.1.0
Added
- tests for error handling
- tests for edge cases in templating
- tests for data loading
- added release automation
- added changelog
Changed
- BREAKING
acetate.srcandacetate.destare removed. Pass them as options or with the-ior-oflags on the command line - refactored error handling and logging to be more compact
- refactored page loading to be simpler
- move runner and CLI to event based system