v0.4.0
This version is refactor using the Ember CLI addon command. Main reason for this was to piggyback on top of Ember CLI's testing setup and blueprints.
Please upgrade and report any issues you might find.
This closes all outstanding issues #1, #6, #7, #8 and #9.
Changelog:
- [BREAKING] Default initializer authorizer renamed from
token:authorizer
tosimple-auth-authorizer:token
. - [BREAKING] Default initializer authenticator renamed from
token:authenticator
tosimple-auth-authenticator:token
. - [BREAKING] Configuration is now specified under Ember CLI's
config/environment.js
instead ofapp/index.html
.