You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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, argssrc, 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.