jmurphyau / ember-truth-helpers

Ember HTMLBars Helpers for {{if}} & {{unless}}: not, and, or, eq & is-array
MIT License
706 stars 95 forks source link

[QUESTION] `ember-source` compat #194

Closed bertdeblock closed 1 year ago

bertdeblock commented 1 year ago

The README says v3.28 is supported, but ember-truth-helpers has a peer dependency on ember-source >=4.8.4 here. Which one of the two is correct?

SergeAstapov commented 1 year ago

@bertdeblock Thanks for highlighting this! readme should be correct one as we run tests for 3.28 in CI and we added ember-functions-as-helper-polyfill just for <=4.5 support

SergeAstapov commented 1 year ago

@bertdeblock Thank you! released as v4.0.1

bertdeblock commented 1 year ago

Thanks @SergeAstapov!