Releases: phnx47/dapper-repositories
Releases · phnx47/dapper-repositories
1.16.0
- Add overload method of ISqlGenerator.GetUpdate (#163)
1.15.0
- Lots of bug fixes
- Performance improvements
- Count with joins
- Better ordering support
- Better collection contains support
- Group By support
1.14.1
- Performance
- Support for TypeHandlers
- Some bug fixes
1.14.0
- Fix SetOrderBy when used without creating a new object (#130)
- Fix query select order not being respected (#122)
1.13.0
- Added SetSelect method
- Added update with joins support
- Performance improvements
- SQLite fixes
- Better DI support
- Bug fixes
1.12.0
- Added SQLite support (beta) (#53)
- Added OrderBy function
- Added SetLimit function, now you can create queries with limits and, optionally, offets. (#50)
- Added possibility to change timezone in UpdatedAt attribute (#23)
- Improved SELECT's and JOINS performance
- Fixed some bugs
1.11.0
- Enabling multiple FK on one table (#65)
- Count(predicate) method (#73)
- Support 'Contains'(#107)
- Update Dapper version
- Refactor and clean code
- Create read only repository
- Add MySql tests
- Fix bugs
1.8.3
- fix BulkUpdate for MySql & PostgreSql (#59)
1.8.2
- update entity without Key (#48)
1.8.1
- fix Delete query (#52)
- add NETStandard.Library to netstandard1.3