Skip to content

v1.1.3

Compare
Choose a tag to compare
@dustinfarris dustinfarris released this 07 Sep 20:30
· 44 commits to master since this release

Upgrading

In your ember-cli project, run:

npm install --save-dev [email protected]

Release notes

  • A bug where custom validation error messages would cause "Maximum call stack exceeded" has been fixed
  • Reported version of ember-django-adapter in console while developing is now up-to-date

Changelog

  • [INTERNAL] Upgrade ember-cli to 1.13.15
    (#157)
  • [ENHANCEMENT] Allow addon to be used in a another addon
    (#164)
  • [BUGFIX] Map payload strings to arrays
    (#165)