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: 2.0.2
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.3
Choose a head ref
  • 16 commits
  • 12 files changed
  • 1 contributor

Commits on Mar 27, 2021

  1. Fix lint command

    wimpyprogrammer committed Mar 27, 2021
    Configuration menu
    Copy the full SHA
    e3bc1aa View commit details
    Browse the repository at this point in the history
  2. Fix prepublish hook

    wimpyprogrammer committed Mar 27, 2021
    Configuration menu
    Copy the full SHA
    85d1113 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f262a73 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b4f1a5e View commit details
    Browse the repository at this point in the history
  5. Test package with tsc

    Validate the @ts-expect-error directives in e2e.spec.ts
    wimpyprogrammer committed Mar 27, 2021
    Configuration menu
    Copy the full SHA
    23fa44d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f218741 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2021

  1. Uninstall publish-please due to insecure dependency

    Fix Snyk check failing due to SNYK-JS-LODASH-1040724.
    
    Replace publish-please with release-it.
    wimpyprogrammer committed Mar 28, 2021
    Configuration menu
    Copy the full SHA
    17df3a5 View commit details
    Browse the repository at this point in the history
  2. Revert 23fa44d

    wimpyprogrammer committed Mar 28, 2021
    Configuration menu
    Copy the full SHA
    d30987d View commit details
    Browse the repository at this point in the history
  3. Revert "Test that package includes type declarations"

    This reverts commit b4f1a5e.
    wimpyprogrammer committed Mar 28, 2021
    Configuration menu
    Copy the full SHA
    8e5a864 View commit details
    Browse the repository at this point in the history
  4. Remove Babel dependencies

    TypeScript performs all transpilation.
    wimpyprogrammer committed Mar 28, 2021
    Configuration menu
    Copy the full SHA
    23e3214 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4047668 View commit details
    Browse the repository at this point in the history
  6. Remove @types/escape-string-regex dependency

    escape-string-regex includes types.
    wimpyprogrammer committed Mar 28, 2021
    Configuration menu
    Copy the full SHA
    d79fe3c View commit details
    Browse the repository at this point in the history
  7. Revert unsafe-perm config

    This is unneeded after removing the prepublishOnly script.
    wimpyprogrammer committed Mar 28, 2021
    Configuration menu
    Copy the full SHA
    074a24c View commit details
    Browse the repository at this point in the history
  8. Merge pull request #15 from wimpyprogrammer/hotfix/missing-types

    Publish package with type definitions
    wimpyprogrammer authored Mar 28, 2021
    Configuration menu
    Copy the full SHA
    68322db View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0868545 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d5bbe51 View commit details
    Browse the repository at this point in the history
Loading