aboutsummaryrefslogtreecommitdiffstats
path: root/test/ng/filter
AgeCommit message (Expand)Author
2014-03-18fix(orderBy): support string predicates containing non-ident charactersCaitlin Potter
2014-03-06feat(input): support types date, time, datetime-local, month, weekBen Lesh
2014-02-27chore(filtersSpec): fix typoLajos Veres
2014-02-15fix(numberFilter): convert all non-finite/non-numbers/non-numeric strings to ...Sergei Z
2014-02-11feat(filterFilter): support deeply nested predicate objectsCaitlin Potter
2014-01-31fix(filterFilter): don't interpret dots in predicate object fields as pathsIgor Minar
2014-01-05refactor(filterFilter): simplify code by a ternary op instead of if-elseRoyLING
2013-10-09test(filters): fix timezone-dependent testBrian Ford
2013-10-01fix(dateFilter): allow negative millisecond value stringsHenning Teek
2013-08-15fix(filter): filter on false propertiesTom Dunstan
2013-07-24fix(numberFilter): always convert scientific notation to decimalPaul Meskers
2013-05-07fix(date): correctly format dates with more than 3 sub-second digitsKevin Wells
2013-03-14fix(timezone): correct timezone date filter for 1/2 hour offsetsSujeet Pillai
2013-02-14feat(filter): Add comparison function to filterRosina Bignall
2013-02-14fix(numberFilter): fix formatting when "0" passed as fractionSizeKury Kruitbosch
2013-02-07feat(dateFilter): add `[.,]sss` formatter for millisecondsMaxim Grach
2013-02-07fix(date): invert timezone sign and always display signPhilip Roberts
2013-01-09fix(date): parse string input as local time unless TZ is specifiedIgor Minar
2012-12-19feat(limitTo): limitTo filter accepts stringsJeremy Tymes
2012-10-26fix(currency): Handle not-quite-zero valuesBraden Shepherdson
2012-09-06fix(dateFilter): make timezone optionalIwein Fuld
2012-09-06fix(dateFilter): support sub-second precision on dateFilterStein Jakob Nordbø
2012-04-11chore(ngSanitize): extract $sanitize, ngBindHtml, linkyFilter into a moduleVojta Jina
2012-03-28refactor(fromJson/date filter): move date string logic to date filterIgor Minar
2012-03-28chore(module): move files around in preparation for more modulesMisko Hevery