Releases: lukaferlez/Simpleverse.Repository
Releases · lukaferlez/Simpleverse.Repository
Release v2.0.26
✨feat: External transactions on Entity methods
Release v2.0.25
Extracted Profile to Simpleverse.Repository.Db Extracted Profile to Simpleverse.Repository.Db in order to facilitate writing unit tests. --------- Co-authored-by: Filip Klarić <[email protected]>
Release v2.0.24
Merge pull request #4 from filipklaric/culture-invariant-strings Set culture info on values
Release v2.0.23
✨feat: Support for ProfiledDbConnection
Release v2.0.22
🐛fix: Determiniation of nullable type for bulk
Release v2.0.21
🐞fix: Select all moved to select query BREAKING CHANGE: Overriding SelectQuery now requires specifiying SelectAll if wanting to select from the source table.
Release v2.0.20
✨feat: ValueTuple support for Entity methods Added ValueTuple support in Entity methods for Get & List. The methods can now be used as ListAsync<(TypeA, TypeB)> with up to seven elements.
Release v2.0.19
🖥️build: Version bump
Release v2.0.18
✨feat: Output mapping supports custom mapping Output mapping improved to support custom mapping. Bulk methods now accept an outputMap function instead of mapGeneratedValues optional property. There are two default mapping options Map & MapOnce. Custom implementation options are possible. BREAKING CHANGE: Removed mapGeneratedOptional property & replaced it with default implementations of OutputMapper Map & MapOnce
Release v2.0.17
✨feat: Bulk extensions support for generated values Reintorduced support for mapping DB generated values (Identity & Computed) back to entities to be inserted for bulk upsert & merge extensions. Behaviour is controlled by optional parameter mapGeneratedValues