based/CHANGELOG.md

55 lines
1.4 KiB
Markdown
Raw Normal View History

2023-07-25 23:21:27 +02:00
Revision history for based
2022-05-17 00:23:30 +02:00
2024-09-25 23:59:41 +02:00
0.4.5.0 -- 2024-09-25
Added tap code
Removed some bugs of the solve functions
Added bindings for morse code, bug fix
Simplified functions, ignore non ascii characters
Added test for rotate function and yencode/decode
0.4.4.0 -- 2024-06-09
Added tests for every encode function included
Moved from String to ByteString for input and output, so binary data is encoded and decoded correctly
Fixed several issues with incorrect encodings
0.4.3.0 -- 2024-05-22
Added rotate function to encode and decode
Added solver function to decode, to automatically solve some of the encodings, ongoing
Added tests for some of the encode and decode functions, ongoing
Added unicode support for most of the encoding/decoding functions, ongoing
Modularized Encodings to a lib, instead having everything in a single flat file
Cleanup of cabal file
2023-07-25 23:21:27 +02:00
0.4.2.0 -- 2023-07-25
2023-07-25 23:21:27 +02:00
Changed Base64 decoding to Base64 lenient
Cleanup
2022-05-17 00:23:30 +02:00
2023-07-25 23:21:27 +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
0.3.0.0 -- 2022-05-22
Added base62 and base58
0.2.0.0 -- 2022-05-19
Added the following bases and encodings
* Decimal to hex
* Hex to decmial
* Xxencoding
* UuEncoding
* YEncoding
* Quoted-Printable
2023-07-25 23:21:27 +02:00
0.1.0.0 -- 2022-05-17
First version. Released on an unsuspecting world.