Releases: centralnicgroup-opensource/rtldev-middleware-idna-uts46
Releases · centralnicgroup-opensource/rtldev-middleware-idna-uts46
v4.1.0
4.1.0 (2022-12-09)
Features
v4.0.4
4.0.4 (2022-09-14)
Bug Fixes
- punycode: don't use the punycode module shipped with nodejs, read #148 (78bfc91)
v4.0.3
4.0.3 (2022-07-04)
Performance Improvements
- downsizing idna-map: moving Uint32Array to const var for reuse and thus downsizing entire file (da056b9)
v4.0.2
4.0.2 (2022-06-08)
Bug Fixes
- dep bump: upgraded "engines" and dev deps (1961f78)
v4.0.1
4.0.1 (2022-06-08)
Bug Fixes
- github workflows: fixed to always rely on latest node version number (nodejs/npm vuln) (4e01d90)
v4.0.0
4.0.0 (2022-05-02)
Bug Fixes
- dep-bump: added pkg "future" to requirements.txt until python2 support got totally cleaned up (6610158)
- pep8: fixed addressed issues (f6e4acc)
chore
- python3: support added for generator script (build-unicode-tables.py) (ead43c0)
BREAKING CHANGES
- python3: Module generated using the python3 ported generator script.
v3.5.0
3.5.0 (2022-05-02)
Features
- unicode 14.0.0: upgraded, enjoy! (4fec362)
v3.4.1
3.4.1 (2022-04-29)
Performance Improvements
- bundled version: minify idna-map.js and rely on it as well (0b0ffc9)
v3.4.0
3.4.0 (2021-03-22)
Features
- unicode: update to v13.0.0 (2741d21)
v3.3.1
3.3.1 (2021-01-26)
Bug Fixes
- ci: migration from Travis CI to github actions (ebadb75)
- ci: remove --user flag for pip install (8749327)
Reverts
- travis: reverting change of travis-ci config (8e804da)