Skip to content
This repository was archived by the owner on Apr 15, 2020. It is now read-only.

InconsequentialMoose

Choose a tag to compare

@dxinteractive dxinteractive released this 16 May 02:28
· 25 commits to master since this release

Contents

  • Changes to improve the setting of dirty state. See examples for the new preferred setup for keeping dirty state.

Breaking changes

  • operations.dirty now no longer accepts any arguments. operations.clean should be used where operations.dirty({dirty: false}) was previously used.
  • operations.go now include a clean step in their workflow by default.

Additions

  • Added operations.clean, which is equivalent to operations.dirty({dirty: false}).

Examples

  • All updated to use new API