deep-grep
Version:
Scours arbitrarily-nested objects finding the things you want.
24 lines (18 loc) • 437 B
Markdown
0.4.x
====
* Added support for multi-session grep (allows for concurrency)
* Cleaned up module.exports
* Added token unit tests
* Deprecated `sync()` and `async()` methods
* Added jsdoc
0.3.x
====
* Add support for hash tuple checks
* Add strictures
* Add log4j logging
* Properly implemented singleton
* Add substantial edge case checking
* Add add'l unit tests
0.2.x
====
* Fold in [jgrep](https://github.com/janearc/jagrep)