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