-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added releases and removed changelog
- Loading branch information
1 parent
89f05c6
commit a7639e1
Showing
3 changed files
with
41 additions
and
53 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |