Skip to content
This repository has been archived by the owner on Apr 9, 2023. It is now read-only.

Releases: na2hiro/json-kifu-format

v1.3.1

02 Oct 08:51
Compare
Choose a tag to compare

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

06 Jul 07:57
Compare
Choose a tag to compare

What's Changed

Feature Changes

  • JSON Schemaによるjson-kifu-formatの仕様の記述 by @gemmaro in #51
  • export Shogi.js by @mizar in #64

Bug Fixes

Other Changes

Full Changelog: v1.2.9...v1.3.0

v1.2.9

06 Feb 06:52
Compare
Choose a tag to compare

What's Changed

Other Changes

New Contributors

Full Changelog: v1.2.5...v1.2.9

v1.2.5

21 Jul 17:26
Compare
Choose a tag to compare
  • KIF
    • 同 歩に加え 同歩に対応
    • 封じ手に対応
  • CSA: 指し手と消費時間の間にあるコメント行に対応
  • 脆弱性のあるライブラリをアップデート

Modern!

15 Apr 14:59
Compare
Choose a tag to compare

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