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: wimpyprogrammer/regex-to-strings
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.1.0
Choose a base ref
...
head repository: wimpyprogrammer/regex-to-strings
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.0.0
Choose a head ref
  • 8 commits
  • 6 files changed
  • 1 contributor

Commits on Aug 31, 2020

  1. Merge tag '1.1.0' into develop

    1.1.0
    wimpyprogrammer committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    0a7fd54 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2020

  1. Enhance existing test assertions

    Centralize list of supported characters.
    wimpyprogrammer committed Sep 26, 2020
    Configuration menu
    Copy the full SHA
    bd20642 View commit details
    Browse the repository at this point in the history
  2. Support extended ASCII characters

    Include Windows-1252 extended ASCII characters in character classes and
    sets as listed at https://www.ascii-code.com/#extendedASCIIDescription.
    wimpyprogrammer committed Sep 26, 2020
    Configuration menu
    Copy the full SHA
    5987222 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c3509dd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fd8c8be View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    079d402 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    60bc095 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d5d9510 View commit details
    Browse the repository at this point in the history
Loading