Skip to content

Commit

Permalink
1.1.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoow committed Feb 12, 2016
1 parent 5d5476c commit 11d65f1
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
# 1.1.0-beta.1

* Session Stores are now asynchronous. Synchronous session stores will still
work but are now deprecated and will be removed in Ember Simple Auth 2.0, see
#714, #717.
* Ember Simple auth now comes with blueprints for creating authenticators and
authorizers, see #879.
* The requests that the devise authenticator makes can now be customized with
additional options, see #886.
* The default for (Ember Simple Auth's internal) `baseURL` property is now
`''`, see #881.
* `browserify` is now only enabled for Ember Simple Auth's own tests, fixing
potential problems in apps, see #833.
* When the authenticator fails to restore the session with an error, that error
will now be logged, see #829.
* When invalidating a torii session, the session data will now be passed to the
torii provider, see #808.
* ember-getowner-polyfill is now include in Ember Simple Auth's dependencies so
that applications don't have to install it explicitly, see #806.
* Ember Simple Auth will no longer trigger a deprecation regarding use of the
`container` property, see #894, #804, #796.
* The `DataAdapterMixin` will now only invalidate the session on 401 responses
when it is actually currently authenticated, see #722.

# 1.0.1

* A bug in the mechanism that forwards events from the internal session through
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-simple-auth",
"version": "1.0.1",
"version": "1.1.0-beta.1",
"description": "A lightweight library for implementing authentication/authorization with Ember.js applications.",
"directories": {
"doc": "doc",
Expand Down
2 changes: 1 addition & 1 deletion vendor/ember-simple-auth/register-version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Ember.libraries.register('Ember Simple Auth', '1.0.1');
Ember.libraries.register('Ember Simple Auth', '1.1.0-beta.1');

0 comments on commit 11d65f1

Please sign in to comment.