My personal collection of helpers has grown quite a bit since first releasing this library, and honestly I've been lacking in keeping it up-to-date. This new version will bring in helpers I've found useful whilst InventoryBase and InventoryBase Mobile.
- Smaller syntax, eg.
eq
instead ofif_eq
(possibly, may roll this back as I'm not sure I like how it reads) - Simpler syntax, eg.
{{#eq something 2}}
instead of{{#if_eq something compare=2}}
- Strict Comparisons
- Logging
- Inflections
- CoffeeScript (why not?)
- AMD/CommonJS support
- Tests