Skip to content

Latest commit

 

History

History
70 lines (39 loc) · 1.3 KB

Releases.md

File metadata and controls

70 lines (39 loc) · 1.3 KB

2024.10.15

@stdext/assert 0.0.2 (patch)

  • feat(assert): updated readme

@stdext/crypto 0.0.6 (patch)

  • feat(crypto): updated readme

@stdext/encoding 0.0.6 (patch)

  • feat(encoding): updated readme

@stdext/http 0.0.6 (patch)

  • feat(http): updated readme

@stdext/json 0.0.2 (patch)

  • feat(json): updated readme

@stdext/lexer 0.0.2 (patch)

  • feat(lexer): updated readme

@stdext/types 0.0.2 (patch)

  • feat(types): updated readme

2024.10.15

@stdext/collections 0.0.5 (patch)

  • feat(collections): add deferred stack
  • fix(collections): added release and remove callbacks

2024.05.06

@stdext/crypto 0.0.5 (patch)

  • refactor(crypto/hash): crypto hash to allign with the signature of WebCrypto
  • feat(crypto/hash): added scrypt hashing algorithm

2024.04.29

@stdext/crypto 0.0.3 (patch)

  • feat(crypto): added package
  • feat(crypto/hash): added argon2 hash
  • feat(crypto/hash): added bcrypt hash

@stdext/http 0.0.3 (patch)

  • feat(http): added package
  • feat(http/header): added IANA HTTP headers
  • feat(http/method): added IANA HTTP methods

2024.04.28

@stdext/encoding 0.0.2 (patch)

  • chore(core): added documentation

2024.04.28

@stdext/encoding 0.0.1 (patch)

  • feat(encoding): added package
  • feat(encoding/hex): added hexdump