Skip to content

Commit 0e75d73

Browse files
committed
Changelog for v0.5.11
1 parent 267b909 commit 0e75d73

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,44 @@
11
# CHANGELOG
22

3+
## 0.5.11
4+
5+
* Added new template helpers `getMediaTypeFromRequest` and `isRequestWithPayload`.
6+
* Improved logging while rendering templates.
7+
* TypeScript test files in `/resources` will no longer be published.
8+
39
## 0.5.10
10+
411
* Added new `parent` property to `ApiMetadata`. When a new instance is created with
512
children, the new instance is set as the parent of each child instance.
613

714
## 0.5.9
15+
816
* Disabled the linting rule which checked for presence of duplicate display names in RAMLs because it caused serious performance degradation
917

1018
## 0.5.8
19+
1120
* Fixed the issue due to which raml-toolkit lint command was consuming too much memory and taking too much time to complete.
1221
* Minor bug fixes
1322

1423
## 0.5.7
24+
1525
* Added `isTraitDefinition` Handlebars helper to test whether an object is an
1626
AMF model of a RAML trait.
1727
* Refactored validation profiles to import rules from libraries. The rules are
1828
unchanged, but they are now available for use in custom validation profiles.
1929

2030
## 0.5.6
31+
2132
* Updated profile validation rules to use SPARQL
2233
* Minor bug fixes
2334

2435
## 0.5.5
36+
2537
* Added additional documentation for utilizing the Delta Checker
2638
* Security updates
2739

2840
## 0.5.4
41+
2942
* Added Non-Breaking rule to detect addition of endpoint operations in Delta Checker
3043
* Add retry option to fetch
3144

@@ -40,13 +53,13 @@ unchanged, but they are now available for use in custom validation profiles.
4053

4154
## 0.5.1
4255

43-
* *NEW FEATURE* Added new console formatter for diff command, see the [README](README.md#raml-toolkit-diff-base-new).
56+
* *NEW FEATURE* Added new console formatter for diff command, see the [README](README.md#raml-toolkit-diff-base-new).
4457
* *BUG FIX* RAML files with correct deployment tags are now downloaded
4558

4659
## 0.5.0
4760

4861
* *NEW FEATURE* Added CLI commands to download raml files directly from exchange
49-
* *NEW FEATURE* Added ability to render templates from an API model
62+
* *NEW FEATURE* Added ability to render templates from an API model
5063
* Exports have been reorganized to match associated CLI commands
5164
* Added additional ignore rules and other enhancements to the difftool to ensure a better signal to noise ratio.
5265

0 commit comments

Comments
 (0)