Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: labstack/echo
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.12.0
Choose a base ref
...
head repository: labstack/echo
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.13.0
Choose a head ref
  • 19 commits
  • 34 files changed
  • 7 contributors

Commits on May 30, 2024

  1. Configuration menu
    Copy the full SHA
    f7d9f51 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. bind: Maintain backwards compatibility for map[string]interface{} bin…

    …ding (#2656)
    
    * bind: Maintain backwards compatibility for map[string]interface{} binding
    
    * bind to single string for map[string]interface{}{}
    thesaltree authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    f13e264 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Add Go 1.23 to CI

    aldas committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    a5612d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27c55f2 View commit details
    Browse the repository at this point in the history
  3. Remove pre Go1.20 support

    aldas committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    d20a625 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2024

  1. improve MultipartForm test

    martinyonatann authored and aldas committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    ab87b63 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2024

  1. Configuration menu
    Copy the full SHA
    d1ab8e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb769d7 View commit details
    Browse the repository at this point in the history
  3. Refactor work done by martinpasaribu <[email protected]> (…

    …binding multipart files by using struct tags)
    aldas committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    d5b32c6 View commit details
    Browse the repository at this point in the history
  4. Add TemplateRenderer struct to ease creating renderers for `html/temp…

    …late` and `text/template` packages.
    aldas committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    822d11a View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2024

  1. refactor basic_auth_test to utilize table driven tests

    eolson authored and aldas committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    03c0236 View commit details
    Browse the repository at this point in the history
  2. clean up field assignments with default values to make test configura…

    …tion more concise/readable
    eolson authored and aldas committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    5a0b4dd View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. Remove broken header

    aldas committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    5d98929 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. fix(bind body): content-length can be -1

    pham vinh dat authored and aldas committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    c4410fe View commit details
    Browse the repository at this point in the history
  2. add unit-test

    pham vinh dat authored and aldas committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    a973e3b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    118c163 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9e73691 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2024

  1. remove jwt middleware

    stevenwhitehead authored and aldas committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    fe26277 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2024

  1. Changelog for 4.13.0 (#2712)

    aldas authored Dec 4, 2024
    Configuration menu
    Copy the full SHA
    3b01785 View commit details
    Browse the repository at this point in the history
Loading