Skip to content

Commit 4872c9e

Browse files
committed
[ci skip] library build
1 parent 11202bb commit 4872c9e

File tree

5 files changed

+16
-8
lines changed

5 files changed

+16
-8
lines changed

CHAGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# CHANGELOG
22

3+
## v1.0.2
4+
5+
- Use the array spread operator in delete method.
6+
- Keep devDependencies up to date.
7+
38
## v1.0.1
49

510
- Keep devDependencies up to date.
@@ -12,7 +17,7 @@
1217
- Provide named exports for each API method. Now you can also import like this: `import {push} from 'immutable-arrays'`
1318

1419
### Breaking Changes
15-
Change API methods' names to avoid redundancy. This was more of an issue when the library was used as a global in browser where someone would need to type `immutableArrays.immutablePush()`.
20+
Change API methods' names to avoid redundancy. This was more of an issue when the library was used as a global in browser where someone would need to type `immutableArrays.immutablePush()`.
1621
Below is a list with the renamed methods:
1722
- `immutablePush` renamed to `push`;
1823
- `immutablePop` renamed to `pop`;

lib/immutableArrays.js

Lines changed: 6 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/immutableArrays.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/immutableArrays.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/immutableArrays.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)