Skip to content

Releases: lxl66566/urldecoder

v2.0.0 | refactor

14 Mar 06:15

Choose a tag to compare

urldecoder v2.0.0 is a totally refactor that aims at improving its performance.

The result is not bad, it's one of the fastest url finder and decoder in the world, maybe?

v1.4.0: feat: use rayon, update deps, some refactor

20 Jan 16:58

Choose a tag to compare

Signed-off-by: lxl66566 <lxl66566@gmail.com>

v1.3.2

05 Apr 04:58

Choose a tag to compare

publish; output end of line in verbose mode

urldecoder v1.3.1

10 Mar 06:47

Choose a tag to compare

bug fix:

  • fix the behave of adding tailing \n

urldecoder v1.3.0

09 Mar 13:11

Choose a tag to compare

features:

  • enhance performance.
    • using tokio to process files parallelly
    • reduce str decode times.

In result, this release brings 2x faster decode performance.

version TotalSeconds
v1.2.0 1.4150043
v1.3.0 0.5194647

v1.2.0

24 Feb 08:08

Choose a tag to compare

feature:

  • support multiple input file pattern
    • breaking change: now urldecoder use origin glob to glob files, without **/ prefix. So you need to use **/*.md instead *.md in previous version.
  • friendlier error message

v1.1.1

20 Feb 05:20

Choose a tag to compare

add escape space, release v1.1.1

v1.1.0

18 Feb 03:22

Choose a tag to compare

bug fix:

  • remove warning from dir

features:

  • --exclude -e exclude folders and files

v1.0.1

17 Feb 17:29

Choose a tag to compare

bug fix:

  • print urls that does not change
  • fix glob pattern bug
  • enforce parameter, to avoid change file content carelessly

feature:

  • not display utf-8 encode error by default
    • add --verbose -v, to show encoding error anyway
  • display line change instead of url change