|
1 | 1 | # Changelog
|
2 | 2 |
|
3 |
| -## [1.0.0](https://github.com/wnfs-wg/nest/compare/nest-v0.4.0...nest-v1.0.0) (2024-03-21) |
4 |
| - |
5 |
| - |
6 |
| -### ⚠ BREAKING CHANGES |
7 |
| - |
8 |
| -* Switch to SHA256 hashed CIDs, instead of rs-wnfs default Blake3, for better compatibility |
9 |
| - |
10 |
| -### Features |
11 |
| - |
12 |
| -* Switch to SHA256 hashed CIDs, instead of rs-wnfs default Blake3, for better compatibility ([743e3b7](https://github.com/wnfs-wg/nest/commit/743e3b779094ec8770f207bfa15aae7dce180c2e)) |
13 |
| - |
14 | 3 | ## [0.4.0](https://github.com/wnfs-wg/nest/compare/nest-v0.3.3...nest-v0.4.0) (2024-03-08)
|
15 | 4 |
|
16 |
| - |
17 | 5 | ### Features
|
18 | 6 |
|
19 |
| -* Add size method ([a8f6910](https://github.com/wnfs-wg/nest/commit/a8f6910d08bfc2349e767fc6e368227c0d9ec849)) |
| 7 | +- Add size method ([a8f6910](https://github.com/wnfs-wg/nest/commit/a8f6910d08bfc2349e767fc6e368227c0d9ec849)) |
20 | 8 |
|
21 | 9 | ## [0.3.3](https://github.com/wnfs-wg/nest/compare/nest-v0.3.2...nest-v0.3.3) (2024-03-08)
|
22 | 10 |
|
23 |
| - |
24 | 11 | ### Bug Fixes
|
25 | 12 |
|
26 |
| -* Update wnfs ([cd23e0a](https://github.com/wnfs-wg/nest/commit/cd23e0a5651746677b95b53f715689379b77ce87)) |
| 13 | +- Update wnfs ([cd23e0a](https://github.com/wnfs-wg/nest/commit/cd23e0a5651746677b95b53f715689379b77ce87)) |
27 | 14 |
|
28 | 15 | ## [0.3.2](https://github.com/wnfs-wg/nest/compare/nest-v0.3.1...nest-v0.3.2) (2024-02-19)
|
29 | 16 |
|
30 |
| - |
31 | 17 | ### Bug Fixes
|
32 | 18 |
|
33 |
| -* update dependencies ([8b1a796](https://github.com/wnfs-wg/nest/commit/8b1a7965043c684970215cb606d074213ed54af5)) |
| 19 | +- update dependencies ([8b1a796](https://github.com/wnfs-wg/nest/commit/8b1a7965043c684970215cb606d074213ed54af5)) |
34 | 20 |
|
35 | 21 | ## [0.3.1](https://github.com/wnfs-wg/nest/compare/nest-v0.3.0...nest-v0.3.1) (2024-02-19)
|
36 | 22 |
|
37 |
| - |
38 | 23 | ### Bug Fixes
|
39 | 24 |
|
40 |
| -* docs generation ([bd10db1](https://github.com/wnfs-wg/nest/commit/bd10db17dd4450609163824619f3d91be89a5be5)) |
| 25 | +- docs generation ([bd10db1](https://github.com/wnfs-wg/nest/commit/bd10db17dd4450609163824619f3d91be89a5be5)) |
41 | 26 |
|
42 | 27 | ## [0.3.0](https://github.com/wnfs-wg/nest/compare/nest-v0.2.2...nest-v0.3.0) (2024-02-18)
|
43 | 28 |
|
44 |
| - |
45 | 29 | ### Features
|
46 | 30 |
|
47 |
| -* add ability to read with offset and length + update to wnfs 0.2.0 ([0478813](https://github.com/wnfs-wg/nest/commit/0478813f06d2e4be3e5decfd284ea3f353164ecb)) |
| 31 | +- add ability to read with offset and length + update to wnfs 0.2.0 ([0478813](https://github.com/wnfs-wg/nest/commit/0478813f06d2e4be3e5decfd284ea3f353164ecb)) |
48 | 32 |
|
49 | 33 | ## [0.2.2](https://github.com/wnfs-wg/nest/compare/nest-v0.2.1...nest-v0.2.2) (2023-12-22)
|
50 | 34 |
|
51 |
| - |
52 | 35 | ### Bug Fixes
|
53 | 36 |
|
54 |
| -* **nest:** add missing files to npm output ([3276417](https://github.com/wnfs-wg/nest/commit/3276417138f6ce54143939dc5dfefecdf8dbaa16)) |
| 37 | +- **nest:** add missing files to npm output ([3276417](https://github.com/wnfs-wg/nest/commit/3276417138f6ce54143939dc5dfefecdf8dbaa16)) |
55 | 38 |
|
56 | 39 | ## [0.2.1](https://github.com/wnfs-wg/nest/compare/nest-v0.2.0...nest-v0.2.1) (2023-12-22)
|
57 | 40 |
|
58 |
| - |
59 | 41 | ### Bug Fixes
|
60 | 42 |
|
61 |
| -* **nest:** add missing crypto browser redirect ([5d48dae](https://github.com/wnfs-wg/nest/commit/5d48daeb8a5f6547e05d6c6f3e6fdbe0f01ddb92)) |
| 43 | +- **nest:** add missing crypto browser redirect ([5d48dae](https://github.com/wnfs-wg/nest/commit/5d48daeb8a5f6547e05d6c6f3e6fdbe0f01ddb92)) |
62 | 44 |
|
63 | 45 | ## [0.2.0](https://github.com/wnfs-wg/nest/compare/nest-v0.1.0...nest-v0.2.0) (2023-12-21)
|
64 | 46 |
|
65 |
| - |
66 | 47 | ### Features
|
67 | 48 |
|
68 |
| -* add demo ([118f7a2](https://github.com/wnfs-wg/nest/commit/118f7a2e0642c07d80590fd6c76e001e893bd6a6)) |
69 |
| -* add modifications to publish event ([d6b654c](https://github.com/wnfs-wg/nest/commit/d6b654cf6e5959ccf33ada391eb77acec1daea65)) |
70 |
| -* add onCommit option ([ac1b2c7](https://github.com/wnfs-wg/nest/commit/ac1b2c7582c479a1344af76efb47db1a89ccedb9)) |
71 |
| -* expose errors via entry point ([d8ec1b5](https://github.com/wnfs-wg/nest/commit/d8ec1b5c3a40587c00ff86c2fffb5b3656d5162f)) |
72 |
| -* throw an error if an infused transaction is a no-op ([a21de2a](https://github.com/wnfs-wg/nest/commit/a21de2a44af92676e78f4c600bea4def29f2be82)) |
73 |
| - |
| 49 | +- add demo ([118f7a2](https://github.com/wnfs-wg/nest/commit/118f7a2e0642c07d80590fd6c76e001e893bd6a6)) |
| 50 | +- add modifications to publish event ([d6b654c](https://github.com/wnfs-wg/nest/commit/d6b654cf6e5959ccf33ada391eb77acec1daea65)) |
| 51 | +- add onCommit option ([ac1b2c7](https://github.com/wnfs-wg/nest/commit/ac1b2c7582c479a1344af76efb47db1a89ccedb9)) |
| 52 | +- expose errors via entry point ([d8ec1b5](https://github.com/wnfs-wg/nest/commit/d8ec1b5c3a40587c00ff86c2fffb5b3656d5162f)) |
| 53 | +- throw an error if an infused transaction is a no-op ([a21de2a](https://github.com/wnfs-wg/nest/commit/a21de2a44af92676e78f4c600bea4def29f2be82)) |
74 | 54 |
|
75 | 55 | ### Bug Fixes
|
76 | 56 |
|
77 |
| -* lint error ([e34c608](https://github.com/wnfs-wg/nest/commit/e34c608beda249e4272083bf7ad80075e86930df)) |
78 |
| -* publish debounce ([a3b6038](https://github.com/wnfs-wg/nest/commit/a3b6038900c0198ecbe05eb1005a43d76d70c271)) |
| 57 | +- lint error ([e34c608](https://github.com/wnfs-wg/nest/commit/e34c608beda249e4272083bf7ad80075e86930df)) |
| 58 | +- publish debounce ([a3b6038](https://github.com/wnfs-wg/nest/commit/a3b6038900c0198ecbe05eb1005a43d76d70c271)) |
0 commit comments