Releases: sanddev-com/std
Releases · sanddev-com/std
0.13.3
16 Apr 12:53
Compare
Sorry, something went wrong.
No results found
0.13.2
24 Aug 15:13
Compare
Sorry, something went wrong.
No results found
0.13.1
20 Jul 07:52
Compare
Sorry, something went wrong.
No results found
0.13.0
16 Mar 16:06
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
0.11.0
02 Mar 10:56
Compare
Sorry, something went wrong.
No results found
0.10.2
27 Feb 16:11
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
0.9.0
23 Jan 09:18
Compare
Sorry, something went wrong.
No results found
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