Skip to content

Latest commit

 

History

History
297 lines (195 loc) · 3.01 KB

CHANGELOG.md

File metadata and controls

297 lines (195 loc) · 3.01 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.

[Unreleased]

[1.0.0] - 2020-01-30

Added

  • Database
  • ArrayRepository
  • ArrayValidator
  • DatabaseInterface
  • CrudInterface
  • ValidableInterface
  • KeyValueValidableInterface

Deprecated

  • Nothing

Fixed

  • Nothing

Removed

  • Nothing

Security

  • Nothing

[1.0.1] - 2020-01-30

Added

  • Nothing

Deprecated

  • Nothing

Fixed

  • Querymaker version

Removed

  • Nothing

Security

  • Nothing

[1.0.2] - 2020-01-30

Added

  • Nothing

Deprecated

  • Nothing

Fixed

  • PHPCS issues

Removed

  • Nothing

Security

  • Nothing

[1.0.3] - 2020-01-30

Added

  • Nothing

Deprecated

  • Nothing

Fixed

  • Type return issues

Removed

  • Nothing

Security

  • Nothing

[1.1.0] - 2020-01-31

Added

  • Nothing

Deprecated

  • Nothing

Fixed

  • Readme examples.

Removed

  • AbstractValidator
  • ArrayConvertableInterface
  • ArrayConvertableTrait
  • ArrayUpdateableInterface
  • ArrayUpdateableTrait
  • ArrayValidator
  • ValidableInterface

Security

  • Nothing

[1.1.1] - 2020-01-31

Added

  • Nothing

Deprecated

  • CrudInterface

Fixed

  • CrudInterface renamed to RepositoryInterface

Removed

  • Nothing

Security

  • Nothing

[1.1.2] - 2020-02-03

Added

  • ArrayRepository

Deprecated

  • Nothing

Fixed

  • ArrayRepository

Removed

  • Nothing

Security

  • Nothing

[1.1.3] - 2020-02-03

Added

  • Offset, Limit, Order

Deprecated

  • Nothing

Fixed

  • Nothing

Removed

  • Nothing

Security

  • Nothing

[1.1.4] - 2020-02-03

Added

  • OrderBy

Deprecated

  • Nothing

Fixed

  • DatabaseInterface

Removed

  • Nothing

Security

  • Nothing

[1.1.5] - 2020-02-03

Added

  • Database Query method

Deprecated

  • Nothing

Fixed

  • Repository readAll signature.

Removed

  • Nothing

Security

  • Nothing

[1.2.1] - 2020-02-04

Added

  • Nothing

Deprecated

  • Nothing

Fixed

  • Changed Database Constructor
  • Updated QueryMaker

Removed

  • Nothing

Security

  • Nothing

[1.2.2] - 2020-02-26

Added

  • Nothing

Deprecated

  • Nothing

Fixed

  • Changed Database Constructor
  • Allow optional query parameter

Removed

  • Nothing

Security

  • Nothing

[1.2.3] - 2020-02-28

Added

  • Nothing

Deprecated

  • Nothing

Fixed

  • Missing ArrayRepository Tests

Removed

  • Nothing

Security

  • Nothing

[1.2.4] - 2020-03-03

Added

  • Abstract Repository

Deprecated

  • Nothing

Fixed

  • Nothing

Removed

  • Nothing

Security

  • Nothing

[1.2.5] - 2020-03-05

Added

  • ResultSet

Deprecated

  • Nothing

Fixed

  • Nothing

Removed

  • Nothing

Security

  • Nothing

[1.2.6] - 2020-03-05

Added

  • Nothing

Deprecated

  • Nothing

Fixed

  • ResultSet total field

Removed

  • Nothing

Security

  • Nothing