Skip to content

v1.0.0-beta014

Pre-release
Pre-release
Compare
Choose a tag to compare
@PerthCharern PerthCharern released this 14 Feb 01:00
973696f
  • Bug fix: Serializing the OpenApiAny type for double, float, and long now works as expected.
  • Bug fix: Property is now serialized with readonly being false when it is in the required list for V2 to comply with the specification.
  • References are now loaded in a two-step process. First, the reference string is loaded in as is. Then, the reference resolver walks through the DOM to resolve the references. This allows circular references to be properly resolved.