Skip to content

parsley v1.0.2

Compare
Choose a tag to compare
@matzefriedrich matzefriedrich released this 23 Sep 21:26
· 12 commits to main since this release
99e581d

This release includes new tests, refactorings, and important fixes to improve usability and flexibility.

Changes

  • Introduced SupportsRegisterActivatorFunc, improved registration functions.
  • Enabled multiple activator functions in RegisterTransient, RegisterSingleton, and RegisterScoped, allowing the registration of several services with the same lifetime behavior at once. This reduces the amount of code required to register services.
  • Addressed reflection issues in code generator commands, particularly with interface and variadic parameters.
  • Updated documentation comments