Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 802 Bytes

CHANGELOG.md

File metadata and controls

29 lines (21 loc) · 802 Bytes

Changelog

v0.3.0 - 2024-11-26

  • added support for prepending to lists [x, ..xs]
  • reworked generics for custom types to be more flexible and type-safe
  • fix not escaping strings
  • add equals expression
  • add support for builtin result type
  • replace type functions with constants where possible
  • do not render imports that are not used in the final generated code
  • add support for string concatenation in case expressions

v0.2.1 - 2024-11-13

  • added support for or (|) in case expressions
  • added support for as in case expressions
  • added support for integer literals in case expressions

v0.2.0 - 2024-11-11

  • renamed decorators to attributes
  • add panic expression
  • add type aliases
  • add missing "with_custom_typeN" functions to module

v0.1.0 - 2024-11-11

Initial release