- Loosen the
gleam_stdlibconstraint to allow using this package with versions>= 1.0.0
- Remove use of deprecated
int.digitsfromgleam_stdlib
- Move the examples folder out of the project's
srcdirectory intotest
- Move
birdieto dev dependencies - Remove deprecated
list.atfrom examples - Improve docs for
doc.to_string
- Remove the
doc.to_string_buildermethod - The
docmodule gains thezero_width_stringfunction - The
docmodule gains thedebugfunction
- Update to Gleam
v0.33 - Bump
stdlibdependency from0.30to0.33 - Bump
gleeunitdependency from0.10to1.0
- The
docmodule gains thenest_docsfunction - Improve performance of text formatting with long
doc.from_string
- Fix a broken link in the documentation's homepage
- The
docmodule gains theflex_breakfunction - Add a bunch of examples and tutorials
- First release 🎉