Skip to content

Release v1.0.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@runemalm runemalm released this 06 Jan 15:00
fea5c4d
  • Transition to Beta: Transitioned from alpha to beta. Features have been stabilized and are ready for broader testing.
  • Removal: We have removed the dependency container getter and setter functions, as well as the RegistrationSerializer class, which were first introduced in v1.0.0-alpha.9. This decision reflects our focus on maintaining a streamlined library that emphasizes core functionality. These features, which would not be widely used, added unnecessary complexity without offering significant value. By removing them, we are reinforcing our commitment to our design principles.
  • Enhancement: Added suppprt for configuring default scope name. Either a static string value, or a callable that returns the name.