Skip to content
This repository was archived by the owner on Jul 27, 2020. It is now read-only.

v5.0.0

Choose a tag to compare

@octokitbot octokitbot released this 30 Mar 08:41
· 1025 commits to master since this release

5.0.0 (2018-03-30)

Bug Fixes

  • "enum" -> "string", "options" -> "enum" (31f73fb)
  • "number" -> "integer" (16240c0)

BREAKING CHANGES

  • "type": "enum", "options": [...] is now "type": "string", "enum": [...]