Skip to content

Latest commit

 

History

History
128 lines (70 loc) · 6.32 KB

CHANGELOG.md

File metadata and controls

128 lines (70 loc) · 6.32 KB

Change Log

All notable changes to this project will be documented in this file.

2.1.0 (2024-03-21)

Changes

  • Remove output source map encoding.min.js.map from bundles to simplify build and reduce distribution size. (b963656)

CI

  • Migrate CI from Travis CI (.travis.yml) to GitHub Actions (.github/workflows/ci.yml). (8c4612e)

Maintenance

  • Update devDependencies (eslint, mocha, uglify-js) to the latest versions. (f092635)

Documentation

2.0.0 (2022-03-29)

Features

Bug Fixes

  • Fix deprecated Buffer constructor. (b8fda07)

Breaking Changes

1.0.30 (2019-09-12)

Documentation

1.0.29 (2018-05-11)

Bug Fixes

  • Fix can't find module in using 'require'. (#8) (5cf89b8)

1.0.28 (2018-02-01)

Changes

  • Drop Gruntfile.js and modularize the code base by browserify.

1.0.26 (2017-08-21)

Documentation

1.0.25 (2016-11-03)

Bug Fixes

1.0.24 (2015-09-22)

Features

  • Add base64Encode and base64Decode (729bb4f)

1.0.23 (2015-04-06)

Bug Fixes

1.0.21 (2015-02-12)

Features

1.0.20 (2014-12-16)

Features

  • Optimize process speed of urlEncode. (b5f16d4)

1.0.19 (2014-12-15)

  • No API changes.

1.0.18 (2014-12-15)

Features

  • Supports JIS X 0212:1990 (Hojo-Kanji). (c885b2e)

1.0.17 (2014-12-14)

Bug Fixes

  • Fix apply stack max range. (9d6a7a0)

1.0.16 (2014-12-14)

Features

  • Add type option in convert(). (1a53058)
  • Add Zenkaku/Hankaku conversion methods. (16ed72a)

1.0.15 (2014-12-13)

Documentation

  • Add English/Japanese README. (372e74f)