buschtoens / ember-render-helpers

Complimentary render template helpers to the render modifiers
MIT License
22 stars 3 forks source link

Backport new helper names to v0.2 to avoid dependency hell #453

Open jelhan opened 4 days ago

jelhan commented 4 days ago

Are you open to backport the helper renaming to v0.2 as well?

Having a v0.2.1 release with the new names in addition to the old once would help with upgrading as addons could support ^0.2.0 || ^1.0.0. The current setup forces an addon upgrading to v1 dropping support for v0.2 at the same time. Applications using multiple addons which depend on ember-render-helper are forced to upgrade all of them at once. This often slows down upgrading any of them and causes additional work due to amount of changes needed at once.

Every addon could work around using Embroider Macros. But I feel it is easier solving it once by having a v0.2.1 release of ember-render-helpers, which provides the new names as alias.

jelhan commented 3 days ago

@buschtoens: Can I interpret your thumbs up as looking forward for a PR?