Skip to content

v0.39.2

Latest

Choose a tag to compare

@nnabeyang nnabeyang released this 20 Jun 11:54
0.39.2
52208ab

Bug Fixes

  • Code generation: Escape Swift reserved words (e.g. default, in, type) when they appear as lexicon-derived identifiers, so generated code compiles. (#77)

Improvements

  • Code generation: Generated files now follow consistent formatting — 2-space indentation, blank lines between declarations, alphabetically sorted imports, a single trailing newline, and the case .foo(let value) binding style. (#76)