Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.07 KB

CHANGELOG.md

File metadata and controls

30 lines (21 loc) · 1.07 KB

Linna Auth Mapper Postgresql Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

v0.2.1 - 2022-10-24

Changed

  • auth-mapper-test-trait version fixed to ^0.2 from dev-master as development aid

v0.2.0 - 2022-10-03

  • Start with v0.2.0 for match auth-mapper-mysql version

Changed

  • PHP 8.1 required
  • strict typing updated to provide compatibility with the next version of the framework
  • composer.json require and require-dev sections updated
  • tests updated

Added

  • Linna\Authentication\EnhancedAuthenticationMapper class
  • Linna\Authentication\UserMapper class
  • Linna\Authorization\EnhancedUserMapper class
  • Linna\Authorization\PermissionMapper class
  • Linna\Authorization\RoleMapper class
  • Linna\Authorization\RoleToUserMapper class