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

Latest commit

 

History

History
281 lines (146 loc) · 3.3 KB

CHANGELOG.md

File metadata and controls

281 lines (146 loc) · 3.3 KB

Changelog

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

1.0.3 - TBD

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

1.0.2 - 2019-06-18

Added

  • #18 adds support for PHP 7.3.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

1.0.1 - 2018-09-17

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #17 fixes exception messages on invalid configuration to refer to the configuration key zend-expressive-authorization-rbac instead of authorization.

1.0.0 - 2018-09-13

Added

  • Nothing.

Changed

  • #16 pins to the 1.0 series of zendframework/zend-expressive-authorization. Changed the service configuration key to zend-expressive-authorization-rbac instead of authorization.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

0.3.1 - 2018-05-15

Added

  • #15 adds support for the v3 release tree of zend-permissions-rbac, as the API consumed by this package is unchanged.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

0.3.0 - 2018-03-15

Added

  • Nothing.

Changed

  • Locks zend-expressive-authorization to the 0.4.0 series.

  • Updates the zend-expressive-router constraint to ^3.0.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

0.2.0 - 2018-02-27

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • #12 removes all exceptions from the package, in favor of using exceptions defined in zend-expressive-authorization.

Fixed

  • Nothing.

0.1.4 - 2018-02-20

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #11 fixes missing configuration factories key.

0.1.3 - 2017-12-13

Added

  • #9 adds support for the 1.0.0-dev branch of zend-expressive-authorization.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

0.1.2 - 2017-11-28

Added

  • Adds support for zend-expressive-authorization 0.2 and 0.3.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

0.1.1 - 2017-09-28

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Updates the minimum PHPUnit version required, to ensure tests run under lowest supported versions.

0.1.0 - 2017-09-28

Initial release.

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.