Skip to content

Latest commit

 

History

History
128 lines (77 loc) · 2.31 KB

CHANGELOG.md

File metadata and controls

128 lines (77 loc) · 2.31 KB

Changelogs for NHibernate.Extensions

8.0.14

  • Update to .NET 8.0.10;

8.0.13

  • Rename NpgSql to Npgsql;
  • Mark array types inherits from ArrayType<T> as obsolete, please use ArrayType<T>;
  • Mark SetCustomParameter AddCustomScalar as obsolete, no need to call these methods;
  • Obsoleted types and methods will be remove from 9.0.x .

8.0.12

  • Optimize array extension methods;
  • Add user type aliases;

8.0.11

  • Add array_contains and array_intersects extension methods to hql query;
  • Add ArrayContains and ArrayIntersects extension method to linq query;

Please refer ArrTest for more details.

8.0.10

  • Update Npgsql to 8.0.4;

8.0.9

  • Map StringArrayType to NpgsqlDbType.Array | NpgsqlDbType.Varchar;

8.0.8

  • Update NHibernate to 5.5.2;

8.0.7

  • Update Npgsql to 8.0.3;

8.0.6

  • Update NHibernate to 5.5.1;
  • Refactor to use keyed service;

8.0.5

  • Fix json types with Npgsql 8.x release.

8.0.4

  • Update Npgsql to 8.0.2;

8.0.3

  • add AddCustomScalar and SetCustomParameter extension method for ISQLQuery;

8.0.2

  • Add NumericArray, thanks to Stephan !

8.0.1

  • Update NHibernate to 5.5.0;
  • Update Npgsql to 8.0.1;
  • Update NUnit to 4.0.0;
  • Other nuget package updates.

8.0.0

  • Update to .NET 8.0.0;
  • Update Npgsql to 8.0.0-rc.2;

7.0.9

  • Update Npgsql to 7.0.6;
  • Update Microsoft.Data.Sqlite.Core to 7.0.11;

7.0.8

  • Update NHibernate to 5.4.6;
  • Update Microsoft.NET.Test.Sdk to 17.7.2;
  • Update SQLitePCLRaw.bundle_e_sqlite3 to 2.1.6;

7.0.7

  • Update to .NET 7.0.10;
  • Update NHibernate to 5.4.5;
  • Update Dapper to 2.0.151;
  • Update Microsoft.Data.Sqlite.Core to 7.0.10;
  • Update Microsoft.NET.Test.Sdk to 17.6.3;

7.0.6

  • Update NHibernate to 5.4.4;
  • Update to .NET 7.0.9;

7.0.5

  • Update to .NET 7.0.8;
  • Update NHibernate to 5.4.3;
  • Update Dapper to 2.0.143;
  • Update Microsoft.NET.Test.Sdk to 17.6.3;

7.0.4

  • Update to .NET 7.0.7;
  • Update Npgsql to 7.0.4;

7.0.3

  • Update to .NET 7.0.4;
  • Update Hibernate to 5.4.2;

7.0.2

  • Update to .NET 7.0.2;
  • Update NHibernate to 5.4.1;

7.0.1

  • Update to .NET 7.0.1;
  • Update Npgsql to 7.0.1;

7.0.0

  • Update to .NET 7.0.0;