This repository has been archived by the owner on Jun 15, 2022. It is now read-only.
Releases: poteto/ember-macaroni
Releases · poteto/ember-macaroni
Documentation is important
More macros
This release adds the following macros:
joinWith
– Returns a string of values joined together with a separatorgte
– Greater than or equal to comparison between two dependent keysgt
– Greater than comparison between two dependent keyslte
– Lesser than or equal to comparison between two dependent keyslt
– Lesser than comparison between two dependent keys
Breaking changes
filterCollectionByContains
is renamed tofilterFromCollectionByContains
Cleanup
First release
This addon brings in a bunch of useful computed property macros.