Skip to content

Commits

Commits on Oct 29, 2022

  1. Upgrade prettier to v2

    Prettier v2 has the following breaking changes:
    * enforces spaces between `function` and params
    * enforces trailing commas by default
    jaylinski committed Oct 29, 2022
    Copy the full SHA
    e534a91 View commit details
    View at this point in the history
    Browse the repository at this point in the history

Commits on Jan 2, 2022

  1. Enable IDE code-highlighting for bin-file

    By adding the `.js`-extension to the bin-file, IDEs will
    know that js code-highlighting should be applied to the
    file, which makes it easier for devs to read the code.
    jaylinski committed Jan 2, 2022
    Copy the full SHA
    30bd78d View commit details
    View at this point in the history
    Browse the repository at this point in the history

Commits on Apr 3, 2020

  1. Revert "Switch cmd parser to latest minimist"

    This reverts commit c2f1e62.
    ErisDS committed Apr 3, 2020
    Copy the full SHA
    3438891 View commit details
    View at this point in the history
    Browse the repository at this point in the history
  2. Switch cmd parser to latest minimist

    dougwilson authored and ErisDS committed Apr 3, 2020
    Copy the full SHA
    c2f1e62 View commit details
    View at this point in the history
    Browse the repository at this point in the history

Commits on Mar 31, 2020

  1. 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
    Copy the full SHA
    80c4516 View commit details
    View at this point in the history
    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
    Copy the full SHA
    d79212a View commit details
    View at this point in the history
    Browse the repository at this point in the history

Commits on Aug 4, 2015

  1. Copy the full SHA
    0de8dac View commit details
    View at this point in the history
    Browse the repository at this point in the history
  2. Copy the full SHA
    00f7442 View commit details
    View at this point in the history
    Browse the repository at this point in the history
  3. Refactor precompiler API into two phase

    Load templates and then parse them in a distinct operation. This will allow us to use other input sources such as stdin and strings.
    kpdecker committed Aug 4, 2015
    Copy the full SHA
    a62cbad View commit details
    View at this point in the history
    Browse the repository at this point in the history

Commits on Apr 20, 2015

  1. Copy the full SHA
    0263aa4 View commit details
    View at this point in the history
    Browse the repository at this point in the history

Commits on Mar 1, 2015

  1. Fix --version flag

    Fixes #966
    kpdecker committed Mar 1, 2015
    Copy the full SHA
    64ab232 View commit details
    View at this point in the history
    Browse the repository at this point in the history

Commits on Nov 8, 2014

  1. Copy the full SHA
    0dbeeb4 View commit details
    View at this point in the history
    Browse the repository at this point in the history

Commits on Nov 2, 2014

  1. Fix help message for CLI

    Fixes #895
    kpdecker committed Nov 2, 2014
    Copy the full SHA
    9fbf7aa View commit details
    View at this point in the history
    Browse the repository at this point in the history

Commits on Jul 5, 2014

  1. Move precompiler to safer location

    Attempts to avoid some of the Node vs. ES6 confusion between the different styles within the application.
    
    Also adds some simple tests in addition to the integration test.
    kpdecker committed Jul 5, 2014
    Copy the full SHA
    0595322 View commit details
    View at this point in the history
    Browse the repository at this point in the history

Commits on May 10, 2014

  1. Copy the full SHA
    e143849 View commit details
    View at this point in the history
    Browse the repository at this point in the history
  2. Copy the full SHA
    2e7a3bd View commit details
    View at this point in the history
    Browse the repository at this point in the history

Commits on Mar 6, 2014

  1. Add version option to compiler

    Fixes #746
    kpdecker committed Mar 6, 2014
    Copy the full SHA
    1da1364 View commit details
    View at this point in the history
    Browse the repository at this point in the history

Commits on Jan 18, 2014

  1. Copy the full SHA
    051618c View commit details
    View at this point in the history
    Browse the repository at this point in the history

Commits on Nov 18, 2013

  1. Copy the full SHA
    d3cff5c View commit details
    View at this point in the history
    Browse the repository at this point in the history

