Skip to content

Releases: SimplifyNet/Simplify

Simplify.Xml.Sources 1.4

25 May 05:44
9bf72e4
Compare
Choose a tag to compare

Changed

  • ToXElement null check removed
  • Formatting refactored
  • XML comments refactored

Simplify.Xml 1.4

25 May 05:44
9bf72e4
Compare
Choose a tag to compare

Changed

  • ToXElement null check removed
  • Formatting refactored
  • XML comments refactored

Simplify.Templates 2.0.2

25 May 08:23
a62dcf1
Compare
Choose a tag to compare

Removed

  • Redundant null string check

Added

  • Some exceptions message

Changed

  • XML documentation refactoring
  • Refactoring to new C# features

Simplify.FluentNHibernate 3.2

26 Apr 04:55
4f72526
Compare
Choose a tag to compare

Added

  • PostgreSQL 8.3 dialect which uses timestamptz DateTime format

Simplify.Repository.FluentNHibernate 1.7

14 Jan 09:44
Compare
Choose a tag to compare

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

14 Jan 09:44
Compare
Choose a tag to compare

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

14 Jan 09:39
Compare
Choose a tag to compare

Changed

  • GetMultipleByQuery and GetMultipleByQueryAsync renamed to GetMultiple and GetMultipleAsync

Simplify.FluentNHibernate 3.0

14 Jan 08:35
Compare
Choose a tag to compare

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

14 Jan 09:39
Compare
Choose a tag to compare

Dependencies

  • Microsoft.EntityFrameworkCore to 5.0.17
  • System.Data.SqlClient bump to 4.8.6

Simplify.Scheduler 1.4

09 Jan 16:54
Compare
Choose a tag to compare

Added

  • Null checks
  • Switch to better exceptions