We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eabfefb commit e9b7f1aCopy full SHA for e9b7f1a
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+# 1.5.1
2
+
3
+* Session restoration is now setup in an initializer (vs. an instance
4
+ initializer), see #1547.
5
+* The new acceptance test helpers introduced with 1.5.0 no longer need to
6
+ manually set up the router (which was using private API), see #1548.
7
8
# 1.5.0
9
10
* The acceptance test helpers no longer rely on the global `wait` test helper,
package.json
@@ -1,6 +1,6 @@
{
"name": "ember-simple-auth",
- "version": "1.5.0",
+ "version": "1.5.1",
"description": "A lightweight library for implementing authentication/authorization with Ember.js applications.",
"keywords": [
"ember-addon"
0 commit comments