Releases: gaepdit/app-library
Releases · gaepdit/app-library
v5.4.0
- Added
GetListAsync
overloads that allow you to specify the ordering of the returned list. - Added
GetPagedListAsync
overloads that allow you to specify what navigation properties to include (when using the Entity Framework repository). - The parent type of
EntityNotFoundException
has been changed toKeyNotFoundException
(instead ofException
).
v5.3.1
- Fixed the Entity Framework repository's
GetAsync
method to enable change tracking for the returned entity.
v5.3.0
- Added
GetAsync
andFindAsync
overloads that allow you to specify what navigation properties to include (when using the Entity Framework repository).
v5.2.1
- Added a
GetOrderedListAsync
overload method with predicate matching.
f/v2.1.0
Full Changelog: fs/v2.0.0...f/v2.1.0
v5.2.0
What's Changed
- Add extension method for registering and configuring file service by @dougwaldron in #31
- Add method to list files in a directory by @dougwaldron in #32
- Move FileService package to separate repository by @dougwaldron in #33
- Move GuardClauses package to separate repository by @dougwaldron in #34
- Bump github/codeql-action from 2 to 3 by @dependabot in #36
- Bump actions/checkout from 3 to 4 by @dependabot in #37
- Bump actions/setup-dotnet from 3 to 4 by @dependabot in #38
- Bump actions/cache from 3 to 4 by @dependabot in #39
- Bump actions/setup-java from 3 to 4 by @dependabot in #40
- Add string truncate function by @dougwaldron in #41
- Add some new methods by @dougwaldron in #42
New Contributors
- @dependabot made their first contribution in #36
Full Changelog: l/v5.1.0...v5.2.0
l/v5.1.0
What's Changed
- Update GuardClauses library to v2.0.0 by @dougwaldron in #30
Full Changelog: al/v5.0.1...l/v5.1.0
gc/v2.0.0
fs/v2.0.0
al/v5.0.1
Full Changelog: al/v5.0.0...al/v5.0.1