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

Releases: crazycodr/data-filter

Changed arrays to array iterator support

22 Aug 16:13
Compare
Choose a tag to compare

Needed to force arrays to be array iterators to support internal calls to be iterator based only or external iterators using reset/current/valid seemed to bypass the iterator implementation.

Final version with line feed fixes

31 Jul 01:22
Compare
Choose a tag to compare
2.0.1

Line feed setting

New final and stable version

27 Jul 11:35
Compare
Choose a tag to compare

This new stable release completly overhauls the previous code (Not backward compatible) and creates new objects, interfaces and more to work in a more OO style. The new setup can be injected and TDD'ed much more easily but we lost some features such as the chainable where which is hard to test and make flexible at the same time.

Groups and FilterTypes

23 Jul 03:07
Compare
Choose a tag to compare

This new release comprises new features such as Groups of filters and filter types on groups and on the main set of filters.

Entirely backward compatible!

Initial release

20 Jul 15:05
Compare
Choose a tag to compare

Contains the basic Filter iterator that supports where() in a chainable fashion