Skip to content

Releases: astro-panda/BasicRepos

3.3.1

21 Sep 18:52
Compare
Choose a tag to compare

What's Changed

  • Adding DeleteWhereAsync to the IRepository interface by @EthanHair in #46

Full Changelog: 3.3.0...3.3.1

3.3.0

21 Sep 18:09
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.2.0...3.3.0

3.2.0

19 May 22:02
Compare
Choose a tag to compare

What's Changed

  • version bump to keep from conflicting with nuget.org package by @Psypher9 in #30
  • Add support for single entity write actions and non-entity dependent save changes by @Psypher9 in #31
  • Remove need for parameterless constructor on DbContexts for Adding BasicRepos to service collection by @Psypher9 in #36
  • Dynamic Preview Build versions and stable package versions on Release by @Psypher9 in #38
  • Fix release triggers; Fix inputs to use env variables; Only publish packages on releases, both release and pre-release by @Psypher9 in #39
  • Enable Public Nuget Publishing by @Psypher9 in #41
  • Remove support for non-pooled DbContext instances handling for Cached Repositories; Add pre-validation for cached repository configuration when using non-pooled dbcontexts by @Psypher9 in #40
  • Add URL for Public NuGet source by @Psypher9 in #42

Full Changelog: 3.0.0...3.2.0

3.1.0-preview-1

19 Apr 03:20
Compare
Choose a tag to compare
3.1.0-preview-1 Pre-release
Pre-release

What's Changed

  • version bump to keep from conflicting with nuget.org package by @Psypher9 in #30
  • Add support for single entity write actions and non-entity dependent save changes by @Psypher9 in #31
  • Remove need for parameterless constructor on DbContexts for Adding BasicRepos to service collection by @Psypher9 in #36
  • Dynamic Preview Build versions and stable package versions on Release by @Psypher9 in #38
  • Fix release triggers; Fix inputs to use env variables; Only publish packages on releases, both release and pre-release by @Psypher9 in #39

Full Changelog: 3.0.0...3.1.0-preview-1

3.0.0

07 Apr 20:06
Compare
Choose a tag to compare

What's Changed

  • renamed main project by @Psypher9 in #1
  • add updated github triggers by @Psypher9 in #2
  • Update to integration build pipeline by @Psypher9 in #3
  • Upgrade EntityFrameworkCore to version 5 and upgrade to .NET Standard 2.1 by @Psypher9 in #4
  • Rename IReadRepository to IReadOnlyRepository by @rezalas in #9
  • Unify the Basic Repos namespaces by @Psypher9 in #10
  • Add support for updating detached entities by @Psypher9 in #11
  • Dynamic Registration of DbContext DbSet Type Repositories by @Psypher9 in #12
  • Add support for Cancellation Tokens by @NemrudDemir in #26
  • Add Cached Repositories & Refactor interface hierarchy by @Psypher9 in #29

New Contributors

Full Changelog: https://github.com/astro-panda/BasicRepos/commits/3.0.0