You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,14 @@
1
+
-**v0.59.1 - *2020/07/17***
2
+
-**Fully compatible with version 0.59.0**
3
+
- Updated "exports" property in `package.json` to address the issue where some tools couldn't access the manifest file. See https://github.com/nodejs/node/issues/33460.
4
+
- Got rid of ES5 in all examples
5
+
1
6
-**v0.59.0 - *2020/07/07***
2
7
- Sorry for all the renaming, but I'm in the process of freezing the API and wanted to tackle some inconsistencies in naming choices.
3
8
- Updated to support Node.js ES modules (and renamed ES modules build to `lamb.mjs`)
4
9
- Added `split` and `splitBy`
5
10
-**API change**: renamed `pick` to `pickIn` and `pickKeys` to `pick`
11
+
-**API change**: renamed `skip` to `skipIn` and `skipKeys` to `skip`
6
12
-**API change**: renamed `rename` to `renameIn` and `renameKeys` to `rename`
7
13
-**API change**: renamed `pluck` to `pluckFrom` and `pluckKey` to `pluck`
8
14
-**API change**: renamed `case` to `casus` to avoid confusion and clashing with the switch statement's case
Please note that Lamb is served by jsDelivr since version 0.42.0.
@@ -115,11 +115,17 @@ You can check the [recent](#recent_changes) or the [full](https://ascartabelli.g
115
115
## <aname="recent_changes"></a> Recent changes
116
116
You can also check the [full changelog](https://ascartabelli.github.io/lamb/changelog.html).
117
117
118
+
-**v0.59.1 - *2020/07/17***
119
+
-**Fully compatible with version 0.59.0**
120
+
- Updated "exports" property in `package.json` to address the issue where some tools couldn't access the manifest file. See https://github.com/nodejs/node/issues/33460.
121
+
- Got rid of ES5 in all examples
122
+
118
123
-**v0.59.0 - *2020/07/07***
119
124
- Sorry for all the renaming, but I'm in the process of freezing the API and wanted to tackle some inconsistencies in naming choices.
120
125
- Updated to support Node.js ES modules (and renamed ES modules build to `lamb.mjs`)
121
126
- Added `split` and `splitBy`
122
127
-**API change**: renamed `pick` to `pickIn` and `pickKeys` to `pick`
128
+
-**API change**: renamed `skip` to `skipIn` and `skipKeys` to `skip`
123
129
-**API change**: renamed `rename` to `renameIn` and `renameKeys` to `rename`
124
130
-**API change**: renamed `pluck` to `pluckFrom` and `pluckKey` to `pluck`
125
131
-**API change**: renamed `case` to `casus` to avoid confusion and clashing with the switch statement's case
@@ -146,9 +152,3 @@ You can also check the [full changelog](https://ascartabelli.github.io/lamb/chan
146
152
-**API change**: `compose`, `intersection`, `merge`, `mergeOwn`, `union` and `zip` are now binary functions, and so are functions built with `unionBy`.
147
153
-**API change**: `adapter`, `allOf`, `anyOf`, `collect` and `pipe` now accept an array of functions
148
154
- Updated doc comments and tests
149
-
150
-
-**v0.55.0 - *2018/03/21***
151
-
-**Fully compatible with versions down to 0.53.x**
0 commit comments