Releases: vmkteam/mfd-generator
Releases · vmkteam/mfd-generator
v0.4.5
v0.4.4
What's Changed
- go 1.20
- Primary keys now not updatable in generated models
Full Changelog: v0.4.3...v0.4.4
v0.4.3
What's Changed
- Support type='number' setting in multifilters (#10) by @DmiTryAgain in #41
Full Changelog: v0.4.2...v0.4.3
v0.4.2
What's Changed
- fix-filters by @DmiTryAgain in #37
- fix-iso Fix generated form field in vt-template. by @DmiTryAgain in #38
- fix-vt-get Fix generated Get method. by @DmiTryAgain in #39
- fix-typo by @DmiTryAgain in #40
- fix a lot of typo by @sas1024
Full Changelog: v0.4.1...v0.4.2
v0.4.1
What's Changed
- Generators common fixes
- Bump golang.org/x/text from 0.3.7 to 0.3.8 by @dependabot in #32
- Bump mellium.im/sasl from 0.2.1 to 0.3.1 by @dependabot in #34
- Bump golang.org/x/crypto from 0.0.0-20210421170649-83a5a9bb288b to 0.1.0 by @dependabot in #33
- Add tests for each generator by @DmiTryAgain in #35
- Add tests and go-releaser to GitHub actions by @sas1024 in #36
New Contributors
- @dependabot made their first contribution in #32
- @DmiTryAgain made their first contribution in #35
Full Changelog: v0.4.0...v0.4.1
v0.4.0
Breaking Changes
Now vt-template generator use new MultiFilter component for entity list and entity list filters. New filters are generated to file MultiListFilters.vue instead of ListFilters.vue.
What's Changed
Full Changelog: v0.3.8...v0.4.0