Skip to content

v0.3.1

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Dec 04:20

Version 0.3.1 includes an output hotfix.

All breaking changes from 0.3.0 apply below if you are upgrading from 0.2.x:

Breaking Changes Summary

  • Ranges are always max inclusive by @jackdotink in #16
  • The following types were renamed: (#20)
    • bool -> boolean
    • String -> string
  • Maps, structs and enums have their own keywords (map, struct and enum respectively). (#20)
  • The output configs now output based upon their relative path from the config file, not the CWD

What's Changed

Docs

Docs have been rewritten and themed!

Full Changelog: v0.2.2...v0.3.1