Releases: flarum/cli
Releases · flarum/cli
v1.0.0
1.0.0
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
- Migration generation detects table creation migrations (e443a32)
- Switched to official
mem-fs
package (f644589) - Updated extension skeleton boilerplate (538fcc5)
- Extracted abstract base class for php and js stub generation (13a3d5d)
- Minimal formatting for extender method calls (a28c8a8)
- Filled generated locale file with extension id and link to docs (2ae530a)