Skip to content

Prerelease-v0.5.0

Compare
Choose a tag to compare
@YuriyDurov YuriyDurov released this 02 Oct 10:02
· 80 commits to main since this release
5ce376f

What has changed:

  • Decoupled Sets from Models.
  • The package now allows registering multiple Sets for the same Model
  • Configure behavior on attempting to add multiple Sets for the same Model without specifying distinct Set names
  • Unit Tests

Interface changes:

  • IFluxRestServiceBuilder.AddModel method was replaced with IFluxRestServiceBuilder.AddSet method
  • IFluxRestServiceBuilder.AddSet method: Added parameter 'name' to allow specifying distinct Set names for Sets reusing the same Model
  • IFluxContext.Model method was replaced with IFluxContext.Set method.
  • IFluxContext.Set method: Added parameter 'set' to allow specifying a Set name for Sets reusing the same Model
  • Other minor changes

Refer to the documentation for the updated usage examples.