Skip to content
This repository has been archived by the owner on May 19, 2024. It is now read-only.

0.3.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@nblackburn nblackburn released this 06 Jun 21:37
· 28 commits to master since this release
  • 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');