Releases: SimplifyNet/Simplify
Releases · SimplifyNet/Simplify
Simplify.Xml 1.4
Changed
- ToXElement null check removed
- Formatting refactored
- XML comments refactored
Simplify.Templates 2.0.2
Removed
- Redundant null string check
Added
- Some exceptions message
Changed
- XML documentation refactoring
- Refactoring to new C# features
Simplify.FluentNHibernate 3.2
Added
- PostgreSQL 8.3 dialect which uses timestamptz DateTime format
Simplify.Repository.FluentNHibernate 1.7
Added
- Make UnitOfWork.Session protected set to be able to change behavior on child classes (#485)
Dependencies
- Simplify.Repository bump to 1.7
- Simplify.FluentNHibernate bump to 3.0
Simplify.Repository.EntityFramework 0.3
Added
- Make UnitOfWork.Session protected set to be able to change behavior on child classes (#485)
Dependencies
- Simplify.EntityFramework bump to 1.0
- Simplify.Repository bump to 1.7
- Microsoft.EntityFrameworkCore.Relational bump to 5.0.17
- Simplify.DI bump to 4.2.10
Simplify.Repository 1.7
Changed
- GetMultipleByQuery and GetMultipleByQueryAsync renamed to GetMultiple and GetMultipleAsync
Simplify.FluentNHibernate 3.0
Added
- InitializeFromConfig* methods selectable dialect (#487)
- CompositeInterceptor (#483)
- Possibility to switch SqlStatementInterceptor from Trace.WriteLine to Console.WriteLine (#486)
Changed
- ShowSql output by default redirected to Console
- Default PostgreSQL83 dialect set for PostgreSQL connections (was PostgreSQL82)
- Default MsSql2012 dialect set for MS SQL connections (was MsSql2008)
- InitializeFromConfigMsSql null password exception type change
- SessionFactoryBuilderBase dispose with GC.SuppressFinalize
Dependencies
- FluentNHibernate bump to 3.3
Simplify.EntityFramework 1.0
Dependencies
- Microsoft.EntityFrameworkCore to 5.0.17
- System.Data.SqlClient bump to 4.8.6
Simplify.Scheduler 1.4
Added
- Null checks
- Switch to better exceptions
Simplify.Wpf 1.0.2
Removed
- .NET Framework 4.6.2 support
Added
- .NET Framework 4.8 support
Dependencies
- Simplify.System bump to 1.6.2