Releases: lxl66566/urldecoder
Releases · lxl66566/urldecoder
v2.0.0 | refactor
14 Mar 06:15
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Signed-off-by: lxl66566 <lxl66566@gmail.com>
v1.3.2
05 Apr 04:58
Compare
Sorry, something went wrong.
No results found
publish; output end of line in verbose mode
urldecoder v1.3.1
10 Mar 06:47
Compare
Sorry, something went wrong.
No results found
bug fix:
fix the behave of adding tailing \n
urldecoder v1.3.0
09 Mar 13:11
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
add escape space, release v1.1.1
v1.1.0
18 Feb 03:22
Compare
Sorry, something went wrong.
No results found
bug fix:
features:
--exclude -e exclude folders and files
v1.0.1
17 Feb 17:29
Compare
Sorry, something went wrong.
No results found
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