based/CHANGELOG.md

28 lines
510 B
Markdown
Raw Normal View History

2022-05-17 00:23:30 +02:00
# Revision history for based
2022-05-19 23:55:26 +02:00
## 0.1.0.0 -- 2022-05-17
2022-05-17 00:23:30 +02:00
* First version. Released on an unsuspecting world.
2022-05-19 23:55:26 +02:00
## 0.2.0.0 -- 2022-05-19
2022-05-22 23:00:00 +02:00
* Added the following bases and encodings
2022-05-19 23:55:26 +02:00
* Decimal to hex
* Hex to decmial
* Xxencoding
* UuEncoding
* YEncoding
* Quoted-Printable
2022-05-22 01:15:09 +02:00
## 0.3.0.0 -- 2022-05-22
* Added base62 and base58
2022-05-22 23:00:00 +02:00
## 0.4.0.0 -- 2022-05-22
* Added the following bases and encodings
* Base64 for url
* Octal to/from hex
* Binary to/from hex