Skip to content

Latest commit

 

History

History
61 lines (49 loc) · 1.77 KB

CHANGELOG.md

File metadata and controls

61 lines (49 loc) · 1.77 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.0.6] - 2022-05-14

Changed

  • Add args timeout, flaky, size, exit to openapi_test
  • Explicitly kill background webserver in openapi_test

0.0.5 - 2022-04-20

Added

  • Added rule openapi_test
  • Added validate tool

Changed

  • Renamed CHANGELOG to CHANGELOG.md

0.0.4 - 2022-04-18

Added

  • openapi_generator arg deps
  • openapi_generator label codegen

Changed

  • openapi_generator args spec and config are now build targets
  • Update example usage in README
  • Update generator example to remove srcs

Removed

  • openapi_generator arg srcs

0.0.3 - 2022-04-10

Changed

  • please-js update to v0.0.3

0.0.2 - 2022-04-04

Added

  • openapi_bundle rule
  • openapi_docs rule
  • openapi_preview rule
  • openapi_lint rule
  • lint with spectral
  • lint with redocly

0.0.1 - 2022-04-01

Added

  • openapi_generate build rule
  • example using openapi_generate
  • This CHANGELOG
  • LICENSE
  • README with usage examples