Releases: rapidphp/laplus
Releases · rapidphp/laplus
2.1.1
2.1.0
New Features:
- Indexes (primary, unique, index, ...)
Fixes:
- Creating migrations for modifying tables
2.0.0
New Features:
- Added resource types
- Added modular resource type
- Created language folder
- Added
asTrueFalse
,asYesNo
andasOnOff
toLabelTranslator
- Smarter migration generator, create the indexes after all migrations
- Added
onUpdate
actions for foreign keys
Sensitive Changes:
- Remove default file, attribute and relationship managements (now you should use the traits)
- Not anymore using the
resources/lang/your_lang/labels.php
, now use the publishable languages Laplus
facade now works withResource
class type- Change
getPresentInstance
method togetPresentableInstance
Fixes:
- Create
auto_migrations
directories if not exists
1.4.2
Changes:
- Fix null and boolean bug when setting the default value
1.4.1
Bug fixed
1.4.0
Changes:
- Added
snapshot
usingsnapshot+
command - Regenerate will not remove older than last snapshot files
1.3.1
Changes:
- Added
HasFactoryPresents
, helper for factory
1.3
Changes:
- Added
HasLabels
andLabelTranslator
- Added
make:label-translator
command
1.2.2
Changes:
- Bug fixed: foreign error fixed
1.2.1
Changes:
- Bug fixed: deep file discovering