Skip to content

Releases: sanddev-com/std

0.8.0

13 Jan 14:31

Choose a tag to compare

0.8.0 Pre-release
Pre-release
  • Add array/uniqueBy - #44

v0.7.0...v0.8.0

0.7.0

09 Jan 17:34

Choose a tag to compare

0.7.0 Pre-release
Pre-release

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! 👍

v0.6.0...v0.7.0

0.6.0

08 Jan 07:04

Choose a tag to compare

0.6.0 Pre-release
Pre-release

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.

  • Enable tests and coverage reports - #40
  • Increase TypeScript strictness - #41

v0.5.2...v0.6.0

0.5.2

19 Dec 10:52

Choose a tag to compare

0.5.2 Pre-release
Pre-release

This release removes accidentally published documentation and configuration files from the npm package.

v0.5.1...v0.5.2

0.5.1

19 Dec 10:02

Choose a tag to compare

0.5.1 Pre-release
Pre-release

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.

v0.5.0...v0.5.1

0.5.0

16 Dec 09:05

Choose a tag to compare

0.5.0 Pre-release
Pre-release

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).

v0.4.0...v0.5.0

0.4.0

09 Dec 14:01

Choose a tag to compare

0.4.0 Pre-release
Pre-release
  • Enable tests and coverage reports - #23
  • Generate docs and readme files - #24
  • Add object deep merge - #25

v0.3.0...v0.4.0

0.3.0

05 Dec 07:46

Choose a tag to compare

0.3.0 Pre-release
Pre-release
  • Add take and skip methods to array module - #20

v0.2.1...v0.3.0

0.2.1

28 Oct 14:10

Choose a tag to compare

0.2.1 Pre-release
Pre-release
  • fix: Remove broken variable from equalsDeep #14

0.2.0

16 Oct 09:55

Choose a tag to compare

0.2.0 Pre-release
Pre-release
  • Enable TypeScript - #13