Releases: polygonplanet/encoding.js
Releases · polygonplanet/encoding.js
v2.2.0
What's Changed
Features
- Add
fallback: 'ignore'
option inEncoding.convert
. Thanks #41, #42 by @syumai - Add
fallback: 'error'
option inEncoding.convert
. #44 by @polygonplanet
Maintenance
- Update devDependencies (
mocha
) to the latest versions by @polygonplanet in (a7bded8)
Documentation
- Update
fallback
option ofconvert
in README.md (2a522ea)
New Contributors
Full Changelog: 2.1.0...2.2.0
v2.1.0
What's Changed
Changes
- Remove output source map
encoding.min.js.map
from bundles (b963656)
CI
- Migrate CI from Travis CI (
.travis.yml
) to GitHub Actions (.github/workflows/ci.yml
) by @polygonplanet in (8c4612e)
Maintenance
- Update devDependencies (
eslint
,mocha
,uglify-js
) to the latest versions by @polygonplanet in (f092635) - chore(deps): bump moment from 2.24.0 to 2.29.2 by @dependabot in #32
- chore(deps): bump shell-quote from 1.7.2 to 1.8.1 by @dependabot in #35
- chore(deps): bump minimatch from 3.0.4 to 3.1.2 by @dependabot in #36
- chore(deps): bump moment from 2.29.2 to 2.29.4 by @dependabot in #37
- chore(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in #38
- chore(deps-dev): bump browserify-sign from 4.2.1 to 4.2.2 by @dependabot in #40
Documentation
- 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)
Full Changelog: 2.0.0...2.1.0
v2.0.0
What's Changed
Features
- Add
fallback
option toEncoding.convert
(5622bfa) Thanks #23 by @tohutohu, fallback types by @p-chan - Add
Encoding.version
(bd3d6ef)
Bug Fixes
- Fix deprecated Buffer constructor by @polygonplanet in (b8fda07)
Breaking Changes
- Drop
bower
support (981ea39)
Maintenance
- Bump acorn from 5.7.3 to 5.7.4 by @dependabot in #15
- Bump mixin-deep from 1.3.1 to 1.3.2 by @dependabot in #16
- Bump elliptic from 6.5.1 to 6.5.4 by @dependabot in #19
- Bump y18n from 4.0.0 to 4.0.1 by @dependabot in #21
- Bump path-parse from 1.0.6 to 1.0.7 by @dependabot in #25
- Bump cached-path-relative from 1.0.2 to 1.1.0 by @dependabot in #27
- Bump ini from 1.3.5 to 1.3.8 by @dependabot in #28
- Bump tar from 4.4.8 to 4.4.19 by @dependabot in #29
- chore(deps): bump minimist from 1.2.5 to 1.2.6 by @dependabot in #31
Full Changelog: 1.0.30...2.0.0
v1.0.30
What's Changed
Bug Fixes
- Fix bug for can't find module by @polygonplanet in #9
Documentation
- Update description by @polygonplanet in #11
- Add LICENSE by @polygonplanet in #14
Full Changelog: 1.0.29...1.0.30