Skip to content

Commit

Permalink
Add support for the stream option in decoding. (#32)
Browse files Browse the repository at this point in the history
* Upgrade toolchain & dependencies.

* Add support for the stream option in decoding.
  • Loading branch information
sciencesakura authored Jan 26, 2025
1 parent ad57b57 commit 5b923b4
Show file tree
Hide file tree
Showing 9 changed files with 785 additions and 885 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
cache: npm
- name: Install dependencies
run: npm ci --ignore-scripts=true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
cache: npm
- name: Install dependencies
run: npm ci --ignore-scripts=true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
cache: npm
registry-url: https://registry.npmjs.org
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const text = decoder.decode(code);

See [API reference](https://sciencesakura.github.io/mutf-8/) for details.

## Licence
## License

MIT License

Expand Down
Loading

0 comments on commit 5b923b4

Please sign in to comment.