Skip to content

Releases: vmkteam/mfd-generator

v0.6.1

19 Dec 11:01
2f93977

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.0...v0.6.1

v0.6.0

26 Sep 18:27
2cda9a2

Choose a tag to compare

What's Changed

  • Add TableMapping in .mfd, tests and new flow with empty options.Packages by @qnqatop in #55
  • Introduce dbtest command by @DmiTryAgain in #54
  • Bump github.com/go-pg/pg/v10 from 10.14.0 to 10.15.0 by @dependabot[bot] in #53

Full Changelog: v0.5.1...v0.6.0

v0.5.1

01 Aug 21:17
21fe9fe

Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.5.1

v0.5.0

22 Jul 11:51
9aef707

Choose a tag to compare

What's Changed

  • Add dictionary in generated mfd file by @qnqatop in #45
  • Add partial vt generation support by @qnqatop in #47

New Contributors

Full Changelog: v0.4.5...v0.5.0

v0.4.5

17 Jun 07:17
9111c09

Choose a tag to compare

What's Changed

  • Go 1.22
  • golangci-lint 1.59.1
  • Linter fixes
  • Update dependencies

by @sas1024 in #44

Full Changelog: v0.4.4...v0.4.5

v0.4.4

20 Feb 11:55

Choose a tag to compare

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

21 Jul 12:48
72c29e5

Choose a tag to compare

What's Changed

Full Changelog: v0.4.2...v0.4.3

v0.4.2

22 Jun 20:38

Choose a tag to compare

What's Changed

Full Changelog: v0.4.1...v0.4.2

v0.4.1

29 Mar 12:02
8aaea4b

Choose a tag to compare

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

Full Changelog: v0.4.0...v0.4.1

v0.4.0

17 Jan 12:51
3a5784d

Choose a tag to compare

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

  • Use new multifilter component for vt-template generation by @sas1024 in #31

Full Changelog: v0.3.8...v0.4.0