Path to 1.0?
jrjohnson opened this issue ยท 6 comments
jrjohnson commented
Given that this is the officially recommended solution for this problem I'd be interested in helping get it to 1.0
.
Until that first major version is released Ember Dependency Lint fails tests as many different 0.1.x and 0.2.x versions collide.
lifeart commented
Hi @jrjohnson! Thank you for question!
I think we ready for 1.0, there is some tasks to do:
- remove deprecated code https://github.com/lifeart/ember-ref-modifier/blob/master/addon/modifiers/ref.js#L21
- update CI to support 3.12 https://travis-ci.com/lifeart/ember-ref-modifier/jobs/281873563
- update readme to point proper ember versions.
jrjohnson commented
Ok, I took a stab at these since I had some free time tonight. Hopefully that's helpful and not annoying ๐
lifeart commented
@jrjohnson sure, thank you for your help!
lifeart commented
@jrjohnson thank you for your time! ember-ref-modifier@1.0.0 released
jrjohnson commented
Happy to help!