Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 3 additions & 9 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,13 @@
# Changelog

## What's New (02/19/2020)

### New validation rules
- A new rule.
- A new rule.

## What's New (02/18/2020)

### New validation rules
- OperationIdRequired rule - each operation must has a unique operationId.
- OperationIdRequired rule - The rule will check if every operation have a unique operationId.

### Changed Rule
- Changed the linter rule BodyTopLevelProperties -- support `systemData` top level property
- Changed the linter rule PatchBodyParametersSchema -- allow required property which be marked as descrimintor
- Changed the linter rule BodyTopLevelProperties -- Added systemdata as allowed top level properties
- Changed the linter rule PatchBodyParametersSchema -- Allowed required property to be descrimintor

## What's New (01/07/2020)

Expand Down