Skip to content

v0.5.6-stable

Compare
Choose a tag to compare
@AlexzPurewoko AlexzPurewoko released this 15 Dec 13:57
· 78 commits to main since this release

Tidying up the implementation and fix some concerns :

  • Disallow setUserId directly from repository, as we need to prohibit changes during the active session. Instead of set on demand, we provide the user id on the repository creation.
  • Split the focus of repository from mutable and readonly repository.
  • Pulling back the minimum support of PHP (8.1.0 minimal)