Skip to content

Releases: phpMv/ubiquity-attributes

0.0.14 Release

30 Nov 16:56

Choose a tag to compare

  • Update to php 8.1 min
  • Fix depreciation warnings with null values parameters ?type=null

0.0.13 release

14 Jan 02:30

Choose a tag to compare

Update composer.json

0.0.12 release

24 Apr 23:40

Choose a tag to compare

Updated

  • make name and code optional for Injected attribute

0.0.11 release

14 Feb 17:17

Choose a tag to compare

Added

  • noRoute annotation for exluding actions from routes

0.0.10 release

24 Sep 18:33

Choose a tag to compare

Fixed

  • missing use in Authorization attribute

0.0.9 release

19 Jun 00:59

Choose a tag to compare

Updated

  • Add cascade: ['remove'] to OneToMany and ManyToMany

0.0.8 release

13 Jun 01:12

Choose a tag to compare

Added

  • isOneToMany and isManyToMany methods

0.0.7 release

07 Mar 01:37

Choose a tag to compare

Fixed

  • JoinTable constructor parameters pb (array for joinColumns and invertedJoinColumns)

0.0.6 release

02 Mar 14:22

Choose a tag to compare

Fixed

  • Rest and Delete default parameters

0.0.5 release

17 Jan 03:14

Choose a tag to compare

Changed

  • Role and Permission attributes:
    • Role may accept string|array for the name
    • Permission may accept string|int for the name/level