This repository has been archived by the owner on Apr 9, 2023. It is now read-only.
Releases: na2hiro/json-kifu-format
Releases · na2hiro/json-kifu-format
v1.3.1
What's Changed
Bux fixes
Other Changes
- Bump terser from 5.14.1 to 5.14.2 by @dependabot in #68
- 送り仮名が抜けているのを訂正する。 by @Paalon in #70
New Contributors
Full Changelog: v1.3.0...v1.3.1
v1.3.0
What's Changed
Feature Changes
Bug Fixes
Other Changes
- Remove dropEffect fields by @gemmaro in #58
- Bump minimist from 1.2.5 to 1.2.6 by @dependabot in #59
- Migrate TSLint to ESLint by @gemmaro in #61
- Fix audit by bumping webpack bundle analyzer to 4 by @na2hiro in #66
- Bump jest to 28 by @na2hiro in #67
Full Changelog: v1.2.9...v1.3.0
v1.2.9
What's Changed
Other Changes
- Bump ini from 1.3.5 to 1.3.8 by @dependabot in #34
- Add TypeDoc documentation by @gemmaro in #37
- (Added in v1.2.8) 空の駒別単独表現行を認める by @mizar in #53
- Support 左/右七枚落ち by @na2hiro in #54
New Contributors
- @gemmaro made their first contribution in #37
- @mizar made their first contribution in #53
- @na2hiro made their first contribution in #54
Full Changelog: v1.2.5...v1.2.9
v1.2.5
Modern!
Made it modern in several ways:
- For users
- Export classes correctly
- Export TypeScript declarations correctly
- Minimize bundled file for browsers
- For developers
- Set up TSLint
- Set up Webpack for building / bundling
- Set up Jest for testing
- Require linter, test success and full coverage before push
Other usual updates
- Allow
go
andgoto
ofJKFPlayer
to bestring
- Fix na2hiro/Kifu-for-JS#37