Skip to content

Releases: centralnicgroup-opensource/rtldev-middleware-idna-uts46

v4.1.0

09 Dec 12:56
Compare
Choose a tag to compare

4.1.0 (2022-12-09)

Features

v4.0.4

14 Sep 06:35
Compare
Choose a tag to compare

4.0.4 (2022-09-14)

Bug Fixes

  • punycode: don't use the punycode module shipped with nodejs, read #148 (78bfc91)

v4.0.3

04 Jul 06:37
Compare
Choose a tag to compare

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

08 Jun 15:11
Compare
Choose a tag to compare

4.0.2 (2022-06-08)

Bug Fixes

  • dep bump: upgraded "engines" and dev deps (1961f78)

v4.0.1

08 Jun 14:12
Compare
Choose a tag to compare

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

02 May 13:38
Compare
Choose a tag to compare

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

02 May 07:38
Compare
Choose a tag to compare

3.5.0 (2022-05-02)

Features

  • unicode 14.0.0: upgraded, enjoy! (4fec362)

v3.4.1

29 Apr 15:38
Compare
Choose a tag to compare

3.4.1 (2022-04-29)

Performance Improvements

  • bundled version: minify idna-map.js and rely on it as well (0b0ffc9)

v3.4.0

22 Mar 09:16
Compare
Choose a tag to compare

3.4.0 (2021-03-22)

Features

  • unicode: update to v13.0.0 (2741d21)

v3.3.1

26 Jan 14:53
Compare
Choose a tag to compare

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)