Releases: ygunayer/patmat
Releases · ygunayer/patmat
0.2.3
- Increased code coverage to 99%+
- Fixed a bug that caused arrays being always matched against, even if they were completely different
- Fixed a bug that caused functions to be matched as objects first
- Fixed a bug that caused combined partial functions to prematurely throw errors when
isDefinedAt
was called - Fixed a bug that caused matching against an object to always return true even if a single field was a match despite other fields not matching
- Added a VSCode debug script for tests