v0.18.0
Pre-release
Pre-release
-
Struct field names can now be in
snake_case.Previously, only field names in
camelCasewere allowed in a BARE schema.
The 14th draft of BARE allows field names incamelCase,snake_caseormixed_Case.
The--pedanticoption ensures that a field name is either incamelCaseorsnake_case.snake_caseandmixed_Caseare normalized tocamelCasefor JavaScript and TypeScript generators. -
Improve the command line help message.
Hopefully, this will make the provided options more explanatory.
Also, we improved the documentation about type correspondence between BARE and TypeScript.