Releases: sanddev-com/std
0.8.0
- Add array/uniqueBy - #44
0.7.0
This release comes with a few new functions and improvements to the documentation page - https://sandstreamdev.github.io/std/.
- Improve docs page layout #43
- Add sliding window method #36
- Add insert method #37
- Add zipN method #38
- Add clone date method #39
- Add chunk for arrays #42
Big thanks to @kborucinski! 👍
0.6.0
This release covers almost every module with tests (except for the date module) and comes with some breaking changes and interface adjustments that were the result of increasing the TypeScript strictness.
0.5.2
This release removes accidentally published documentation and configuration files from the npm package.
0.5.1
This release includes mostly the code related to the HTML documentation generator which results in static documentation that is available at https://sandstreamdev.github.io/std.
Apart from that, there are some changes to the package metadata (description, keywords, etc.) and dev-dependencies had been updated.
0.5.0
This release includes mostly the new typings and docs. There were many breaking changes and some modules were removed. Please inspect the current public API (available in the index.d.ts).
0.4.0
0.3.0
- Add take and skip methods to array module - #20