v1.3.1
What's Changed
Full Changelog: 1.3.0...1.3.1
- Updated deps
- Fixed an issue when upper case snake case removed the
_
- e.g. from
SOME_VALUE
was doingSOMEVALUE
- now the format for those type of names is disabled
- e.g. from
- Fixed an issue when the enum name stay as before
- Fixed an issue when generator fields are deleted after mapping
- Added a small amount of tests (more will be added)