All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Fix
additionalProperties: false
causing unresolvable objects like{ x: string; [_: string]: never }
- A single
additionalProperties: false
amongallOf
items overrides the rest
- Initial release