Skip to content

Releases: gabrieljmj/matchee

v0.4.3

07 Apr 21:08
Compare
Choose a tag to compare

Bug fixes

  • Export objectPaths function (3e4ac023)

To see all changes including minor changes, check the Changelog file.

v0.4.0

30 Mar 20:45
Compare
Choose a tag to compare

New Features

Breaking changes

  • Now match function does not return a promise anymore. Expression values that returns promises must be used with the new asyncMatch function. This was added to prevent not necessary async/await everywhere.

To see all changes including minor changes, check the Changelog file.

v0.3.0

06 Mar 06:29
Compare
Choose a tag to compare

New Features

  • Add objectPath function to match object paths (c60c3b2b)

Refactors

To see all changes including minor changes, check the Changelog file.