Commits on Nov 6, 2013

  1. Copy the full SHA
    6f6eb89 View commit details
    View at this point in the history
    Browse the repository at this point in the history

Commits on Nov 4, 2013

  1. Fix CLI library loading

    Fixes #642
    kpdecker committed Nov 4, 2013
    Copy the full SHA
    986d6f4 View commit details
    View at this point in the history
    Browse the repository at this point in the history

Commits on Oct 12, 2013

  1. Update precompiler for default output

    Fixes #563
    kpdecker committed Oct 12, 2013
    Copy the full SHA
    e9350f2 View commit details
    View at this point in the history
    Browse the repository at this point in the history

Commits on Jun 4, 2013

  1. Added BOM removal flag.

    Byte order mark is now removed from the beginning of the files when b
    flag is used.
    Blessan Mathew committed Jun 4, 2013
    Copy the full SHA
    7538b85 View commit details
    View at this point in the history
    Browse the repository at this point in the history

Commits on May 29, 2013

  1. Update to latest uglify lib

    kpdecker committed May 29, 2013
    Copy the full SHA
    66f6f94 View commit details
    View at this point in the history
    Browse the repository at this point in the history

Commits on May 21, 2013

  1. Fix for issue #517.

    Now when compiiled with amd option and a single input argument, we are
    checking to see whether the input is a file or folder.
    Blessan Mathew committed May 21, 2013
    Copy the full SHA
    69bcdf3 View commit details
    View at this point in the history
    Browse the repository at this point in the history

Commits on Apr 8, 2013

  1. If building AMD module and compiling multiple templates, return the full

    templates (or partials) hash from the AMD module
    JamesMaroney committed Apr 8, 2013
    Copy the full SHA
    ca576c2 View commit details
    View at this point in the history
    Browse the repository at this point in the history
  2. If building AMD modules, and only one template is being compiled,

    return the compiled template from the AMD module
    JamesMaroney committed Apr 8, 2013
    Copy the full SHA
    85a21f2 View commit details
    View at this point in the history
    Browse the repository at this point in the history

Commits on Apr 7, 2013

  1. Escape passed regex

    kpdecker committed Apr 7, 2013
    Copy the full SHA
    ff32b4e View commit details
    View at this point in the history
    Browse the repository at this point in the history
  2. Merge branch 'master' of github.com:matteoagosti/handlebars.js into m…

    …atteoagosti-master
    
    Conflicts:
    	bin/handlebars
    kpdecker committed Apr 7, 2013
    Copy the full SHA
    c59882c View commit details
    View at this point in the history
    Browse the repository at this point in the history

Commits on Jan 14, 2013

  1. Add namespace arg to handlebars bin

    Fixes #361
    kpdecker committed Jan 14, 2013
    Copy the full SHA
    eaa7e97 View commit details
    View at this point in the history
    Browse the repository at this point in the history

Commits on Dec 11, 2012

  1. Update bin/handlebars

    bkaull committed Dec 11, 2012
    Copy the full SHA
    fd0560b View commit details
    View at this point in the history
    Browse the repository at this point in the history

Commits on Nov 26, 2012

  1. Adding partial precompilation

    Also allowing to compile based on data getting passed in
    bkaull committed Nov 26, 2012
    Copy the full SHA
    cbfe84f View commit details
    View at this point in the history
    Browse the repository at this point in the history

Commits on Nov 22, 2012

  1. Copy the full SHA
    c3f92c4 View commit details
    View at this point in the history
    Browse the repository at this point in the history

Commits on Nov 8, 2012

  1. Supporting custom template extension

    Fix missing escape
    matteoagosti committed Nov 8, 2012
    Copy the full SHA
    53d6b4c View commit details
    View at this point in the history
    Browse the repository at this point in the history

Commits on Jul 23, 2012

  1. Copy the full SHA
    0750769 View commit details
    View at this point in the history
    Browse the repository at this point in the history
Older