Skip to content

Commit

Permalink
Added releases and removed changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
halvardssm committed Oct 15, 2024
1 parent 89f05c6 commit a7639e1
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 53 deletions.
52 changes: 0 additions & 52 deletions CHANGELOG.md

This file was deleted.

2 changes: 1 addition & 1 deletion DEPRECATIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This document contains information about deprecated modules and functions.

- `0.0.5`
- `@stdext/http@0.0.5`
- `HttpHeaderPermanent`: Has been added to
[@std/http@1.0.2/header](https://jsr.io/@std/[email protected]/doc/header/~)
- `HttpMethodRfc9110`: Has been added to
Expand Down
40 changes: 40 additions & 0 deletions Releases.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
### 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

0 comments on commit a7639e1

Please sign in to comment.