Skip to content

Commit 6ebddca

Browse files
committed
1.9.0 readiness
Updates the CHANGELOG.md to set the release date.
1 parent 02793df commit 6ebddca

File tree

1 file changed

+20
-9
lines changed

1 file changed

+20
-9
lines changed

CHANGELOG.md

Lines changed: 20 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,40 @@
22

33
All notable changes to this project will be documented in this file, in reverse chronological order by release.
44

5-
## 1.9.0 - TBD
5+
## 1.9.0 - 2021-01-07
66

77
### Added
88

99
- [#5](https://github.com/laminas-api-tools/api-tools-doctrine-querybuilder/pull/5) adds the interface `Laminas\ApiTools\Doctrine\QueryBuilder\Filter\TypeCastInterface` and the default implementations `Laminas\ApiTools\Doctrine\QueryBuilder\Filter\ODM\TypeCaster` and `Laminas\ApiTools\Doctrine\QueryBuilder\ORM\TypeCaster`, extracted from logic originally present in the ORM and ODM `AbstractFilter` implementations. Users can supply their own implementation by aliasing the `Laminas\ApiTools\Doctrine\QueryBuilder\Filter\TypeCastInterface` service to their own implementation. This ability allows users to supply their own type casting rules for their projects.
1010

1111
- [#12](https://github.com/laminas-api-tools/api-tools-doctrine-querybuilder/pull/12) adds support for PHP 7.3, 7.4, and 8.0.
1212

13-
### Changed
13+
### Removed
1414

15-
- Nothing.
15+
- [#12](https://github.com/laminas-api-tools/api-tools-doctrine-querybuilder/pull/12) removes support for PHP versions prior to 7.3.
1616

17-
### Deprecated
1817

19-
- Nothing.
18+
-----
2019

21-
### Removed
20+
### Release Notes for [1.9.0](https://github.com/laminas-api-tools/api-tools-doctrine-querybuilder/milestone/1)
2221

23-
- [#12](https://github.com/laminas-api-tools/api-tools-doctrine-querybuilder/pull/12) removes support for PHP versions prior to 7.3.
2422

25-
### Fixed
2623

27-
- Nothing.
24+
### 1.9.0
25+
26+
- Total issues resolved: **2**
27+
- Total pull requests resolved: **2**
28+
- Total contributors: **4**
29+
30+
#### Enhancement
31+
32+
- [12: PHP8 Support](https://github.com/laminas-api-tools/api-tools-doctrine-querybuilder/pull/12) thanks to @javabudd
33+
- [5: Extract type cast behaviour](https://github.com/laminas-api-tools/api-tools-doctrine-querybuilder/pull/5) thanks to @netiul
34+
- [1: Extract type cast behaviour](https://github.com/laminas-api-tools/api-tools-doctrine-querybuilder/issues/1) thanks to @weierophinney
35+
36+
#### Enhancement,hacktoberfest-accepted
37+
38+
- [11: PHP 8.0 support](https://github.com/laminas-api-tools/api-tools-doctrine-querybuilder/issues/11) thanks to @boesing
2839

2940
## 1.8.0 - 2019-02-02
3041

0 commit comments

Comments
 (0)