Releases: phnx47/dapper-repositories
Releases · phnx47/dapper-repositories
1.6.1
- fix GetSelectBetween
- migrate form project.json to .csproj
- create SqlGeneratorConfig
1.6.0
- Rename DateChangedAttribute to UpdatedAtAttribute
- Fixed some bugs
- JOIN is supported
- MySQL: add "`" for all queries
1.5.0
I did automatic processing of assigning an object change date
1.4.2
Fix access for OpenConnection in DapperDbContext
1.4.1
Added IDbTransaction parameter for all requests in repository
1.4.0
Upgrade to netstandard1.3
1.3.2
extend some methods, and small fix