All Versions
14
Latest Version
Avg Release Cycle
255 days
Latest Release
1250 days ago

Changelog History
Page 1

  • v3.1.0 Changes

    November 16, 2020

    ๐Ÿš€ As part of this release we had 4 commits which resulted in 3 issues being closed.

    ๐Ÿ”‹ features

    • #475 Update NHibernate to 5.3.3
    • #429 Update NHibernate to 5.3.3

    ๐Ÿ‘Œ improvement

    • #479 Net 5.0: BinaryFormatter serialization and deserialization are disabled within this application
  • v3.0.1 Changes

    October 09, 2020

    ๐Ÿš€ As part of this release we had 5 commits which resulted in 2 issues being closed.

    ๐Ÿ› bugs

    • #474 Fix Cascade.DeleteOrphan
    • #472 Multiple cascades should be combined
  • v3.0.0 Changes

    October 07, 2020

    ๐Ÿš€ As part of this release we had 25 issues closed.

    ๐Ÿ’ฅ breaking change

    • #471 Make assembly strong again

    ๐Ÿ”‹ features

    • #469 Add DiscriminatorValue override to AutoMapping
    • #468 Add KeyColumn override to AutoMapping<>
    • #466 Add Components property to ISubclassInspectorBase
    • #453 NHibernate 5.2.7 and SQL Anywhere 17 support
    • #379 Implementation for cascade all-delete-orphan for Has-one mapping
    • #370 Should be able to set field or property "Access" on nested components
    • #289 Add strongly typed OrderBy overload for collections mappings
    • #134 Class instance should have DiscriminatorValue method
    • #120 Should be able to define Component's ParentReference Access type

    ๐Ÿ› bugs

    • #467 Add join support for Automapping overrides in SubClasses
    • #465 Remove invalid cast in ClassInspector.Components
    • #418 Missing constructor exception when using subclass automapping
    • #411 Package frameworks dependencies
    • #410 AutoMap with union-subclass does not work with a sub-subclass
    • #334 Automapper: union-subtree not propagating through class hierarchy
    • #222 Fluent NHibernate table-per-inheritance (TPH) mapping for multi class in the hierarchy
    • #42 Can't override key colum name in JoinedSubClass Automapping

    ๐Ÿ‘Œ improvements

    • #464 Add Schema property to IJoinedSubclassInspector
    • #446 Use Any extension method in EnumerableExtensionsForConventions.IsEmpty and IsNotEmpty
    • #425 Generate all mappings in the order they were declared
    • #409 Shared.msbuild as single source of used package versions
    • #382 Add Port to MySQL ConnectionString builder
    • #319 Cannot access schema when creating custom IJoinedSubclassConvention implementation

    ๐Ÿ“š documentation

    • #452 Update README.md link to HudsonAkridge
  • v2.1.2 Changes

    April 17, 2018

    ๐Ÿ› Bugs

    • #407 Fix nuspec with NHibernate 5.1.1 instead of 5.1.0
  • v2.1.1 Changes

    April 17, 2018

    ๐Ÿ”‹ Features

    • โฌ†๏ธ #401 Upgrade to NHibernate 5.1.1
    • ๐Ÿ”ง #399 Add NetStandard SQLite Driver and Configuration
    • ๐Ÿ”จ #393 Refactor MsSqlConnectionStringBuilder to remove System.Data.SqlClient dependency
    • ๐Ÿ‘ #390 Support NETStandard 2.0 and NETCore 2.0 with custom serialization

    ๐Ÿ‘Œ Improvements

    • ๐Ÿšš #403 Remove System.Data.SqlClient as dependency
    • #392 Incorrect dll version (1.1.0 instead of 2.1.0)
  • v2.1.0 Changes

    February 18, 2018

    ๐Ÿ”‹ Features

    โšก๏ธ #386 Update NHibernate (5.0.3) and net framework (4.6.1)

    ๐Ÿ‘Œ Improvements

    ๐Ÿ‘ท Move to Cake Build System and AppVeyor CI

  • v2.0.3

    October 06, 2015
  • v2.0.2 Changes

    October 05, 2015

    ๐Ÿ›  bugfixes, improvements

    #313 - improper matching performed in RelationshipPairingVisitor
    #298 - ColumnPrefix only applied to first Component mapping inside a ComponentMap
    ๐ŸŽ #297 - Performance optimization of SeparateSubclassVisitor
    ๐Ÿšš #324 - remove ugly casting to ComponentMapping
    โœ… #323 - essentially the same as 313 with more tests

    technical debt

    #304 - assembly-level ClsCompliant attribute
    ๐Ÿ‘ #307 - new docu binary supporting .NET 4.0 assemblies
    Clean up old files

  • v2.0.1 Changes

    September 08, 2014

    ๐Ÿ›  bugfixes

    #231, #200 - changing varchar length for CompositeId doesn't work
    

    infrastructure

    #253 - move to FakeItEasy from RhinoMocks
    #262 - publish .pdb file on NuGet
    

    ๐Ÿ”‹ features

    pr265 - sql-insert, sql-update, sql-delete into join
    move to .NET 4.0 and NHibernate 4.x
    
  • v2.0.1-alpha Changes

    September 08, 2014

    ๐Ÿ›  bugfixes

    #231, #200 - changing varchar length for CompositeId doesn't work
    

    infrastructure

    #253 - move to FakeItEasy from RhinoMocks
    #262 - publish .pdb file on NuGet
    

    ๐Ÿ”‹ features

    pr265 - sql-insert, sql-update, sql-delete into join
    move to .NET 4.0 and NHibernate 4.x