You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+20-9Lines changed: 20 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,29 +2,40 @@
2
2
3
3
All notable changes to this project will be documented in this file, in reverse chronological order by release.
4
4
5
-
## 1.9.0 - TBD
5
+
## 1.9.0 - 2021-01-07
6
6
7
7
### Added
8
8
9
9
-[#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.
10
10
11
11
-[#12](https://github.com/laminas-api-tools/api-tools-doctrine-querybuilder/pull/12) adds support for PHP 7.3, 7.4, and 8.0.
12
12
13
-
### Changed
13
+
### Removed
14
14
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.
16
16
17
-
### Deprecated
18
17
19
-
- Nothing.
18
+
-----
20
19
21
-
### Removed
20
+
### Release Notes for [1.9.0](https://github.com/laminas-api-tools/api-tools-doctrine-querybuilder/milestone/1)
22
21
23
-
-[#12](https://github.com/laminas-api-tools/api-tools-doctrine-querybuilder/pull/12) removes support for PHP versions prior to 7.3.
24
22
25
-
### Fixed
26
23
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
0 commit comments