Skip to content

Releases: Zzzul/generator

v0.4.0

16 Nov 04:22
96b0e07
Compare
Choose a tag to compare

Added

  • Action for the "on delete" and "on update" (#12)
  • Upgrade mazer version (#13)
  • New HTML 5 input tag supported (#18)
  • Added a command for generating sidebar type (#25)
  • Added new column type (#26)

Fixed

  • Fixed constant expression contains invalid operations on generator controller (#15)
  • Fixed weird text if the model has more than 1 words (#20)
  • Fixed validation error for boolean column type (#22)
  • Fixed error when loads more than 1 relation on the controller (#24)

Changed

  • Update README.md

Full Changelog: v0.3.0...v0.4.0

v0.3.0

22 Apr 07:35
0fb571f
Compare
Choose a tag to compare

Added

  • If submenus are empty, move menu at that index into the submenus (#7)
  • Added limit text on index view for column type text or longText (#8)
  • Draggable table generator (#9)

Fixed

  • Used the try-catch on destroy() method to handle errors when delete records that have a relation (#6)
  • Fixed generate a new submenu in the menu that doesn't have a submenu before (#10)

Changed

  • Update footer (#8)
  • Changed checkbox to switch on generator form and refactor code (#9)

Full Changelog: v0.2.1...v0.3.0

v0.2.1

16 Apr 07:27
3f40357
Compare
Choose a tag to compare

New Feature:

  • Configable format date, time, datetime, year, and image (#5)

Changed:

  • Changed data_type to column_type table migration (#4)

Fix Bug:

  • Error when upload user avatar

Docs:

  • Update README.md (#3)

Full Changelog: v0.1.0...v0.2.1

v0.1.0

10 Apr 04:33
06bbab1
Compare
Choose a tag to compare

Initial Release 🎉