Comparing v2.0.2...v2.1.0 · go-openapi/testify (original) (raw)

Commits on Oct 6, 2025

  1. Configuration menu
    Browse the repository at this point in the history

Commits on Nov 17, 2025

  1. Configuration menu
    Browse the repository at this point in the history

Commits on Nov 26, 2025

  1. chore: modernized code base
    doc: updated readme, renamed EMERITUS into CONTRIBUTORS
    ci: adopted ci from swag (mono-repo style)
    lint: relinted packages (internal/spew left with some issues)
    lint: more refactoring to limit function complexity and code duplication
    Signed-off-by: Frederic BIDON fredbi@yahoo.com
    Signed-off-by: Frederic BIDON fredbi@yahoo.com
    @fredbi
    Configuration menu
    Browse the repository at this point in the history
  2. Configuration menu
    Browse the repository at this point in the history

Commits on Dec 12, 2025

  1. Configuration menu
    Browse the repository at this point in the history

Commits on Dec 14, 2025

  1. Configuration menu
    Browse the repository at this point in the history
  2. Configuration menu
    Browse the repository at this point in the history

Commits on Dec 27, 2025

  1. feat: complete code generation architecture for assert/require packages
    Inverts the generation model: internal/assertions is now the single source
    of truth, with assert/ and require/ packages fully generated including all
    variants (format, forward, tests, examples).
    Architecture:
  1. fix: merged fix from stretchr#1825

    Panic situation is explained by stretchr#1699
    The fix from the original author (@ccoVeille) has been adapted into our
    refactored assertions (with unit test).
    fix: avoid panic on invalid regexp

    Merged stretchr#1818
    The original issue is described by: stretchr#1794
    The original code contributed by @kdt523 has been adapted to our
    refactored assertions (with tests), taking into account the review comments from
    @ccoVeille. Thanks folks.
    fix: documented the fixed merged from github.com/stretchr/testify

  1. Configuration menu
    Browse the repository at this point in the history

Commits on Jan 2, 2026

  1. Configuration menu
    Browse the repository at this point in the history
  2. Configuration menu
    Browse the repository at this point in the history
  3. Configuration menu
    Browse the repository at this point in the history
  4. Configuration menu
    Browse the repository at this point in the history