Skip to content
This repository has been archived by the owner on Jun 15, 2022. It is now read-only.

Releases: poteto/ember-macaroni

Documentation is important

29 Sep 23:41
Compare
Choose a tag to compare

More macros

29 Sep 23:32
Compare
Choose a tag to compare

This release adds the following macros:

  • joinWith – Returns a string of values joined together with a separator
  • gte – Greater than or equal to comparison between two dependent keys
  • gt – Greater than comparison between two dependent keys
  • lte – Lesser than or equal to comparison between two dependent keys
  • lt – Lesser than comparison between two dependent keys

Breaking changes

  • filterCollectionByContains is renamed to filterFromCollectionByContains

Cleanup

28 Sep 21:16
Compare
Choose a tag to compare

This release fixes an issue where named imports would not work, and also adds a new macro collectionWithoutKey.

First release

28 Sep 19:49
Compare
Choose a tag to compare

This addon brings in a bunch of useful computed property macros.