Skip to content

Commit f30a206

Browse files
committed
update CHANGELOG
1 parent 016ded3 commit f30a206

File tree

3 files changed

+247
-255
lines changed

3 files changed

+247
-255
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ language: node_js
22
node_js:
33
- '11'
44
- '10'
5-
- '8'
65
branches:
76
only:
87
- master

CHAGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22

33
## v3.0.0
44

5+
- Replaced Webpack with Rollup for bundling the library. As a result of this migration the library is now exported in `UMD`, `CommonJS` and `ESM` formats.
6+
- The library does not export standalone modules. If you need to import only one method you can import a named export.
7+
58
## v2.0.2
9+
610
- In `del` method if index is a negative number, return a copy of the original array. By just returning the original array (as of version 1.0.3) is dangerous for mutating the resulted array if the original is mutated.
711

812
## v2.0.1

0 commit comments

Comments
 (0)