- Write support for optional schema documentation fields
- More writing support for extensions
- Support for writing extensions
- Bug fixes (sorry!)
- Added back StrongNaming cert.
- Added back support for net46
- Fixes to JSON Writer
- Added support for rendering V2 host,basePath, schemes, produces, consumes, requestBody, parameters
- Improved error handling
- Moved to .net Standard 2.0
- Some bug fixes for parsing badly structured input
- Enabled referencing several model objects that previously were not supported
- Added YAML/JSON output selector to Workbench tool
- Lots of JSON serialization fixes
- Fix to YAML serialization of multi-line text
- Added parameter to constructor of OpenAPIV3Writer to accept different writers
- Added Save method to OpenApiDocument to simplify serialziation
- Made OpenApiParser methods static and return ParsingContext instead of OpenApiDocument
- Overall structural reorganization
- Fixed name of OpenAPIV3Writer.Write
- Signed binary with self-signed key to support Strong named scenarios
- Added support for parsing Json Schema strings directly into OpenAPI Schema objects
- Working on support for $ref
- First version.