prep new release
This commit is contained in:
parent
7173ae952c
commit
a05df2a683
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@yanick/updeep-remeda": patch
|
||||
---
|
||||
|
||||
maint: use changesets for change management
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@yanick/updeep-remeda": minor
|
||||
---
|
||||
|
||||
add functions mapIf and mapIfElse
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@yanick/updeep-remeda": patch
|
||||
---
|
||||
|
||||
move back the documentation in the README
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@yanick/updeep-remeda": minor
|
||||
---
|
||||
|
||||
object predicates are now shortcuts for `u.matches`
|
30
CHANGELOG.md
30
CHANGELOG.md
@ -1,37 +1,41 @@
|
||||
# Changelog for [updeep-remeda][homepage]
|
||||
# Changelog for [updeep-remeda](https://github.com/yanick/updeep-remeda)
|
||||
|
||||
[homepage]: https://github.com/yanick/updeep-remeda
|
||||
## 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
|
||||
- check for array deep equality
|
||||
|
||||
### Statistics
|
||||
|
||||
* code churn: 6 files changed, 50 insertions(+), 11 deletions(-)
|
||||
|
||||
- code churn: 6 files changed, 50 insertions(+), 11 deletions(-)
|
||||
|
||||
## v2.1.1, 2023-02-22
|
||||
|
||||
* add map to the exports
|
||||
- add map to the exports
|
||||
|
||||
### Statistics
|
||||
|
||||
* code churn: 4 files changed, 134 insertions(+), 121 deletions(-)
|
||||
|
||||
- code churn: 4 files changed, 134 insertions(+), 121 deletions(-)
|
||||
|
||||
## v2.1.0, 2023-00-13
|
||||
|
||||
* add function 'matches'
|
||||
- add function 'matches'
|
||||
|
||||
### Statistics
|
||||
|
||||
* code churn: 7 files changed, 66 insertions(+), 174 deletions(-)
|
||||
|
||||
- code churn: 7 files changed, 66 insertions(+), 174 deletions(-)
|
||||
|
||||
## v2.0.0
|
||||
|
||||
* Fork from the [mothership](github.com/substantial/updeep), v1.2.1
|
||||
|
||||
- Fork from the [mothership](github.com/substantial/updeep), v1.2.1
|
||||
|
10
package.json
10
package.json
@ -1,14 +1,17 @@
|
||||
{
|
||||
"type": "module",
|
||||
"name": "@yanick/updeep-remeda",
|
||||
"version": "2.2.0",
|
||||
"version": "2.3.0",
|
||||
"description": "Easily update nested frozen objects and arrays in a declarative and immutable manner.",
|
||||
"homepage": "https://yanick.github.io/updeep-remeda",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/yanick/updeep-remeda"
|
||||
},
|
||||
"authors": [ "Aaron Jensen", "Yanick Champoux" ],
|
||||
"authors": [
|
||||
"Aaron Jensen",
|
||||
"Yanick Champoux"
|
||||
],
|
||||
"files": [
|
||||
"esm"
|
||||
],
|
||||
@ -30,8 +33,7 @@
|
||||
"bugs": {
|
||||
"url": "https://github.com/yanick/updeep-remeda/issues"
|
||||
},
|
||||
"scripts": {
|
||||
},
|
||||
"scripts": {},
|
||||
"dependencies": {
|
||||
"remeda": "^1.3.0"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user