All notable changes to this project will be documented in this file.
2.2.0 (2024-06-09)
- Add
fallback: 'ignore'
option inEncoding.convert
. (#41) Thanks @syumai - Add
fallback: 'error'
option inEncoding.convert
. (#44)
- Update devDependencies (
mocha
) to the latest versions. (a7bded8)
- Update
fallback
option ofconvert
in README.md (2a522ea)
2.1.0 (2024-03-21)
- Remove output source map
encoding.min.js.map
from bundles to simplify build and reduce distribution size. (b963656)
- Migrate CI from Travis CI (
.travis.yml
) to GitHub Actions (.github/workflows/ci.yml
). (8c4612e)
- Update devDependencies (
eslint
,mocha
,uglify-js
) to the latest versions. (f092635)
- Update API documents (
detect
,convert
,urlEncode/urlDecode
,base64Encode/base64Decode
,codeToString/stringToCode
,Japanese Zenkaku/Hankaku conversion
) in README.md. - Update CDN sections and add example CDN script tag in README.md. (f2aaefd)
- Change example code from XMLHttpRequest to use fetch API in README.md. (fd88f12)
2.0.0 (2022-03-29)
- Add
fallback
option toEncoding.convert
. (5622bfa) Thanks #23 by @tohutohu, fallback types by @p-chan - Add
Encoding.version
. (bd3d6ef)
- Fix deprecated Buffer constructor. (b8fda07)
- Drop
bower
support. (981ea39)
1.0.30 (2019-09-12)
- Add LICENSE. (0224ebb)
1.0.29 (2018-05-11)
1.0.28 (2018-02-01)
- Drop
Gruntfile.js
and modularize the code base bybrowserify
.
1.0.26 (2017-08-21)
- Fix the grammar in README.md (#4) Thanks @iku000888
1.0.25 (2016-11-03)
- Fix argument decision of the detect method (#3) Thanks @spring-raining
1.0.24 (2015-09-22)
- Add
base64Encode
andbase64Decode
(729bb4f)
1.0.23 (2015-04-06)
- Fix internal
isObject()
method for old IE browsers (#2) (32f6c02) Thanks @dmitrygorbenko
1.0.21 (2015-02-12)
- Add bower.json (d33bb7c)
1.0.20 (2014-12-16)
- Optimize process speed of
urlEncode
. (b5f16d4)
1.0.19 (2014-12-15)
- No API changes.
1.0.18 (2014-12-15)
- Supports
JIS X 0212:1990
(Hojo-Kanji). (c885b2e)
1.0.17 (2014-12-14)
- Fix apply stack max range. (9d6a7a0)
1.0.16 (2014-12-14)
1.0.15 (2014-12-13)
- Add English/Japanese README. (372e74f)