Skip to content

Commit

Permalink
0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Otte-Witte committed Feb 24, 2014
1 parent 7943745 commit 05f5b88
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 0.1.2

* Ember.SimpleAuth.setup now **expects the container and the application as arguments** (`Ember.SimpleAuth.setup(container, application);`)
* the authenticator to use is now looked up via Ember's container instead of the class name which fixes all sorts of problems especially when using Ember AppKit with the new ES6 modules lookup
* the examples will now always build a new release of Ember.SimpleAuth when starting
* origin validation now works in IE, see #84

# 0.1.1

* use absolute expiration times for tokens, see #76
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.1
0.1.2
2 changes: 1 addition & 1 deletion docs/yuidoc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Ember.SimpleAuth API",
"description": "Ember.SimpleAuth is a __lightweight library for implementing authentication/authorization__ with Ember.js applications.",
"version": "0.1.1",
"version": "0.1.2",
"url": "http://ember-simple-auth.simplabs.com",
"github_url": "https://github.com/simplabs/ember-simple-auth",
"options": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ember-simple-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "A lightweight and unobtrusive library for implementing token based authentication with Ember.js.",
"homepage": "https://github.com/simplabs/ember-simple-auth",
"authors": ["Marco Otte-Witte"],
"version": "0.1.1",
"version": "0.1.2",

"directories": {
"lib": "lib"
Expand Down

0 comments on commit 05f5b88

Please sign in to comment.