Skip to content

Latest commit

 

History

History
executable file
·
59 lines (39 loc) · 3.45 KB

CHANGELOG.md

File metadata and controls

executable file
·
59 lines (39 loc) · 3.45 KB

sl-ember-store Changelog

0.7.0

  • #100 [ENHANCEMENT] Update body-parser to 1.10.0
  • #110 [BREAKING ENHANCEMENT] No longer throw errors on empty result set
  • #115 [BREAKING ENHANCEMENT] Upgrade to Ember CLI 0.1.15
  • #116 [BREAKING ENHANCEMENT] Remove es5-shim
  • #118 [ENHANCEMENT] Update sl-ember-modelize to 1.5.0

View complete changeset

0.6.0

Incorrectly released v0.5.0 as v1.5.0, so re-releasing as v0.6.0. The v1.5.0 release will have to be skipped once arrived at.

View complete changeset

0.5.0

  • #93 [BREAKING ENHANCEMENT] Update version of sl-ember-modelize dependency
  • #94 [BREAKING ENHANCEMENT] Upgrade to Ember CLI 0.1.5
  • #89 [INTERNAL] Installed ember-cli-es5-shim to faciliate running of tests via TravisCI

View complete changeset

0.4.0

  • #77 [BUGFIX] Ember Inspector now correctly recognizes this addon's models
  • #77 [ENHANCEMENT] Update cacheing to allow addition as well as replacement of cache for 'find all' operations
  • #82 [INTERNAL] Add entry in .gitignore for Vim swap files
  • #83 [DOCUMENTATION] Update link to live demo application in README.md
  • #86 [BUGFIX] Remove use of content-for hooks to populate meta data in demo application
  • #88 [BREAKING ENHANCEMENT] Upgrade sl-ember-modelize dependency to v1.3.0

View complete changeset

0.3.0

  • #63 [BUGFIX] Fix generator test
  • #67 [ENHANCEMENT] Add Ember Inspector support
  • #71 [BUGFIX] Fix JSHint errors
  • #73 [BREAKING ENHANCEMENT] Update dependency on sl-ember-modelize to ~1.2.0
  • #74 [DOCUMENTATION] Update demo application
  • #60 [BUGFIX] Fix body parser in server/index.js

View complete changeset

0.2.0

  • #45 [DOCUMENTATION] Update installation instructions
  • [INTERNAL] Modify package.json properties
  • #53 [BREAKING ENHANCEMENT] Upgrade to Ember CLI 0.1.4

View complete changeset

0.1.0

  • Initial release