feat(tool): added URL encoder/decoder

This commit is contained in:
Corentin Thomasset 2021-05-31 17:53:04 +02:00
parent 5550248a8b
commit 03a7e8c42d
No known key found for this signature in database
GPG key ID: DBD997E935996158
2 changed files with 77 additions and 0 deletions

View file

@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- URL path changed
- `/hash` -> [`/hash-text`](https://it-tools.tech/hash-text)
- `/cypher` -> [`/cypher-uncyfer-text`](https://it-tools.tech/cypher-uncyfer-text)
- `/url-encoder` -> [`/url-encoder-decoder`](https://it-tools.tech/url-encoder-decoder)
- [Crontab generator](https://it-tools.tech/crontab-generator) now handle 6 digits format (second support)
### Added