Nothing Special   »   [go: up one dir, main page]

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: handlebars-lang/handlebars.js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.7.3
Choose a base ref
...
head repository: handlebars-lang/handlebars.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.7.4
Choose a head ref
  • 10 commits
  • 31 files changed
  • 7 contributors

Commits on Mar 5, 2020

  1. docs: fix comparison link

    skeggse authored and nknapp committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    2dba7ee View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2020

  1. chore: ignore external @types in tests

    - some indirect dependencies install @types packages which are not compatible with the older typescript.
    - adjusted test's tsconfig to not pick these up automatically, as the actual .d.ts does not depend on these external types.
    AviVahl authored and ErisDS committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    b440c38 View commit details
    Browse the repository at this point in the history
  2. fix: migrate from optimist to yargs (#1666)

    closes #1658
    
    - adapted code from master to latest yargs (`.option` calls).
    
    ```
    4.x:
    found 188 vulnerabilities (169 low, 4 moderate, 14 high, 1 critical) in 5815 scanned packages
    
    4.x with this PR:
    found 32 vulnerabilities (17 low, 1 moderate, 13 high, 1 critical) in 5829 scanned packages
    ```
    AviVahl authored and ErisDS committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    d79212a View commit details
    Browse the repository at this point in the history
  3. chore: add unit tests for cli options (#1666)

    - adds full unit tests for all cli options
    - demonstrates that nothing changes between minimist and yargs except a minor order change in the --help text
    - proves b9c4b25 works the same as before
    
    Co-authored-by: fabb <fabb@users.noreply.github.com>
    2 people authored and ErisDS committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    80c4516 View commit details
    Browse the repository at this point in the history
  4. Update release-notes.md

    ErisDS committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    738391a View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2020

  1. Revert "Update release-notes.md"

    This reverts commit 738391a.
    Think this needs to be left to the release tool :|
    ErisDS committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    c491b4e View commit details
    Browse the repository at this point in the history
  2. tasks/test-bin.js: Delete duplicate test

    Per comment by @ErisDS on the GitHub PR:
    #1666 (comment)
    DeeDeeG authored and ErisDS committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    e46baa1 View commit details
    Browse the repository at this point in the history
  3. Use tmp directory for files written during tests

    - Add spec/tmp directory with .gitkeep file to indicate the folder is intentional
    - Add the folder contents to .gitignore
    - Use this folder to output the sourcemap file during bin tests. This file is a sideeffect of the main test
    ErisDS committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    4671c4b View commit details
    Browse the repository at this point in the history
  4. Update release notes

    ErisDS committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    9dd8d10 View commit details
    Browse the repository at this point in the history
  5. v4.7.4

    ErisDS committed Apr 1, 2020
    1 Configuration menu
    Copy the full SHA
    7adc19a View commit details
    Browse the repository at this point in the history
Loading