Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 5d01d50

Browse files
committed
Merging develop to master in preparation for 1.3.0 release.
2 parents 33f7328 + f1cf4b1 commit 5d01d50

File tree

7 files changed

+1893
-71
lines changed

7 files changed

+1893
-71
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@ All notable changes to this project will be documented in this file, in reverse
44

55
Versions prior to 0.4.0 were released as the package "weierophinney/hal".
66

7-
## 1.2.1 - TBD
7+
## 1.3.0 - 2019-02-06
88

99
### Added
1010

11-
- Nothing.
11+
- [#55](https://github.com/zendframework/zend-expressive-hal/pull/55) adds the ability to generate paginated HAL collections from
12+
`Doctrine\ORM\Tools\Pagination\Paginator` instances.
1213

1314
### Changed
1415

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"willdurand/negotiation": "^2.3.1"
3232
},
3333
"require-dev": {
34+
"doctrine/orm": "^2.6",
3435
"phpunit/phpunit": "^7.0.1",
3536
"zendframework/zend-coding-standard": "~1.0.0",
3637
"zendframework/zend-expressive-helpers": "^5.0.0alpha3",
@@ -61,8 +62,8 @@
6162
},
6263
"extra": {
6364
"branch-alias": {
64-
"dev-master": "1.2.x-dev",
65-
"dev-develop": "1.3.x-dev"
65+
"dev-master": "1.3.x-dev",
66+
"dev-develop": "1.4.x-dev"
6667
},
6768
"zf": {
6869
"config-provider": "Zend\\Expressive\\Hal\\ConfigProvider"

0 commit comments

Comments
 (0)