Skip to content

Latest commit

 

History

History
48 lines (37 loc) · 1.66 KB

CHANGELOG.md

File metadata and controls

48 lines (37 loc) · 1.66 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.

1.0.0 - 2021-04-27

Fixed

  • PHP 8.0 compatibility (#fdc1f5c)
  • Fix MariaDB version detection (#8)

1.0.0-rc.3 - 2020-08-07

Added

  • Table prefix option

Changed

  • Change interfaces implementations

Fixed

  • Increase default addon boostrap priority

1.0.0-rc.2 - 2020-07-15

Fixed

  • Use Driver::insert for one or many documents, change method signatures Fixes cockpit assets integration

1.0.0-rc.1 - 2020-03-05

Fixed

  • Allow nulls booleans in filter
  • Differences in JSON path selector in MySQL

1.0.0-beta.2 - 2020-02-21

Added

  • Added Collection::insertMany method (fixes compatibility with Cockpit v0.9.3+)

1.0.0-beta.1 - 2019-09-16

Added

  • Initial release