Skip to content

Databind 0.5.0

Compare
Choose a tag to compare
@MysteryBlokHed MysteryBlokHed released this 18 Jul 13:23
· 75 commits to master since this release
3c03650

Bug fixes and some new features.

Documentation is available on Read The Docs.

To install the latest patch of Databind 0.5, run cargo install databind --version ~0.5.
To install Databind 0.5.0, run cargo install databind --version 0.5.0.
To install the latest version of Databind, run cargo install databind.

Alternatively, download one of the attached binaries.

Changes

  • Fix a bug with while loops (#61)
  • Change both keywords endfunc and endwhile to end (#61)
  • Add % character to escape keywords (#68)
  • Change docs formatting to add indentation inside functions and while loops (#63)
  • Fix multiple !def's not working (#66)