File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -27,13 +27,12 @@ The library is exported in the following formats:
27
27
- ` ESM (Ecmascript Modules) ` for usage in browsers or environments that support ESM
28
28
29
29
### Old school browser global
30
+
30
31
``` html
31
- <script src =" immutable-arrays/dist/immutable-arrays.umd.min.js" ></script >
32
+ <script src =" https://unpkg.com/ immutable-arrays@<VERSION_GOES_HERE> /dist/immutable-arrays.umd.min.js" ></script >
32
33
```
33
34
34
- ``` js
35
- const push = immutableArrays .push ;
36
- ```
35
+ After importing the library it can be accessed via the global variable ` immutableArrays ` .
37
36
38
37
### Node.js
39
38
@@ -279,6 +278,10 @@ $ npm run test
279
278
$ npm run coverage
280
279
```
281
280
281
+ ## Changelog
282
+
283
+ For API updates and breaking changes, check the [ CHANGELOG] ( https://github.com/georapbox/immutable-arrays/blob/master/CHAGELOG.md ) .
284
+
282
285
## License
283
286
284
287
[ The MIT License (MIT)] ( https://georapbox.mit-license.org/@2017 )
You can’t perform that action at this time.
0 commit comments