Skip to content

Latest commit

 

History

History
50 lines (30 loc) · 1.14 KB

File metadata and controls

50 lines (30 loc) · 1.14 KB

Changelog

v2.0.4 - 2026-04-20

  • Loosen the gleam_stdlib constraint to allow using this package with versions >= 1.0.0

v2.0.3 - 2025-07-29

  • Remove use of deprecated int.digits from gleam_stdlib

v2.0.2 - 2025-02-11

  • Move the examples folder out of the project's src directory into test

v2.0.1 - 2024-04-26

  • Move birdie to dev dependencies
  • Remove deprecated list.at from examples
  • Improve docs for doc.to_string

v2.0.0 - 2024-02-10

  • Remove the doc.to_string_builder method
  • The doc module gains the zero_width_string function
  • The doc module gains the debug function

v1.3.0 - 2023-01-03

  • Update to Gleam v0.33
  • Bump stdlib dependency from 0.30 to 0.33
  • Bump gleeunit dependency from 0.10 to 1.0

v1.2.0 - 2023-09-23

  • The doc module gains the nest_docs function
  • Improve performance of text formatting with long doc.from_string

v1.1.1 - 2023-09-10

  • Fix a broken link in the documentation's homepage

v1.1.0 - 2023-09-10

  • The doc module gains the flex_break function
  • Add a bunch of examples and tutorials

v1.0.0 - 2023-08-28

  • First release 🎉