Releases: sanddev-com/std
Releases · sanddev-com/std
0.13.2
Compare
Sorry, something went wrong.
No results found
Update dev dependencies - #80
v0.13.1...v0.13.2
0.13.1
Compare
Sorry, something went wrong.
No results found
Bump lodash from 4.17.15 to 4.17.19 - #79
v0.13.0...v0.13.1
0.13.0
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
Compare
Sorry, something went wrong.
No results found
Add array/pop - #64
Add missing examples and questions - #63
v0.11.0...v0.12.0
0.11.0
Compare
Sorry, something went wrong.
No results found
Add object/some and object/every functions to keep array parity - #62
v0.10.2...v0.11.0
0.10.2
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
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
Compare
Sorry, something went wrong.
No results found
0.9.0
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