8000 Comparing v3.0.0...v3.0.1 · tjenkinson/redos-detector · 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 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: tjenkinson/redos-detector
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.0
Choose a base ref
...
head repository: tjenkinson/redos-detector
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.1
Choose a head ref
  • 20 commits
  • 17 files changed
  • 4 contributors

Commits on Mar 1, 2022

  1. Configuration menu
    Copy the full SHA
    f209e15 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #30 from tjenkinson/renovate/rollup-2.x

    Update dependency rollup to v2.68.0
    github-actions[bot] authored Mar 1, 2022
    Configuration menu
    Copy the full SHA
    b6b2974 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2022

  1. Configuration menu
    Copy the full SHA
    b04ec49 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #31 from tjenkinson/renovate/jest-monorepo

    Update dependency @types/jest to v27.4.1
    github-actions[bot] authored Mar 2, 2022
    Configuration menu
    Copy the full SHA
    157b777 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9d0411d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #32 from tjenkinson/renovate/rollup-plugin-commonj…

    …s-21.x
    
    Update dependency @rollup/plugin-commonjs to v21.0.2
    github-actions[bot] authored Mar 2, 2022
    Configuration menu
    Copy the full SHA
    a3d57b9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ab38af1 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2022

  1. Merge pull request #33 from tjenkinson/renovate/actions-checkout-3.x

    Update actions/checkout action to v3
    tjenkinson authored Mar 3, 2022
    Configuration menu
    Copy the full SHA
    933e853 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2022

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

Commits on Mar 5, 2022

  1. Merge pull request #34 from tjenkinson/renovate/eslint-8.x

    Update dependency eslint to v8.10.0
    github-actions[bot] authored Mar 5, 2022
    Configuration menu
    Copy the full SHA
    0128c31 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2022

  1. Configuration menu
    Copy the full SHA
    78535c4 View commit details
    Browse the repository at this point in the history
  2. always check and try and emit trail

    instead of just checking when pattern ends
    
    Without this if the pattern contains a capturing group some trails may be missed
    
    e.g. `(a?)a?x\1` should have some backtracks, but previously wouldn't
    tjenkinson committed Mar 6, 2022
    Configuration menu
    Copy the full SHA
    c545a21 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    54c6d35 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e477418 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    882a363 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d39977f View commit details
    Browse the repository at this point in the history
  7. handle start anchor being at start of one side and not other

    `/(a)?^\1?a?/` would previously fail (where `/b(a)?^\1?a?/` wouldn't)
    tjenkinson committed Mar 6, 2022
    Configuration menu
    Copy the full SHA
    e96b2a4 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #35 from tjenkinson/always-try-emit-trail

    always check and try and emit trail
    tjenkinson authored Mar 6, 2022
    Configuration menu
    Copy the full SHA
    dc728ae View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6525ba1 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #36 from tjenkinson/start-anchor-improvements

    fix false positive backtrack when start anchor at start of one side but not other
    tjenkinson authored Mar 6, 2022
    Configuration menu
    Copy the full SHA
    197937e View commit details
    Browse the repository at this point in the history
Loading
0