Skip to content

Latest commit

 

History

History
172 lines (86 loc) · 3.18 KB

CHANGELOG.md

File metadata and controls

172 lines (86 loc) · 3.18 KB

CHANGELOG

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

2.2.3 - 2019-02-08

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

2.2.2 - 2018-10-02

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).

2.2.1 - 2018-09-02

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

2.2.0 - 2018-03-12

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

2.1.0 - 2018-02-04

Added

  • Nothing

Changed

  • #17 Improved required coding standards

Deprecated

  • Nothing

Removed

  • #16 Dropped support for PHP 5.6 and 7.0

Fixed

  • Nothing

2.0.3 - 2017-12-06

Added

  • Nothing

Changed

  • Nothing

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • #14 Required SQL comment hint

2.0.2 - 2017-12-06

Added

  • #11 Add gitattributes file to exclude content from distribution

Changed

  • Nothing

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • #13 Fixed create a new custom type