- Updated to angular 1.4.0
- Treat
NaN
as an invalid value for thedefault
filter
- Added
property
filter - Added
join
filter - Updated to angular 1.2.10
- Improved tests and stability
- Rewritten build process
- Main module renamed to
frapontillo.ex.filters
in order to adhere with the Angular Component Specification draft. - Added
bool
filter. - Upgraded bower information, node packages and Karma test runner.
- Added
firstNotNull
,lastNotNull
,max
,min
. - Test set complete.
- TravisCI is working.
- First release.
default
filter is the only filter at the moment.- Unit testing with grunt, testacular and gruntacular configured.
defaultSpec
test written.