This repository has been archived by the owner on May 19, 2024. It is now read-only.
Releases: nblackburn/micro-match
Releases · nblackburn/micro-match
1.0.3
1.0.2
- Updated dependencies.
- Renamed source directory to src.
1.0.1
- Updated dependencies
1.0.0
- Abstracted out utility functions
- Improved test suite
0.3.0
- Added new test function.
With this release, a small change is required to the way the library is imported.
Before
const match = require('micro-match');
After
const { match } = require('micro-match');
0.2.1
- Updated dependencies.
- Removed unnecessary escapes in regular expressions.
0.2.0
0.1.0
0.1.1
- Added keywords to package.json.
- Added repository to package.json.
- Tweaked wording in README.md.
0.1.0
- Initial release.