8000 Comparing v1.2.2...v1.2.3 · jovandeginste/payme · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a 10000 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: jovandeginste/payme
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.2
Choose a base ref
...
head repository: jovandeginste/payme
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.2.3
Choose a head ref
  • 3 commits
  • 146 files changed
  • 2 contributors

Commits on Aug 9, 2024

  1. Pre-sanitize IBAN by removing common separators

    The IBAN parsing library currently only strips spaces.
    
    This allows more "dirty" IBAN strings, by removing dashes and
    underscores before passing them to the library.
    
    Signed-off-by: Jo Vandeginste <Jo.Vandeginste@kuleuven.be>
    jovandeginste committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    9babf23 View commit details
    Browse the repository at this point in the history
  2. Update all dependencies

    Signed-off-by: Jo Vandeginste <Jo.Vandeginste@kuleuven.be>
    jovandeginste committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    6e399b6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #6 from jovandeginste/iban-dash

    Pre-sanitize IBAN by removing common separators
    jovandeginste authored Aug 9, 2024
    Configuration menu
    Copy the full SHA
    d1e69e8 View commit details
    Browse the repository at this point in the history
Loading
0