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 .

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also .
base repository: handlebars-lang/handlebars.js
base: v4.1.2-0
Choose a base ref
head repository: handlebars-lang/handlebars.js
compare: v4.2.0
Choose a head ref
  • 11 commits
  • 36 files changed
  • 3 contributors

Commits on Aug 29, 2019

  1. feat: enhance typescript definition for knownHelpers

    - Add support for custom helpers while keeping
      the list of builtin-helpers to maintain for
      autocompletion support
    
    closes #1544
    nknapp committed Aug 29, 2019
    Copy the full SHA
    16572cd View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2019

  1. Copy the full SHA
    f9cce4d View commit details
    Browse the repository at this point in the history
  2. chore: fix integration tests

    nknapp committed Aug 31, 2019
    Copy the full SHA
    a26633f View commit details
    Browse the repository at this point in the history
  3. add webpack test

    nknapp committed Aug 31, 2019
    Copy the full SHA
    a57b682 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    62b64ec View commit details
    Browse the repository at this point in the history
  5. chore: attempt to fix saucelabs problems with custom lib

    - custom "grunt-saucelabs"
    - which uses custom "sauce-tunnel"
    - which uses current "sauce connect proxy"
    nknapp committed Aug 31, 2019
    Copy the full SHA
    f119497 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2019

  1. Add "Handlebars.VM.resolvePartial" to type definitions

    - Handlebars.VM is actually not part of the API,
      but Handlebars.VM.resolvePartial is mentioned
      in the documentation and is thus now treated
      as part of the API.
    
    Closes #1534
    AndrewLeedham authored and nknapp committed Sep 3, 2019
    Copy the full SHA
    133b96a View commit details
    Browse the repository at this point in the history
  2. fix typings of resolvePartial-options

    - derived from the object structure seen in the debugger
    
    closes #1534
    nknapp committed Sep 3, 2019
    Copy the full SHA
    888750e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1534 from AndrewLeedham/4.x

    Add VM TS mapping
    nknapp committed Sep 3, 2019
    Copy the full SHA
    8ac2028 View commit details
    Browse the repository at this point in the history
  4. Update release notes

    nknapp committed Sep 3, 2019
    Copy the full SHA
    6ab48d8 View commit details
    Browse the repository at this point in the history
  5. v4.2.0

    nknapp committed Sep 3, 2019
    Copy the full SHA
    164c7ce View commit details
    Browse the repository at this point in the history