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

Kokopeli

Choose a tag to compare

@ilucin ilucin released this 22 Sep 09:23
· 37 commits to master since this release
  • [FIX/BREAKING] - Remove lodash dependency (which caused change in dirty comparison algorithm)
  • [BREAKING] createForm is not exported in 'ember-form-object/utils/core' anymore but as a default export of 'ember-form-object/utils/create-form' module
  • [BREAKING] Update ember-validations to 2.0.0-alpha.5 (check their changelog for public API changes)
  • [FIX/BREAKING] It's now mandatory to call this._super() on init, beforeSubmit & afterSubmit methods
  • [FEATURE] Add beforeModelSync and afterModelSync hooks
  • [FEATURE] Add support for "ordered" option in property definition (#5)
  • [FIX] Fix setting virtual async property through class setter method
  • [FEATURE] Add form.reset() API
  • [BREAKING] Rename form.rollbackAttributes() to form.rollbackModelAttributes() for consistency