Releases: ApexCaptain/Koconut
Releases · ApexCaptain/Koconut
New Version Release 1.0.167
New version released : 1.0.167
New Version Release 1.0.166
New version released : 1.0.166
New Version Release 1.0.165
Release v1.0.165
22 Dec 2021
Buf Fixes and Other Changes
- You can use koconut in browser env with bower
- To install, type
bower install [email protected]:ApexCaptain/Koconut.git
- Then, add src script to .html file
<!DOCTYPE html> <html> <head> <meta charset="UTF-8" /> <title>Your page title</title> <script src="bower_components/koconut/webpack/koconut.js"></script> </head> <body> ... </body> <script> KoconutArray.of(1, 2, 3, 4, 5) .onEach(alert) .process() .then(() => alert('Nailed it!')); </script> </html>
- To install, type
Repository
- Code coverage page added.
New Version Release 1.0.163
Release v1.0.163
13 Dec 2021
Buf Fixes and Other Changes
- Fix misspelled words in descriptive comments.
Known Caveats
- Fix misspelled methods.
- Rename
mapVaues
tomapValues
of KoconutMap. - Rename
substract
tosubtract
of [KoconutCollection]. - Rename
runningFoldindexed
torunningFoldIndexed
of KoconutCollection.
- Rename
New Version Release 1.0.162
Bug Fixes and Other Changes
- Fix some methods that did not print out intelliSence description of method example source.
Known Caveats
- Changed the minimum Node.js version from 7 to 12 in order to follow node.js release and maintenance policy.
Repository
- API Document Page supports dark mode theme.