Releases: astro-panda/BasicRepos
Releases · astro-panda/BasicRepos
3.3.1
What's Changed
- Adding DeleteWhereAsync to the IRepository interface by @EthanHair in #46
Full Changelog: 3.3.0...3.3.1
3.3.0
What's Changed
- Add getting started examples by @Psypher9 in #43
- Added a RemoveWhereAsync method by @EthanHair in #45
New Contributors
- @EthanHair made their first contribution in #45
Full Changelog: 3.2.0...3.3.0
3.2.0
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
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
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
- @Psypher9 made their first contribution in #1
- @rezalas made their first contribution in #9
- @NemrudDemir made their first contribution in #26
Full Changelog: https://github.com/astro-panda/BasicRepos/commits/3.0.0