hike
Version:
Multihome files search library for mincer
51 lines (28 loc) • 957 B
Markdown
1.0.2 / 2016-12-29
------------------
- More strict properties check to avoid collisions withmodified prototypes, #13.
1.0.1 / 2014-12-12
------------------
- Remove obsolete `lodash` dependency.
- Set default root to '.' if nothing passed to constructor.
1.0.0 / 2014-12-01
------------------
- Full rewrite. Removed all ruby-style madness.
- We no longer support it as port. Library is now for internal mincer use only.
0.1.4 / 2014-07-26
------------------
- Perfomance: don't create index for each uncached call.
- Cache should keep results for missed files too.
0.1.3 / 2014-01-08
------------------
- Maintenance release. Dependencies & lint rules update.
0.1.2 / 2013-06-16
------------------
- Maintenance release. Replaced `underscore` with `lodash`,
and different minor/cosmetic changes.
0.1.1 / 2012-10-13
------------------
- Fix order of paths tried upon find loop.
0.1.0 / 2012-05-15
------------------
- First release