Skip to content

Commit 5256c73

Browse files
committed
update changelog for v2
1 parent 9bf0ac9 commit 5256c73

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHAGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,31 @@
11
# CHANGELOG
22

3+
## v2.0.0
4+
5+
### BREAKING CHANGES
6+
7+
> The library's API has not breaking changes. All breaking changes refer to how the final distributed files are bundled and their locations in the project.
8+
9+
- All distributed files are located under the `dist/` directory instead of `lib/` which was in v1.x.x. The UMD format is located under `dist/umd/` directory and the CommonJS under the `dist/commonjs/` directory.
10+
- The directory containing the distributed files is no longer included in GIT.
11+
12+
### OTHER CHANGES
13+
14+
- All `devDependencies` are updated to latest versions. Updated Webpack to v4.x.x and Babel to v7.x.x.
15+
- The library is now exported in both UMD (as was in version 1.x.x) and CommonJS. For CommonJS, the libdary's methods are also exported as standalone functions in order to import only the ones you want for your project. Check the [Usage](https://github.com/georapbox/immutable-arrays/blob/master/README.md#usage) section in README for more details.
16+
17+
318
## v1.0.3
419

520
- Fixes issue #4. Do not copy array unnecessarily in `del` method if index is a negative number.
621

22+
723
## v1.0.2
824

925
- Use the array spread operator in delete method.
1026
- Keep devDependencies up to date.
1127

28+
1229
## v1.0.1
1330

1431
- Keep devDependencies up to date.
@@ -32,14 +49,17 @@ Below is a list with the renamed methods:
3249
- `immutableSort` renamed to `sort`;
3350
- `immutableDelete` renamed to `del`;
3451

52+
3553
## v0.4.3
3654
- Include test coverage in build process
3755
- Add test to cover scenario with all optional arguments being undefined for immutableSplice method
3856

57+
3958
## v0.4.2
4059
- Keep devDependencies up to date
4160
- Add code climate integration
4261
- Add test coverage report
4362

63+
4464
## v0.4.1
4565
- Fix bug while deleting an element at 0 index [(#1)](https://github.com/georapbox/immutable-arrays/pull/1)

0 commit comments

Comments
 (0)