Skip to content

Make an Example of Nothing

Pre-release
Pre-release
Compare
Choose a tag to compare
@mattpolzin mattpolzin released this 19 Aug 04:44
faced11

What's Changed

  • make value/externalValue optional for Example Objects. (#286)

Breaking Changes

The OpenAPI.Example type's value property has become optional so you will now need to handle a nil case or use optional chaining in places where you switch-on or otherwise access that property.

Full Changelog: 3.0.0-alpha.9...3.0.0-beta.1