This repository was archived by the owner on Apr 15, 2020. It is now read-only.
InconsequentialMoose
Contents
- Changes to improve the setting of dirty state. See examples for the new preferred setup for keeping dirty state.
Breaking changes
operations.dirtynow no longer accepts any arguments.operations.cleanshould be used whereoperations.dirty({dirty: false})was previously used.operations.gonow include acleanstep in their workflow by default.
Additions
- Added
operations.clean, which is equivalent tooperations.dirty({dirty: false}).
Examples
- All updated to use new API