Skip to content

Releases: lukaferlez/Simpleverse.Repository

Release v2.0.26

28 Mar 14:01
Compare
Choose a tag to compare
✨feat: External transactions on Entity methods

Release v2.0.25

15 Jan 19:47
14e7901
Compare
Choose a tag to compare
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

03 Jan 14:18
1c2fc34
Compare
Choose a tag to compare
Merge pull request #4 from filipklaric/culture-invariant-strings

Set culture info on values

Release v2.0.23

02 Jan 14:22
Compare
Choose a tag to compare
✨feat: Support for ProfiledDbConnection

Release v2.0.22

14 Dec 11:25
Compare
Choose a tag to compare
🐛fix: Determiniation of nullable type for bulk

Release v2.0.21

14 Nov 16:43
Compare
Choose a tag to compare
🐞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

14 Nov 14:19
Compare
Choose a tag to compare
✨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

09 Nov 22:32
Compare
Choose a tag to compare
🖥️build: Version bump

Release v2.0.18

09 Nov 22:20
Compare
Choose a tag to compare
✨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

08 Nov 13:56
Compare
Choose a tag to compare
✨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