Skip to content

v1.6.3

Latest
Compare
Choose a tag to compare
@applejag applejag released this 01 Mar 10:18
· 223 commits to master since this release
1.6.3
464cdbb

Changes (since v1.6.2)

  • Fixed converter lookups collisions when multiple assemblies converters with the same name, as it was not resolving assemblies in an exact way nor deterministic order:

    • Added assembly name field to ConverterConfig for each converter.

    • Changed TypeCache to sort assemblies based on FullName and some heuristics.

    • Changed TypeCache to lookup type in correct assembly, based on the assembly's name.

    Thanks @Erifirin for the pull request (#90)