Skip to content

Releases: Lisible/lisiblestd

v0.3.0

10 Jun 03:56

Choose a tag to compare

Changelog

0.3.0 (2024-06-10)

  • Add support for Playdate

v0.2.0

20 May 14:24

Choose a tag to compare

Changelog

0.2.0 (2024-05-20)

  • Allow to choose the log level at runtime
  • Remove LOG0 macros

Full Changelog: v0.1.0...v0.2.0

v0.1.0

19 May 16:37

Choose a tag to compare

Changelog

0.1.0 (2024-05-20)

  • Add LSTD_ASSERT macros
  • Add bitset module
  • Add bytes utilities module
  • Add HashSet/HashTable
  • Add log module
  • Add allocator abstraction
  • Add String wrappers
  • Add Vec