Skip to content

Releases: sanddev-com/std

0.13.3

16 Apr 12:53
a136162

Choose a tag to compare

0.13.3 Pre-release
Pre-release
  • Update dependencies - #84

v0.13.2...v0.13.3

0.13.2

24 Aug 15:13
bf387c6

Choose a tag to compare

0.13.2 Pre-release
Pre-release
  • Update dev dependencies - #80

v0.13.1...v0.13.2

0.13.1

20 Jul 07:52
b51a9d4

Choose a tag to compare

0.13.1 Pre-release
Pre-release
  • Bump lodash from 4.17.15 to 4.17.19 - #79

v0.13.0...v0.13.1

0.13.0

16 Mar 16:06

Choose a tag to compare

0.13.0 Pre-release
Pre-release

BREAKING CHANGES: The date module was refactored to expose only simple helpers without domain-specific functions.

Code coverage is now tracked thanks to Codecov. This is one of the last releases before public API gets stable.

  • Update dev-dependencies to include @types/node - #66
  • Add is/boolean - #67
  • Add array/length - #68
  • Enable code coverage reporting - #70
  • Cover date module with tests and update its docs - #71

v0.12.0...v0.13.0

0.12.0

10 Mar 18:14

Choose a tag to compare

0.12.0 Pre-release
Pre-release
  • Add array/pop - #64
  • Add missing examples and questions - #63

v0.11.0...v0.12.0

0.11.0

02 Mar 10:56

Choose a tag to compare

0.11.0 Pre-release
Pre-release
  • Add object/some and object/every functions to keep array parity - #62

v0.10.2...v0.11.0

0.10.2

27 Feb 16:11

Choose a tag to compare

0.10.2 Pre-release
Pre-release
  • Fix object/map return value type (now any instead of boolean as for filtering) - #61
  • Update dev dependencies and migrate to plain JSON tools config files - #60

v0.10.1...v0.10.2

0.10.1

05 Feb 14:21

Choose a tag to compare

0.10.1 Pre-release
Pre-release
  • Improve date validity checks - #54
  • Update dev dependencies manually to fix Greenkeeper package-lock.json desync - #52
  • Update dev dependencies - #50

v0.10.0...v0.10.1

0.10.0

27 Jan 07:48

Choose a tag to compare

0.10.0 Pre-release
Pre-release
  • Add array/removeAt - #47

v0.9.0...v0.10.0

0.9.0

23 Jan 09:18

Choose a tag to compare

0.9.0 Pre-release
Pre-release

The Base64URL module was refactored to be more modular but that came with BREAKING CHANGES. The following usages of std/encoding are subject to import remapping:

  • encoding/base64url/fromBase64Url -> encoding/base64url/toBase64
  • encoding/base64url/toBase64Url -> encoding/base64url/fromBase64
  • encoding/base64url/fromByteString -> encoding/byteString/from
  • encoding/base64url/toByteString -> encoding/byteString/to

This release also comes with code rendering improvements to the documentation page available at https://sandstreamdev.github.io/std/.

  • Improve code examples rendering #45
  • Make Base64URL encoding modular #46

v0.8.0...v0.9.0