Skip to content

Releases: Evdigi-INA/generator

v0.4.1

14 Jun 11:18
2491faa

Choose a tag to compare

What's New in Version 0.4.1🍉

🐛 Fixes

  • Fix ViewComposerServiceProvider in simple version by @Zzzul in #90

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

v0.4.0

09 Jun 10:06

Choose a tag to compare

What's New in Version 0.4.0 🍉

✨ New Features

  • 🧾 Export to Excel (Beta)
    Added support for exporting data to Excel.
    PRs: #54, #56 by @Zzzul

  • ⚙️ Laravel 12 Support
    Now compatible with Laravel 12.
    PR: #79 by @Zzzul

  • 🏷️ Named Parameters in Generated Code
    Improves readability and maintainability of generated code.
    PR: #83 by @Zzzul

  • 🎨 Color Input Rendering
    Displays color preview in index and show pages if input type is color.

  • ✅ Boolean Icon Rendering
    Automatically adds icon for boolean fields in index and show pages.

  • 🔐 Role & User Resource APIs
    Adds RESTful API resources for managing roles and users.

  • 🖼️ Image Casting on Model
    Adds native support for handling images using custom model casts.


🐛 Fixes

  • 🔒 Fixed issue with password input rendering in forms.
    PR: #59 by @Zzzul

  • ✏️ Corrected grammar and sentence structure.
    PR: #60 by @rachyharkov

  • 🧩 Fixed unhandled match case for value '0'.
    PR: #62 by @Zzzul

  • ➕ Fixed inability to create new submenu items.
    PR: #85 by @Zzzul

  • 📝 Fixed typo: "telepon" → "telephone".
    PR: #71 by @tskxz


🛠 Enhancements

  • 📚 Updated README.md
    PR: #52 by @Zzzul

  • 🧼 Replaced str_replace() with a custom, more robust function.
    PR: #57 by @Zzzul

  • 📦 Made Intervention/Image an optional dependency.
    PR: #64 by @Zzzul

  • 🔒 Bumped elliptic in rater-js extension

  • 🆕 Introduced new ImageServiceV2() class for better image handling.

  • 🧹 Refactored ViewServiceProvider for cleaner structure.

  • ⚙️ Added new generator.image config for image settings.


🧑‍💻 New Contributors

Huge thanks to our new contributors!


📌 View the full changelog:
v0.3.0...v0.4.0

v0.3.0

13 Aug 08:07
2422cdc

Choose a tag to compare

What's New in Version 0.3.0 🔥 🌻

New Features

  • API Generator: Generate APIs effortlessly.
  • Single Form Generator: This functionality is ideal for generating pages such as settings, web profiles, and other features with only one data item.
  • Seeder & Factory Generator: Quickly generate seeders and factory classes.
  • ImageService Class: Supports public, storage, and s3 disks for image handling.

Enhancements

  • Laravel 11 Support: Fully compatible with Laravel 11.
  • Yajra/Datatable v11 Support: Enhanced compatibility with the latest Yajra/Datatable version.
  • Spatie/Permission v6 Support: Now supports Spatie/Permission version 6.
  • Intervention/Image v3 Support: Integrated support for Intervention/Image version 3.
  • Unit Tests Added: Implemented some unit tests to ensure code reliability.

Fixes

  • Resolved various bugs and errors for improved stability.

Documentation

  • Updated README.md: Comprehensive updates to the README for better guidance.
  • New Documentation: Fresh, detailed documentation to help you get started quickly.

New Docs: https://zzzul.github.io/generator-docs-next

For a complete list of changes, check out the Full Changelog: v0.2.3...v0.3.0

v0.2.3

21 Dec 01:08
f7808d1

Choose a tag to compare

What's Changed

  • Bump qs from 6.5.2 to 6.5.3 in /assets/extensions/rater-js by @dependabot in #20
  • Bump decode-uri-component from 0.2.0 to 0.2.2 in /assets/extensions/rater-js by @dependabot in #21
  • Bump shell-quote from 1.6.1 to 1.8.1 in /assets/extensions/rater-js by @dependabot in #23
  • Bump json5 from 2.1.0 to 2.2.3 in /assets/extensions/rater-js by @dependabot in #24
  • Bump flat and mocha in /assets/extensions/rater-js by @dependabot in #25
  • Bump tough-cookie and jsdom in /assets/extensions/rater-js by @dependabot in #26
  • Bump lodash from 4.17.11 to 4.17.21 in /assets/extensions/rater-js by @dependabot in #28
  • Bump cached-path-relative from 1.0.2 to 1.1.0 in /assets/extensions/rater-js by @dependabot in #29
  • Bump minimist and mkdirp in /assets/extensions/rater-js by @dependabot in #33
  • Bump ini from 1.3.5 to 1.3.8 in /assets/extensions/rater-js by @dependabot in #34
  • Bump elliptic from 6.5.0 to 6.5.4 in /assets/extensions/rater-js by @dependabot in #35
  • Bump merge and find-node-modules in /assets/extensions/rater-js by @dependabot in #36
  • Bump @babel/traverse from 7.5.0 to 7.23.2 in /assets/extensions/rater-js by @dependabot in #40
  • Bump browserify-sign from 4.0.4 to 4.2.2 in /assets/extensions/rater-js by @dependabot in #41
  • Fix migration issue with spatie permission v6 by @Zzzul in #43

New Contributors

Full Changelog: v0.2.2...v0.2.3

v0.2.2

24 Aug 03:39
6ef05cb

Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.2.2

v0.2.1

30 Apr 13:21
8bce025

Choose a tag to compare

What's Changed

  • Update README.md & remove the about command in GeneratorServiceProvider for work in Laravel below v9.21 (#17)

Full Changelog: v0.2.0...v0.2.1

v0.2.0

27 Feb 05:41
5bf420f

Choose a tag to compare

What's Changed

  • Add simple generator version (#10)
  • Add a protected table in the model (#12)
  • Fix weird pluralization and singularization when the text ending are letters 'ia' or 'ium' (#13)
  • Update namespace (#14)
  • Update README.md

Full Changelog: v0.1.1...v0.2.0

v0.1.1

21 Nov 03:50
f172342

Choose a tag to compare

What's Changed

  • Fixed the missing column two_factor_secret in the users table (#2).
  • Added a helper for checking the sidebar active menu (#4).
  • Update README.md.

Full Changelog: v0.1.0...v0.1.1

v0.1.0

17 Nov 04:49
7ec4def

Choose a tag to compare

Initial Release