Releases: Evdigi-INA/generator
v0.4.1
v0.4.0
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
🛠 Enhancements
-
🧼 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
ViewServiceProviderfor cleaner structure. -
⚙️ Added new
generator.imageconfig for image settings.
🧑💻 New Contributors
Huge thanks to our new contributors!
- @rachyharkov — #60
- @tskxz — #71
📌 View the full changelog:
v0.3.0...v0.4.0
v0.3.0
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, ands3disks 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
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
- @dependabot made their first contribution in #20
Full Changelog: v0.2.2...v0.2.3
v0.2.2
What's Changed
- Update some stub files
- Restructuring folders
- Update mazer version
- Fix edit view generator
- Fix request generator
- Fix publish command
- Refactor code
- Requirement min. Laravel 10 & PHP 8.2
Full Changelog: v0.2.0...v0.2.2