Skip to content

Commit a4a8733

Browse files
committed
Breaking: use standard web streams (#1)
1 parent a9f17e4 commit a4a8733

File tree

3 files changed

+14
-18
lines changed

3 files changed

+14
-18
lines changed

CHANGELOG.md

Lines changed: 11 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,35 +2,31 @@
22

33
## [0.1.7](https://github.com/gordonmleigh/zip24/compare/v0.1.6...v0.1.7) (2025-03-25)
44

5-
65
### Fix
76

8-
* DataView is now generic ([a030c33](https://github.com/gordonmleigh/zip24/commit/a030c33d5d94c274421f4b1868d35acdf09ebecb))
7+
- DataView is now generic ([a030c33](https://github.com/gordonmleigh/zip24/commit/a030c33d5d94c274421f4b1868d35acdf09ebecb))
98

109
## [0.1.6](https://github.com/gordonmleigh/zip24/compare/v0.1.4...v0.1.6) (2024-10-05)
1110

12-
1311
### Chore
1412

15-
* add helpful error in core compress ([574b59d](https://github.com/gordonmleigh/zip24/commit/574b59d77834cdf4e93f88585914a0e66090179d))
16-
* improve tests for writers ([b2f21d8](https://github.com/gordonmleigh/zip24/commit/b2f21d88b42e66a43c0979e1fe5ac33e9c2c7407))
17-
* make DoubleEndedBuffer unconstrained ([d0a0c2d](https://github.com/gordonmleigh/zip24/commit/d0a0c2d23077e5aadeb789f62b405025790488c1))
18-
* version bump ([4556969](https://github.com/gordonmleigh/zip24/commit/4556969b31c08617a1772ad94d028b0912a6714e))
13+
- add helpful error in core compress ([574b59d](https://github.com/gordonmleigh/zip24/commit/574b59d77834cdf4e93f88585914a0e66090179d))
14+
- improve tests for writers ([b2f21d8](https://github.com/gordonmleigh/zip24/commit/b2f21d88b42e66a43c0979e1fe5ac33e9c2c7407))
15+
- make DoubleEndedBuffer unconstrained ([d0a0c2d](https://github.com/gordonmleigh/zip24/commit/d0a0c2d23077e5aadeb789f62b405025790488c1))
16+
- version bump ([4556969](https://github.com/gordonmleigh/zip24/commit/4556969b31c08617a1772ad94d028b0912a6714e))
1917

2018
## [0.1.4](https://github.com/gordonmleigh/zip24/compare/v0.1.3...v0.1.4) (2024-10-04)
2119

22-
2320
### Build
2421

25-
* publish provenance attestations ([18c38c0](https://github.com/gordonmleigh/zip24/commit/18c38c078ed2ae5abe4a59d0352e1dd69192b1d3))
26-
* publish to npm automatically ([3e1949c](https://github.com/gordonmleigh/zip24/commit/3e1949cf2e1cc978c97f97ce1cfe2472ba12e217))
22+
- publish provenance attestations ([18c38c0](https://github.com/gordonmleigh/zip24/commit/18c38c078ed2ae5abe4a59d0352e1dd69192b1d3))
23+
- publish to npm automatically ([3e1949c](https://github.com/gordonmleigh/zip24/commit/3e1949cf2e1cc978c97f97ce1cfe2472ba12e217))
2724

2825
## [0.1.3](https://github.com/gordonmleigh/zip24/compare/v0.1.0...v0.1.3) (2024-10-04)
2926

30-
3127
### Build
3228

33-
* add build script ([4e9da64](https://github.com/gordonmleigh/zip24/commit/4e9da64a430f7eebd566246b41f1aaa019baa196))
34-
* add GitHub Actions workflow ([c5943aa](https://github.com/gordonmleigh/zip24/commit/c5943aadfc82a3b19dd270bdaccc65ba68a71613))
35-
* add release-it ([028f241](https://github.com/gordonmleigh/zip24/commit/028f241c0fb8abde53ed82667cc37abe236a654e))
36-
* upgrade linting ([03bd772](https://github.com/gordonmleigh/zip24/commit/03bd772bc6b76b58cd00be67da4849fe0892cd87))
29+
- add build script ([4e9da64](https://github.com/gordonmleigh/zip24/commit/4e9da64a430f7eebd566246b41f1aaa019baa196))
30+
- add GitHub Actions workflow ([c5943aa](https://github.com/gordonmleigh/zip24/commit/c5943aadfc82a3b19dd270bdaccc65ba68a71613))
31+
- add release-it ([028f241](https://github.com/gordonmleigh/zip24/commit/028f241c0fb8abde53ed82667cc37abe236a654e))
32+
- upgrade linting ([03bd772](https://github.com/gordonmleigh/zip24/commit/03bd772bc6b76b58cd00be67da4849fe0892cd87))

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zip24",
3-
"version": "0.1.7",
3+
"version": "0.1.8",
44
"description": "A zip package for the modern age",
55
"type": "module",
66
"author": "Gordon Leigh",

0 commit comments

Comments
 (0)