Skip to content

Releases: rapidphp/laplus

2.1.1

04 Nov 05:08
821effd
Compare
Choose a tag to compare

Fixes:

  • Caching created tables in runtime to prevents double creating

2.1.0

03 Nov 06:15
9a0b887
Compare
Choose a tag to compare

New Features:

  • Indexes (primary, unique, index, ...)

Fixes:

  • Creating migrations for modifying tables

2.0.0

01 Oct 08:02
64b91cb
Compare
Choose a tag to compare

New Features:

  • Added resource types
  • Added modular resource type
  • Created language folder
  • Added asTrueFalse, asYesNo and asOnOff to LabelTranslator
  • 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 with Resource class type
  • Change getPresentInstance method to getPresentableInstance

Fixes:

  • Create auto_migrations directories if not exists

1.4.2

26 Aug 21:39
Compare
Choose a tag to compare

Changes:

  • Fix null and boolean bug when setting the default value

1.4.1

08 Aug 06:03
Compare
Choose a tag to compare

Bug fixed

1.4.0

06 Aug 20:38
Compare
Choose a tag to compare

Changes:

  • Added snapshot using snapshot+ command
  • Regenerate will not remove older than last snapshot files

1.3.1

05 Aug 14:15
Compare
Choose a tag to compare

Changes:

  • Added HasFactoryPresents, helper for factory

1.3

04 Aug 16:12
Compare
Choose a tag to compare
1.3

Changes:

  • Added HasLabels and LabelTranslator
  • Added make:label-translator command

1.2.2

29 Jul 17:51
Compare
Choose a tag to compare

Changes:

  • Bug fixed: foreign error fixed

1.2.1

29 Jul 05:25
Compare
Choose a tag to compare

Changes:

  • Bug fixed: deep file discovering