Skip to content

Commit

Permalink
mention change of distributed file names in CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoow committed Jun 24, 2014
1 parent eb2af6f commit e904fd6
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
distribution that exports that global). When you were referring to e.g.
`Ember.SimpleAuth.ApplicationRouteMixin` you now have to change that to
just `SimpleAuth.ApplicationRouteMixin`.
* __[BREAKING]__ The "namespace" for all components that Ember Simple Auth
registers in Ember's container has been changed from 'ember-simple-auth-' to
just 'simple-auth-'.
* __[BREAKING]__ The names of the distributed files has changed from
"ember-simple-auth-…" to "simple-auth-…".
* __[BREAKING]__ The requirement for defining an initializer and call
`SimpleAuth.setup` in that has been dropped. Ember Simple Auth will now
setup itself once it is loaded. Existing Ember Simple Auth initializers
Expand All @@ -16,9 +21,6 @@
See the
[API Docs for `Configuration`](http://ember-simple-auth.simplabs.com/simple-auth-api-docs.html#SimpleAuth-Configuration)
for more information.
* __[BREAKING]__ The "namespace" for all components that Ember Simple Auth
registers in Ember's container has been changed from 'ember-simple-auth-' to
just 'simple-auth-'.
* __[BREAKING]__ All underscores have been replaced with dashes in filenames.
This only affects users that were using the AMD build.
* __[BREAKING]__ The AMD builds are no longer distributed in the 'amd/'
Expand Down

0 comments on commit e904fd6

Please sign in to comment.