Skip to content

Releases: k0va1/openapi_minitest

v0.1.2

Choose a tag to compare

@k0va1 k0va1 released this 31 Jul 10:44
23f2cce

0.1.2 (2026-07-31)

Miscellaneous Chores

v0.1.1

Choose a tag to compare

@k0va1 k0va1 released this 10 Feb 18:29
675a8e5

0.1.1 (2026-02-10)

Features

  • add configurable path sorting with sort_paths option (432d5ea)
  • add Rails generator for API docs controller with Scalar UI (77b5627)
  • add thread safety to ResultCollector using MonitorMixin (18dd97d)

v0.1.0

Choose a tag to compare

@k0va1 k0va1 released this 06 Feb 10:54
ffc6df5

0.1.0 (2026-02-06)

Features

  • add strict validation to catch undocumented fields (767855b)
  • initial implementation of openapi_minitest gem (b41acd7)
  • output YAML format by default (df930cf)
  • update to OpenAPI 3.1.0 specification (778e5f3)

Bug Fixes

  • force initial release version to 0.1.0 (a5b821d)
  • reset ResultCollector between tests to prevent test pollution (ecc5bc2)
  • set manifest version to 0.0.0 for initial release as 0.1.0 (7e340df)
  • use security schemes instead of Authorization header parameter (eb092ef)