3.2.0 Release #403
milkshakeuk
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Various new
ParserOptions
have been added, see the wiki for more information.Things of note
As part of #398 the imperfect behaviour of
XmlParser
andDefaultXmlParser
have been updated and brought inline withhapi
fixing many quirks and defects. If you are dependant on this old behaviour you can useLegacyXmlParser
andLegacyDefaultXmlParser
instead, these will be available until the next major version ofnHapi
.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
ORL_O34
fix for cyclic reference, fixes forV2.5.1
,2.5
,2.6
. By @milkshakeuk (fixes #298)Terser
Regex bug. By @milkshakeuk (fixes #319)OBX
repeat counts for V24. By @milkshakeuk (fixes #341)Enhancements
LongName
attribute in the XML encoded output. By @laxmi-lal-menaria (resolves #301)CharSetUtil
andPreParser
. By @milkshakeuk (resolves #312)hapi
. By @milkshakeuk (unblocks #308)Other
This discussion was created from the release 3.2.0 Release.
Beta Was this translation helpful? Give feedback.
All reactions