Skip to content
This repository has been archived by the owner on Sep 14, 2022. It is now read-only.

Releases: acelaya/doctrine-enum-type

v2.5.0

25 Jan 14:41
1a37ad1
Compare
Choose a tag to compare

Added

  • #60 Added support for doctrine-dbal 3.0.

Changed

  • #57 Automated releases.
  • #58 Migrated build from travis to Github Actions.

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • Nothing

v2.4.0

31 Oct 08:06
e4ada6f
Compare
Choose a tag to compare

Added

  • Nothing

Changed

  • #51 Updated all dependencies and added support for composer 2.
  • #50 Added support for PHP 8.

Deprecated

  • Nothing

Removed

  • #52 Dropped support for PHP 7.2 and 7.3

Fixed

  • Nothing

v2.3.0

14 Dec 10:51
Compare
Choose a tag to compare

Added

  • #43 Added PHP 7.4 to the build matrix.

Changed

Deprecated

  • Nothing

Removed

  • #40 Dropped support for PHP 7.1

Fixed

  • Nothing

v2.2.3

08 Feb 19:22
361ed7d
Compare
Choose a tag to compare

Added

  • #30 Added PHP 7.3 to the build matrix.

Changed

  • #36 Updated dev dependencies.
  • #31 Performance and maintainability slightly improved by enforcing via code sniffer that all global namespace classes, functions and constants are explicitly imported.
  • #32 Updated infection to v0.11
  • #34 Added dependency on Shlinkio coding standard.

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • Nothing

v2.2.2

02 Oct 18:15
Compare
Choose a tag to compare

Added

  • Nothing

Changed

  • Nothing

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • #28 Fixed a defect preventing the length property from the field declaration to be applied.

    Now, if you declare your field like this @ORM\Column(type=Action::class, length=16) the field will respect the length and be mapped to a VARCHAR(16).

v2.2.1

02 Sep 08:32
a7980b2
Compare
Choose a tag to compare

Added

  • Nothing

Changed

  • #24 Documented how to register custom types for schema operations.
  • #25 Updated to Infection 0.10
  • #26 Improved badges in readme file.

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • Nothing

v2.2.0

12 Mar 18:33
19186f9
Compare
Choose a tag to compare

Added

  • #9 Allowed enums with values other than strings to be loaded from the database

Changed

  • #18 Added infection to the ci pipeline

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • Nothing

v2.1.0

04 Feb 11:02
ac5babe
Compare
Choose a tag to compare

Added

  • Nothing

Changed

  • #17 Improved required coding standards

Deprecated

  • Nothing

Removed

  • #16 Dropped support for PHP 5.6 and 7.0

Fixed

  • Nothing

v2.0.3

06 Dec 18:30
Compare
Choose a tag to compare

Added

  • Nothing

Changed

  • Nothing

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • #14 Required SQL comment hint

v2.0.2

06 Dec 18:30
Compare
Choose a tag to compare

Added

  • #11 Add gitattributes file to exclude content from distribution

Changed

  • Nothing

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • #13 Fixed create a new custom type