Skip to content

Latest commit

 

History

History
66 lines (48 loc) · 3.79 KB

CHANGELOG.md

File metadata and controls

66 lines (48 loc) · 3.79 KB

Ember State Services Changelog

4.0.0

  • #72 Create weakmap before returning weakmap

3.4.0

  • #69 Upgrading to 2.12.0 and using factoryFor over _lookupFactory
  • #68 Add lock file

3.3.0

  • #66 Use getOwner directly from Ember to avoid getOwner import deprecation

3.2.0

  • #60 Updating to ember-cli 2.8
  • #59 Updating to ember-cli 2.6
  • #58 Buffered proxy upgrade to 0.6.0
  • #57 Upgrade from 2.x to 3.x docs
  • #56 Add changelog
  • #54 Arity check rather then truthyness

3.1.0

  • #51 Use getOwner API to lookupFactory

3.0.0

  • #47 [BREAKING] Add default factory and improve initialState
  • #50 Fix typo in README
  • #48 Update ember-buffered-proxy example
  • #44 Upgrade docs 1.x -> 2.x
  • #46 Example Demo updated to ember-cli v1.13.13 and ember updated to v2.2
  • #41 Added Introduction Video
  • #38 Fix typo in README import example

2.0.0

  • #36 Fix weakmap dependency and add null property check
  • #35 Fix typo in readme
  • #34 Updating README
  • #32 New example, improvements, and readme update
  • #31 New stateFor CP
  • #26 Ember CLI Upgrade/Improvements

1.0.0

  • #24 Add configuration for content key
  • #22 Add semicolon to avoid a jshint error
  • #21 Specify stateName value with a dash

0.0.4

  • #20 Use registry with container and don't use container.has
  • #17 ES6-ify
  • #16 Fix TypeError: Cannot read property "stateFor" of undefined
  • #15 Adding unit test for state-mixin

0.0.3

0.0.2

  • #4 Project rename including methods, variables, etc
  • #6 Update package.json
  • #5 Correct documentation