Skip to content

Releases: SalesforceCommerceCloud/raml-toolkit

v0.5.12

04 Jun 20:34
a681a39
Compare
Choose a tag to compare
  • Fix bug by deprecating deployment argument from exchange downloader search command the argument is now optional and ignored.
  • Fix bug by deprecating deployment argument from getVersionByDeployment the argument is now optional and ignored.
  • Fix bug by deprecating download command flags -D, --deployment, --deployment-regex-flags the options are now ignored.
  • Added custom field for class name if defined in RAML.

v0.5.11

13 Dec 19:09
Compare
Choose a tag to compare
  • Added new template helpers getMediaTypeFromRequest and isRequestWithPayload.
  • Improved logging while rendering templates.
  • TypeScript test files in /resources will no longer be published.

v0.5.10

28 Jul 15:14
Compare
Choose a tag to compare

0.5.10

  • Added new parent property to ApiMetadata. When a new instance is created with
    children, the new instance is set as the parent of each child instance.

v0.5.9

12 May 14:42
bdd6c9d
Compare
Choose a tag to compare
  • Disabled the linting rule which checked for presence of duplicate display names in RAMLs because it caused serious performance degradation

v0.5.8

12 May 14:41
a153fc7
Compare
Choose a tag to compare
  • Fixed the issue due to which raml-toolkit lint command was consuming too much memory and taking too much time to complete.
  • Minor bug fixes

v0.5.7

20 Apr 17:52
Compare
Choose a tag to compare
  • Added isTraitDefinition Handlebars helper to test whether an object is an
    AMF model of a RAML trait.
  • Refactored validation profiles to import rules from libraries. The rules are
    unchanged, but they are now available for use in custom validation profiles.

v0.5.6

26 Feb 15:28
Compare
Choose a tag to compare
  • Updated profile validation rules to use SPARQL
  • Minor bug fixes

v0.5.5

09 Dec 15:55
855fbfa
Compare
Choose a tag to compare

0.5.5

  • Added additional documentation for utilizing the Delta Checker
  • Security updates

v0.5.4

11 Nov 15:14
b988c08
Compare
Choose a tag to compare

0.5.4

  • Added Non-Breaking rule to detect the addition of endpoint operations in Delta Checker
  • Add retry option to fetch

v0.5.3

15 Oct 20:33
a398561
Compare
Choose a tag to compare
  • Fixed resource-name-validation rule in SLAS profile