Skip to content

Releases: sam0x17/smol-symbol

v0.2.0

06 Sep 21:45
15e1bae
Compare
Choose a tag to compare

What's Changed

  • Manually implement Symbol traits by @Caellian in #4
  • Reverse encoding order and rename to_string to name by @Caellian in #5

New Contributors

Full Changelog: v0.1.7...v0.2.0

v0.1.7

20 Jul 04:01
fa75da8
Compare
Choose a tag to compare

Fixes docs.rs link

v0.1.6

13 Jul 18:04
4a43d4e
Compare
Choose a tag to compare

Additions / Changes

  • Adds support for custom alphabets via CustomSymbol / Alphabet / custom_alphabet!
  • Move symbol parsing to const eval time so we can support custom alphabets more elegantly
  • Add docs for all methods and types
  • Additional test coverage
  • Rename to smol-symbol is now finalized

v0.1.5

09 Jul 02:57
ee627d1
Compare
Choose a tag to compare

complete rename to smol-symbol

v0.1.4

09 Jul 02:43
297848d
Compare
Choose a tag to compare

in preparation for rename to smol-symbol

v0.1.2

07 Jul 06:28
a8c74a4
Compare
Choose a tag to compare

Initial release