Skip to content

v0.3.0

Compare
Choose a tag to compare
@danielspaniel danielspaniel released this 31 Jan 00:31
· 197 commits to master since this release
  • no more auto tracking by default
    • when manual tracking you have to declare when to start tracking
  • rollback added
    Usage:
    let model = this.get('your-model');

    // manually start tracking
    model.startTrack();

    // .. edit the model 

    model.rollback();