Skip to content

Latest commit

 

History

History
49 lines (38 loc) · 1.42 KB

CHANGELOG.md

File metadata and controls

49 lines (38 loc) · 1.42 KB

unreleased

[1.1.1] - 2022-01-28

  • Fix unwanted sorting components (#11)

[1.1.0] - 2022-01-24

  • Formatting - Change casing of AsyncAPI elements
  • Formatting - Sort components objects alphabetically
  • Filtering - Inverse filtering for operationIds via inverseOperationIds
  • Filtering - Inverse filtering for tags via inverseTags
  • Filtering - Inverse filtering for methods via inverseOperations
  • Filtering - Replace words/characters in description, summary, URL fields with new value
  • Filtering - Removal of "unused" components
  • Filtering - Removal by flag values
  • Filtering - Strip flags from result
  • Improved asyncapi-format CLI output
  • Extended documentation
  • Extended CLI tests
  • Switched from Mocha testing framework to Jest
  • Bumped dependencies
  • Added asyncapi-format logo

[1.0.2] - 2021-03-16

  • Corrected typo's

[1.0.1] - 2021-04-03

  • Corrected bin command

[1.0.0] - 2021-04-03

Initial release

  • Order AsyncAPI fields in a default order
  • Order AsyncAPI fields in a custom order
  • Filter AsyncAPI files based on operations
  • Filter AsyncAPI files based on flags
  • Filter AsyncAPI files based on tags
  • Filter AsyncAPI files based on operationID's
  • Rename the AsyncAPI title
  • Support AsyncAPI documents in JSON format
  • Support AsyncAPI documents in YAML format
  • Format via CLI
  • Format via config files
  • Use as a Module
  • Support for AsyncAPI 2.0