Releases: sciencesakura/mutf-8
Releases · sciencesakura/mutf-8
v1.2.2
What's Changed
- Fix decoder to respect offsets. by @sciencesakura in #46
Full Changelog: v1.2.1...v1.2.2
v1.2.1
What's Changed
- Add Dev Container configuration by @sciencesakura in #39
- Enhance documentation in source files and README. by @sciencesakura in #40
- Improve decoding performance. by @sciencesakura in #41
- Improve encoding performance. by @sciencesakura in #42
Full Changelog: v1.2.0...v1.2.1
v1.2.0
What's Changed
- Enhance documentation in source files and README. by @sciencesakura in #33
- Introduce npm workspace support for planned module splitting. by @sciencesakura in #34
- Implement the streaming equivalent of MUtf8Encoder and MUtf8Decoder. by @sciencesakura in #35
- Enhance documentation in source files and README. by @sciencesakura in #36
Full Changelog: v1.1.5...v1.2.0
v1.1.5
What's Changed
- Migrate from Jest to Vitest. by @sciencesakura in #30
- Refactor test data to use actual output from Java's ObjectOutputStrea… by @sciencesakura in #31
- Add support for the stream option in decoding. by @sciencesakura in #32
Full Changelog: v1.1.4...v1.1.5
v1.1.4
What's Changed
- Simplified
decodemethod. by @sciencesakura in #25 - Improve compatibility with
TextDecoder. by @sciencesakura in #26 - Migrated from ESLint and Prettier to Biome. by @sciencesakura in #27
- Upgrade dependencies. by @sciencesakura in #28
Full Changelog: v1.1.3...v1.1.4
v1.1.3
What's Changed
- Migrate eslint config from eslintrc to flat by @sciencesakura in #19
- Add
AllowSharedBufferSourcetype export as it was missing by @sciencesakura in #21 - Upgrade Node.js 18->20 by @sciencesakura in #22
Full Changelog: v1.1.2...v1.1.3
v1.1.2
What's Changed
- ESM TypeScript Resolution by @Offroaders123 in #17
- Publish package to registry in CI by @sciencesakura in #18
New Contributors
- @Offroaders123 made their first contribution in #17
Full Changelog: v1.1.1...v1.1.2
v1.1.1
What's Changed
- Resolved the compile errors: "Cannot find name 'TextDecoderOptions'." by @sciencesakura in #15
- Upgrade toolchain by @sciencesakura in #16
Full Changelog: v1.1.0...v1.1.1
v1.1.0
What's Changed
- Upgrade toolchains by @sciencesakura in #11
- Improve compatibility with WHATWG by @sciencesakura in #12
- Make it possible to publish API docs with CI by @sciencesakura in #13
Full Changelog: v1.0.0...v1.1.0