Skip to content

Commit a7639e1

Browse files
committed
Added releases and removed changelog
1 parent 89f05c6 commit a7639e1

File tree

3 files changed

+41
-53
lines changed

3 files changed

+41
-53
lines changed

CHANGELOG.md

Lines changed: 0 additions & 52 deletions
This file was deleted.

DEPRECATIONS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This document contains information about deprecated modules and functions.
44

5-
- `0.0.5`
5+
- `@stdext/http@0.0.5`
66
- `HttpHeaderPermanent`: Has been added to
77
[@std/http@1.0.2/header](https://jsr.io/@std/http@1.0.2/doc/header/~)
88
- `HttpMethodRfc9110`: Has been added to

Releases.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
### 2024.10.15
2+
3+
#### @stdext/collections 0.0.5 (patch)
4+
5+
- feat(collections): add deferred stack
6+
- fix(collections): added release and remove callbacks
7+
8+
### 2024.05.06
9+
10+
#### @stdext/crypto 0.0.5 (patch)
11+
12+
- refactor(crypto/hash): crypto hash to allign with the signature of WebCrypto
13+
- feat(crypto/hash): added scrypt hashing algorithm
14+
15+
### 2024.04.29
16+
17+
#### @stdext/crypto 0.0.3 (patch)
18+
19+
- feat(crypto): added package
20+
- feat(crypto/hash): added argon2 hash
21+
- feat(crypto/hash): added bcrypt hash
22+
23+
#### @stdext/http 0.0.3 (patch)
24+
25+
- feat(http): added package
26+
- feat(http/header): added IANA HTTP headers
27+
- feat(http/method): added IANA HTTP methods
28+
29+
### 2024.04.28
30+
31+
#### @stdext/encoding 0.0.2 (patch)
32+
33+
- chore(core): added documentation
34+
35+
### 2024.04.28
36+
37+
#### @stdext/encoding 0.0.1 (patch)
38+
39+
- feat(encoding): added package
40+
- feat(encoding/hex): added hexdump

0 commit comments

Comments
 (0)