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: adamreisnz/replace-in-file
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.0.0
Choose a base ref
...
head repository: adamreisnz/replace-in-file
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.1.0
Choose a head ref
  • 12 commits
  • 14 files changed
  • 7 contributors

Commits on Apr 25, 2020

  1. fix(dts): adapt ReplaceInFileConfig interface to actual implementation (

    #107)
    
    * fix(dts): adapt ReplaceInFileConfig interface to actual implementation
    
    * chore(dts): redeclare sync method outside ns to handle circular definition issue
    
    * feat: use named export for replaceInFile
    antongolub authored Apr 25, 2020
    Configuration menu
    Copy the full SHA
    931bee7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86bde4a View commit details
    Browse the repository at this point in the history
  3. [clean] Lint errors

    adamreisnz committed Apr 25, 2020
    Configuration menu
    Copy the full SHA
    cd31763 View commit details
    Browse the repository at this point in the history
  4. [clean] Fix linter errors

    adamreisnz committed Apr 25, 2020
    Configuration menu
    Copy the full SHA
    2545bc4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f94e466 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2020

  1. Configuration menu
    Copy the full SHA
    13e1c5e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    58773f6 View commit details
    Browse the repository at this point in the history
  3. chore(types): ReplaceInFileConfig config contains glob property (#113)

    * docs: glob package link for view available options
    
    * chore(types): ReplaceInFileConfig config contains glob property
    
    Co-authored-by: Alexey.Shcherbakov <[email protected]>
    akaguny and Alexey.Shcherbakov authored Jun 6, 2020
    Configuration menu
    Copy the full SHA
    8e52672 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    add3c0b View commit details
    Browse the repository at this point in the history
  5. test(istanbul): istanbul is no more maintained (#111)

    * test(istanbul): istanbul is no more maintained
    
    Since [istanbul](https://www.npmjs.com/package/istanbul) is deprecated and it lists [nyc]() as a successor.
    
    Followed the instructions on [this page](https://istanbul.js.org/docs/tutorials/es2015/) to update.
    
    * chore: remove deprecated/duplicated dependencies
    
    - Removed babel-cli, replaced by @babel/cli
    - Removed babel-preset-es2015, replaced by @babel/preset-env, see [here](https://babeljs.io/docs/en/babel-preset-es2015/)
    
    Co-authored-by: MikeG <[email protected]>
    gekim and MikeG authored Jun 6, 2020
    Configuration menu
    Copy the full SHA
    879d370 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3797c84 View commit details
    Browse the repository at this point in the history
  7. 6.1.0

    adamreisnz committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    ebb3c7d View commit details
    Browse the repository at this point in the history
Loading