Change Log for gemmula
1.2.0 (August 05, 2024)
- Use
CRLF
line breaks instead of LF
.
- Add
documentTitle
function.
- Escape line breaks while decoding and encoding.
- Relicense under LGPL v3.
- Rewrite tests.
- Rewrite decoding and encoding functions partially.
- Clean up documentations once more.
1.1.1 (July 23, 2024)
1.1.0 (January 13, 2024)
- Normalize the links with spaces while encoding.
- Ignore the empty lists while encoding.
- Clean up more documentations.
1.0.1 (January 08, 2024)
- Improve code readability and quality.
- Clean up some documentations.
1.0.0 (December 19, 2023)
- Change the stability to
stable
.
- Use strict data types and functions instead of lazy ones.
0.1.0.0 (November 29, 2023)