Skip to content

Commit

Permalink
Update changelog.MD
Browse files Browse the repository at this point in the history
  • Loading branch information
ecourtial authored Dec 23, 2020
1 parent 4a781e7 commit dc60105
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions changelog.MD
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## 1.3

**New features**
* Added PHP 8 support, but we keep the compatibility down to PHP 7.2.
* Added a CallbackTransformer. Contribution by [kdebisschop](https://github.com/kdebisschop).
* Added a CopycolumnsTransformer. Contribution by [kdebisschop](https://github.com/kdebisschop).
* Added a transformer to format UnixTimestamps into human readable dates. Contribution by [kdebisschop](https://github.com/kdebisschop).
* Added an extractor that call a generator callback. Contribution by [kdebisschop](https://github.com/kdebisschop).

**Bufixes**
* Fix inconsistency between Insert and InsertUpdate when selecting columns. Contribution by [kdebisschop](https://github.com/kdebisschop).
* Fix on the Row object: the support for PHP 8 highlighted a bad return type on the magic setters. This fix could lead to a BC if the developer rely on it.

**Miscellaneous**
* Tests are now covered by quality profiles. Contribution by [kdebisschop](https://github.com/kdebisschop).
* Fix various issues with precommit checks. Contribution by [kdebisschop](https://github.com/kdebisschop).

## 1.2.1

**Miscellaneous**
Expand Down

0 comments on commit dc60105

Please sign in to comment.