blia / ember-cli-events-bus

A simple global events service.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DEPRECATION: The `initialize` method for Application initializer

progand opened this issue · comments

Hi!

Working with Ember 2.3.0 I have following message in browser's console:

DEPRECATION: The `initialize` method for Application initializer 'events-bus' should take only one argument - `App`, an instance of an `Application`. [deprecation id: ember-application.app-initializer-initialize-arguments] See http://emberjs.com/deprecations/v2.x/#toc_initializer-arity for more details.

Everything works fine.

commented

Hi. Please see my PR fixing that issue - #3

@jar3b @progand thank you so much! Merged.

@blia Could you release ember-cli-events version 0.0.3 with this fix? It's currently in master, but not in npm. Thanks in advance.

@blia Hi, is there any problem to release 0.0.3 with the above fix? ;)

Pinging @blia one last time for version bump, because now using this library without deprecations requires to set git revision in package.json...

Hi @blia, sorry to spam here...

As requested in previous comments, could you bump the package to 0.0.3 and npm publish it 🙏.

Thank you!