Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.1 KB

CHANGELOG.md

File metadata and controls

31 lines (21 loc) · 1.1 KB

Linna Auth Mapper Mysql 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

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

v0.1.0 - 2019-01-02

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