Skip to content

3.2.0 Release

Compare
Choose a tag to compare
@milkshakeuk milkshakeuk released this 20 Jan 13:33
· 192 commits to master since this release

Various new ParserOptions have been added, see the wiki for more information.

Things of note

As part of #398 the imperfect behaviour of XmlParser and DefaultXmlParser have been updated and brought inline with hapi fixing many quirks and defects. If you are dependant on this old behaviour you can use LegacyXmlParser and LegacyDefaultXmlParser instead, these will be available until the next major version of nHapi.

The nHapi convenience nuget package is now a meta package meaning it does not directly contain any Dlls. This metapackage just describes its dependencies, which happen to be all of the individual nHapi nuget packages. If you want to understand a little bit more about metapackages read this.

There is no difference in behaviour when using this metapackage vs the previous nHapi nuget package.

Bug Fixes

Enhancements

Other