Skip to content

Releases: Evdigi-INA/generator

v0.3.0

13 Aug 08:07
2422cdc
Compare
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
Compare
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
Compare
Choose a tag to compare

What's Changed

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

v0.2.1

30 Apr 13:21
8bce025
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Initial Release