51 lines
1020 B
Markdown
51 lines
1020 B
Markdown
# Changelog for [@yanick/updeep](https://github.com/yanick/updeep)
|
|
|
|
## 2.3.1
|
|
|
|
### Patch Changes
|
|
|
|
- 2bb0372: actually make mapIf and mapIfElse accessible.
|
|
- 7f0b147: don't include the tests in the package
|
|
|
|
But do include the TypeScript source, for the lulz
|
|
|
|
## v2.3.0, 2024-02-27
|
|
|
|
### Minor Changes
|
|
|
|
- 190bb7b: add functions mapIf and mapIfElse
|
|
- 05669ce: object predicates are now shortcuts for `u.matches`
|
|
|
|
### Patch Changes
|
|
|
|
- 04e6304: maint: use changesets for change management
|
|
- 2fc662f: move back the documentation in the README
|
|
|
|
## v2.1.2, 2023-03-10
|
|
|
|
- check for array deep equality
|
|
|
|
### Statistics
|
|
|
|
- code churn: 6 files changed, 50 insertions(+), 11 deletions(-)
|
|
|
|
## v2.1.1, 2023-02-22
|
|
|
|
- add map to the exports
|
|
|
|
### Statistics
|
|
|
|
- code churn: 4 files changed, 134 insertions(+), 121 deletions(-)
|
|
|
|
## v2.1.0, 2023-00-13
|
|
|
|
- add function 'matches'
|
|
|
|
### Statistics
|
|
|
|
- code churn: 7 files changed, 66 insertions(+), 174 deletions(-)
|
|
|
|
## v2.0.0
|
|
|
|
- Fork from the [mothership](github.com/substantial/updeep), v1.2.1
|