Skip to content

Tags: manchuck/zf-hal

Tags

1.3.0

Toggle 1.3.0's commit message
zf-hal 1.3.0

Added
-----

- [zfcampus#123](zfcampus#123) updates the component
  to use zend-hydrator for hydrator functionality; this provides forward
  compatibility with zend-hydrator, and backwards compatibility with
  hydrators from older versions of zend-stdlib.

Deprecated
----------

- Nothing.

Removed
-------

- Nothing.

Fixed
-----

- Nothing.

1.2.1

Toggle 1.2.1's commit message
zf-hal 1.2.1

Added
-----

- Nothing.

Deprecated
----------

- Nothing.

Removed
-------

- Nothing.

Fixed
-----

- [zfcampus#122](zfcampus#122) updates the
  zend-stdlib dependency to reference `>=2.5.0,<2.7.0` to ensure hydrators
  will work as expected following extraction of hydrators to the zend-hydrator
  repository.

1.2.0

Toggle 1.2.0's commit message
zf-hal 1.2.0

Bumps minimum supported PHP version to 5.5.

1.1.1

Toggle 1.1.1's commit message
zf-hal 1.1.1

- [zfcampus#100](zfcampus#100) Re-instate renderEntity.post event
- [zfcampus#102](zfcampus#102) Eliminate double-rendering of links
- [zfcampus#106](zfcampus#106) Improved testing of HalJsonRenderer

1.1.0

Toggle 1.1.0's commit message
zf-hal 1.1.0

- [zfcampus#79](zfcampus#79) "post" events for `renderEntity` and `renderCollection`
- [zfcampus#91](zfcampus#91) only export public members of objects when no hydrator present

1.0.5

Toggle 1.0.5's commit message
zf-hal 1.0.5

- [zfcampus#59](https://github.com/zfcampus/zf-hal/pull/#59) better injection of Hal plugin into helper plugin manager
- [zfcampus#60](https://github.com/zfcampus/zf-hal/pull/#60) move all factories into classes
- [zfcampus#63](https://github.com/zfcampus/zf-hal/pull/#63) allow generating URLs behind proxies
- [zfcampus#68](https://github.com/zfcampus/zf-hal/pull/#68) cache value from serverUrl() helper
- [zfcampus#69](https://github.com/zfcampus/zf-hal/pull/#69) use hydrator map when possible - performance improvement
- [zfcampus#86](https://github.com/zfcampus/zf-hal/pull/#86) allow auto-invokable hydrators
- [zfcampus#88](https://github.com/zfcampus/zf-hal/pull/#88) circular dependency detection during entity extraction

1.0.4

Toggle 1.0.4's commit message
zf-hal 1.0.4

- [zfcampus#54](zfcampus#54) QA - remove unused variables
- [zfcampus#55](zfcampus#55) QA - remove unused imports
- [zfcampus#56](zfcampus#56) QA - remove unused local variable
- [zfcampus#57](zfcampus#57) QA - update/fix docblocks/signatures.
- [zfcampus#70](zfcampus#70) Performance - add lazy-loading of metadata instances to `Hal` plugin to improve performance.

1.0.3

Toggle 1.0.3's commit message
zf-hal 1.0.3

- [zfcampus#48](zfcampus#48) Allow `-1` as page size parameter (denoting no pagination desired)
- [zfcampus#50](zfcampus#50) Do not display page parameter query string argument for `first` relational links

1.0.2

Toggle 1.0.2's commit message
zf-hal 1.0.2

- [zfcampus#45](zfcampus#45): Allow entities with identifier value of zero.
- [zfcampus#47](zfcampus#47): Ensure links provided in the metadata map are honored when rendering entities/collections.
- [zfcampus#39](zfcampus#39): Allow rendering entities with no discoverable identifier.

1.0.1

Toggle 1.0.1's commit message
zf-hal 1.0.1