Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 1.97 KB

CHANGELOG.md

File metadata and controls

36 lines (29 loc) · 1.97 KB

Changelog

Added

  • Model class generation with chained generation of related classes.
  • API Controller class generation.
  • API Serializer class generation.
  • Routes extender generation.
  • Job class generation.
  • Policy class generation with extender.
  • Repository class generation.
  • Domain Handler class generation.
  • Validator class generation.
  • Console Command class generation with extender.
  • Service Provider class generation with extender.
  • Integration Test class generation.
  • Frontend Model generation with its definition.
  • Frontend Modal component generation.

Changed

Fixed