Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Releases: raml-org/raml-js-parser

v0.8.18

27 May 16:49
Compare
Choose a tag to compare

This release fixes an issue in circular references for recursive data structures in JSON schema referencing.

v0.8.17

27 Apr 23:52
Compare
Choose a tag to compare

This release adds support for $referenced JSON-schemas usage, inclusion and validation.

Thanks to @alvassin and @wszydlak for their code.

v0.8.16

31 Mar 14:13
Compare
Choose a tag to compare

This release fixes issue #174, where traits would not get mixed in, in optional methods in a resource type.

v0.8.15

08 Jan 18:12
Compare
Choose a tag to compare

Added applySchemas feature flag to control schema transformations

v0.8.12

21 Oct 21:23
Compare
Choose a tag to compare

Fixes:

  • Add License
  • Replace JSONLint for jju
  • Add support for description in body
  • Add error mark to error messages for debugging

v0.8.11

29 Jul 07:23
Compare
Choose a tag to compare

Fixed

  • Resource ordering will always be correct to original RAML

Changed

  • Using pluralize for pluralization and singularization - smaller build size and more accurate results
  • Make async HTTP requests by default

Added

  • There's a CLI at raml-parser for getting the JSON output
  • Capture stack trace with YAML errors

0.8.10 Release

21 Jan 11:39
Compare
Choose a tag to compare
Released 0.8.10

Release Candidate 2

22 Oct 20:49
Compare
Choose a tag to compare
Merge pull request #66 from restful-api-modeling-lang/RT-327-validate…

…-for-existence-of-injected-resource-type

RT-327 Validate for existence of injected resource type within another resource type