Skip to content

0.8.2: Merge pull request #486 from hypar-io/changelog

Compare
Choose a tag to compare
@wynged wynged released this 20 Jan 22:41
· 3575 commits to master since this release
60dc59d

###Changed###

  • The errors parameter for Model.FromJson now has the out modifier. It no longer takes a default value.
  • Model deserialization only refreshes type cache if the forceTypeReload parameter is set to true.

###Fixed###

  • Fixed #483 Deserialization of profiles created in UpdateRepresentation
  • Fixed #484 Failure to deserialize Model if any assembly can't be loaded.