2025-01-31 17:46:23 +00:00
|
|
|
# Changelog for [@yanick/updeep](https://github.com/yanick/updeep)
|
2015-08-01 16:22:05 +00:00
|
|
|
|
2024-02-27 19:24:29 +00:00
|
|
|
## 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
|
|
|
|
|
2024-02-27 18:35:51 +00:00
|
|
|
## v2.3.0, 2024-02-27
|
2019-09-18 15:42:33 +00:00
|
|
|
|
2024-02-27 18:35:51 +00:00
|
|
|
### Minor Changes
|
2021-08-10 15:08:26 +00:00
|
|
|
|
2024-02-27 18:35:51 +00:00
|
|
|
- 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
|
2015-11-16 16:30:11 +00:00
|
|
|
|
2023-04-10 14:59:27 +00:00
|
|
|
## v2.1.2, 2023-03-10
|
|
|
|
|
2024-02-27 18:35:51 +00:00
|
|
|
- check for array deep equality
|
2023-04-10 14:59:27 +00:00
|
|
|
|
|
|
|
### Statistics
|
|
|
|
|
2024-02-27 18:35:51 +00:00
|
|
|
- code churn: 6 files changed, 50 insertions(+), 11 deletions(-)
|
2023-04-10 14:59:27 +00:00
|
|
|
|
2023-03-22 21:12:47 +00:00
|
|
|
## v2.1.1, 2023-02-22
|
|
|
|
|
2024-02-27 18:35:51 +00:00
|
|
|
- add map to the exports
|
2023-03-22 21:12:47 +00:00
|
|
|
|
|
|
|
### Statistics
|
|
|
|
|
2024-02-27 18:35:51 +00:00
|
|
|
- code churn: 4 files changed, 134 insertions(+), 121 deletions(-)
|
2023-03-22 21:12:47 +00:00
|
|
|
|
2023-01-13 18:43:06 +00:00
|
|
|
## v2.1.0, 2023-00-13
|
2023-01-13 18:42:56 +00:00
|
|
|
|
2024-02-27 18:35:51 +00:00
|
|
|
- add function 'matches'
|
2023-01-13 18:42:56 +00:00
|
|
|
|
2023-01-13 18:43:06 +00:00
|
|
|
### Statistics
|
|
|
|
|
2024-02-27 18:35:51 +00:00
|
|
|
- code churn: 7 files changed, 66 insertions(+), 174 deletions(-)
|
2023-01-13 18:42:56 +00:00
|
|
|
|
2023-01-11 18:01:28 +00:00
|
|
|
## v2.0.0
|
2018-11-28 01:00:10 +00:00
|
|
|
|
2024-02-27 18:35:51 +00:00
|
|
|
- Fork from the [mothership](github.com/substantial/updeep), v1.2.1
|