Skip to content

Latest commit

 

History

History
120 lines (84 loc) · 9.5 KB

CHANGELOG.md

File metadata and controls

120 lines (84 loc) · 9.5 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.1.0 (2022-04-24)

Features

  • add simple application initializer (49dddd4)
  • db: add timestamps (e79665b)

Bug Fixes

  • user display & performance (10495c4)

2.0.0 (2022-03-16)

Features

  • add authentication bases (7ebbac2)
  • add automatic model reset (ca03f8d)
  • add config support (d273ce1)
  • add exceptions related to auth (5681429)
  • add generic lambda functional interface (e3ff0b8)
  • add Jwt Session authentication (2fc944d)
  • add JWT support (a8a2ea4)
  • add media type constants (6653285)
  • add password encoder (38bba75)
  • add security user (536d996)
  • add simple implementations (5fa3f41)
  • add user-role-privilege seeder (4fba594)
  • admin access demo (764790c)
  • annotation mapping (3361a05)
  • auth: add auth implementations (dbf70b5)
  • configuration: web/loading implementation (4f524c3)
  • crypto: add BCrypt hashing (debbe62)
  • implements authentication manager (47a36b4)
  • model: generic role-privilege based authorization (a2a1a39)
  • mvc: user registration (ab7a765)
  • repository: user-role-privilege update (de338e9)
  • secure endpoints with @interface (2c1925d)
  • using roles (cde34be)

Bug Fixes

1.1.1 (2021-12-11)

Features

  • core: active navigation support (a591106)

Bug Fixes

  • controller: 404 controller before rendering (015ef06)
  • core: controller full crud endpoints (be609b5)

1.1.0 (2021-11-20)

Features

  • controller: not found controller (7cadb04)
  • mvc: not found view (3fb2306)

Bug Fixes

  • halt request (6e65b92)
  • service: no longer has package hardcoded (decb38c)

1.0.0 (2021-11-19)

Features

Bug Fixes