Skip to content

Releases: CSESoftwareInc/Repository

Ordering Updates

25 Feb 17:49
267ac4e
Compare
Choose a tag to compare
  • Updated ordering syntax to be more intuitive

Select Updates

24 Nov 22:12
d067635
Compare
Choose a tag to compare
  • Updated QueryBuilder for Select queries
  • Added GetFirstWithSelectAsync()

2.0.0

23 Jul 16:44
7c77a94
Compare
Choose a tag to compare
  • Now works with smaller BaseEntity objects (from Core version 2.0) so your tables no longer have to have all the properties from BaseEntity
  • Removed CachedRepository
  • Expanded ReadOnlyRepository to accept Query or Expression based filtering for almost all functions
  • Queries that returned IEnumerable<> now return List<>
  • Create, Update, and Delete operations can now accept List
  • Delete can now accept an Expression to delete one or many entities
  • QueryBuilder now has a WithId extension for IEntityWithId based objects

Added BulkRepository

14 May 20:53
f1e8198
Compare
Choose a tag to compare

Added the BulkRepository to begin defining how to handle data operations on collections of entities.

Initial Release

02 May 16:57
Compare
Choose a tag to compare
1.0.0

Initial commit