Skip to content

Releases: zzzprojects/Dapper-Plus

v6.0.3

12 Sep 18:33
Compare
Choose a tag to compare

Download the library here

  • ADDED: Support to pluralized table name when the singular table name is not found (only when there is no table name explicitly specified)
  • ADDED: Support to multiple data annotations for the method conn.CreateTable<T>()
  • UPDATED: Monthly Trial Release

Trial unlocked until the end of October

v6.0.2

15 Aug 22:09
Compare
Choose a tag to compare

Download the library here

  • UPDATED: Monthly Trial Release

Trial unlocked until the end of September

v6.0.1

11 Jul 23:30
Compare
Choose a tag to compare

Download the library here

  • UPDATED: Monthly Trial Release

Trial unlocked until the end of August

v6.0.0

13 Jun 02:01
Compare
Choose a tag to compare

Download the library here

  • BREAKING CHANGE: An error is now thrown when a mapping is being modified during a bulk operations is in progress. That situation often happen when a Global Context Mapping is used inside a method that modify the current global mapping instead of using an Instance Context Mapping: https://dapper-plus.net/getting-started-mapping#instance-context-mapping
  • UPDATED: Monthly Trial Release

Trial unlocked until the end of July

v5.0.4

16 May 21:41
Compare
Choose a tag to compare

Download the library here

  • UPDATED: Monthly Trial Release

Trial unlocked until the end of June

v5.0.2

17 Apr 20:19
Compare
Choose a tag to compare

Download the library here

  • UPDATED: Monthly Trial Release

Trial unlocked until the end of May

v5.0.1

20 Mar 22:36
Compare
Choose a tag to compare

Download the library here

  • ADDED: FREE Method: SingleInsert, SingleUpdate, SingleDelete, SingleMerge. All options compatible with the Bulk methods are available; however, you can only perform the operation on 1 row (you can loop on every item of your list)
  • UPDATED: Monthly Trial Release

Trial unlocked until the end of April

v5.0.0

21 Feb 20:15
Compare
Choose a tag to compare

Download the library here

  • BREAKING CHANGES: Removed Newtonsoft.Json dependency. The dependency was only required when reading the license from a json file. We are now using a code we created. We recommend that everyone store their license in a json file to make a quick validation test even if no impact is expected.
  • UPDATED: Monthly Trial Release

Trial unlocked until the end of March

v4.0.39

24 Jan 22:10
Compare
Choose a tag to compare

Download the library here

  • ADDED: BeforeAction and AfterAction methods when mapping entity from type such as DapperPlusManager.Entity(type)

Trial unlocked until the end of February

v4.0.38

17 Jan 20:22
Compare
Choose a tag to compare

Download the library here

  • UPDATED: Monthly Trial Release

Trial unlocked until the end of February