Revision history for OpenAPI::Linter

0.16  2025-12-06
      - Proposed path for issue #1:

      Check that something is a hash ref before you use it as a hashref

0.15  2025-11-30
      - Updated pod, be honest about false positives.

0.14  2025-11-26
      - Proposed patch for issue #2, #3:
        path not recognized as a valid value for in.
        true not recognized as a valid value for required.

0.13  2025-11-25
      - Error now have line and column number. (issue #4)

0.12  2025-11-02
      - Tidied up script: openapi-linter

0.11  2025-11-02
      - Updated pod.

0.10  2025-11-02
      - Renamed script: openapi-linter.

0.09  2025-11-02
      - Added method format_schema_error().
      - Updated script openapi-lint to use the above method.

0.08  2025-11-02
      - Updated find_issues() return ordered keys.

0.07  2025-11-02
      - Updated validate_schema() to extract message correctly.

0.06  2025-11-02
      - Updated validate_schema() return consistent format data.

0.05  2025-11-01
      - Added format check for validator.

0.04  2025-11-01
      - Added checks for spec file.
      - Updated pod.

0.03  2025-11-01
      - Fixed script: openapi-lint.

0.02  2025-11-01
      - Updated pod documentation.

0.01  2025-11-01
      - Module Created.