UNPKG

2.36 kBMarkdownView Raw
1# [4.1.0](https://github.com/webtorrent/fs-chunk-store/compare/v4.0.1...v4.1.0) (2023-06-15)
2
3
4### Features
5
6* sanitise filename ([#49](https://github.com/webtorrent/fs-chunk-store/issues/49)) ([8a8045c](https://github.com/webtorrent/fs-chunk-store/commit/8a8045c472df67c30e442fb6dc2faf03aead8f2f))
7
8## [4.0.1](https://github.com/webtorrent/fs-chunk-store/compare/v4.0.0...v4.0.1) (2023-01-27)
9
10
11### Bug Fixes
12
13* **deps:** update dependency random-access-file to v4 ([#41](https://github.com/webtorrent/fs-chunk-store/issues/41)) ([33e47bd](https://github.com/webtorrent/fs-chunk-store/commit/33e47bdf92a82b765550759c3b6637313540c5b3)), closes [#47](https://github.com/webtorrent/fs-chunk-store/issues/47)
14
15# [4.0.0](https://github.com/webtorrent/fs-chunk-store/compare/v3.0.1...v4.0.0) (2022-11-19)
16
17
18### Features
19
20* esm, modernize ([#44](https://github.com/webtorrent/fs-chunk-store/issues/44)) ([b8f5bde](https://github.com/webtorrent/fs-chunk-store/commit/b8f5bde34c4ce777aadd798afee47cab44ea06a4))
21
22
23### BREAKING CHANGES
24
25* ESM only
26
27* fix: don't mutate original path
28
29* feat: esm, modernize
30
31## [3.0.1](https://github.com/webtorrent/fs-chunk-store/compare/v3.0.0...v3.0.1) (2022-07-03)
32
33
34### Bug Fixes
35
36* don't mutate original path ([#37](https://github.com/webtorrent/fs-chunk-store/issues/37)) ([726cbb5](https://github.com/webtorrent/fs-chunk-store/commit/726cbb5bbd0f3e60c6c2f3f8e3b100d20727f815))
37
38# [3.0.0](https://github.com/webtorrent/fs-chunk-store/compare/v2.0.5...v3.0.0) (2022-03-30)
39
40
41### Bug Fixes
42
43* remove rimraf ([#16](https://github.com/webtorrent/fs-chunk-store/issues/16)) ([874205b](https://github.com/webtorrent/fs-chunk-store/commit/874205bba91e3a6d55be927fa4dd1b79425e0e58))
44
45
46### BREAKING CHANGES
47
48* requires node 14+
49
50* remove rimraf
51
52* fix: no package lock
53
54Co-authored-by: Diego Rodríguez Baquero <github@diegorbaquero.com>
55
56## [2.0.5](https://github.com/webtorrent/fs-chunk-store/compare/v2.0.4...v2.0.5) (2022-03-30)
57
58
59### Bug Fixes
60
61* update links ([20e57ce](https://github.com/webtorrent/fs-chunk-store/commit/20e57cec9eda2ce345401806621eb4075e27ff29))
62
63## [2.0.4](https://github.com/feross/fs-chunk-store/compare/v2.0.3...v2.0.4) (2021-10-25)
64
65
66### Bug Fixes
67
68* delete residual folders by specifying relative file paths ([4a5f1ed](https://github.com/feross/fs-chunk-store/commit/4a5f1ed90232ab0ddfe17b61c1c46dd437eb22f1))