Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Releases: raml-org/raml-tck

Revamped TCK

04 Jun 00:18
Compare
Choose a tag to compare

This release is a major revamp. Below is a summary of the changes:

  • focus on RAML 1.0, removed deprecate RAML 0.8 tests
  • simplified structure
  • moved the scripts running the test to a separate repository
  • fixed wrong valid/invalid tests
  • added new tests

Added new tests

12 Feb 21:25
Compare
Choose a tag to compare

We added two new tests and also some improvements to help contributing new. More specific, we added:

  • test to validate that the value of additionalProperties is a boolean and not something else (see here)
  • test to validate that the value of items is nothing else than either a reference to an external type or an inline type declaration (see here)
  • added list of pre-defined tags

RAML TCK v1.0

17 Jan 12:11
Compare
Choose a tag to compare

This release marks the official release of the RAML TCK. We hope, that the content in this repository will help to parser developers to build a consistent parsing behaviour that fully complies against the RAML specification.

This repository might not cover all combination, but with the support of our community we hope that we can close the gaps quickly.