Commits
Commits on Oct 29, 2022
-
Prettier v2 has the following breaking changes: * enforces spaces between `function` and params * enforces trailing commas by default
Copy the full SHA e534a91View commit details
Commits on Jan 2, 2022
-
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.
Copy the full SHA 30bd78dView commit details
Commits on Apr 3, 2020
-
Revert "Switch cmd parser to latest minimist"
This reverts commit c2f1e62.
Copy the full SHA 3438891View commit details -
Copy the full SHA c2f1e62View commit details
Commits on Mar 31, 2020
-
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>
Copy the full SHA 80c4516View commit details -
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 ```
Copy the full SHA d79212aView commit details
Commits on Aug 4, 2015
-
Copy the full SHA 0de8dacView commit details -
Copy the full SHA 00f7442View commit details -
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.
Copy the full SHA a62cbadView commit details
Commits on Apr 20, 2015
-
Copy the full SHA 0263aa4View commit details
Commits on Mar 1, 2015
-
Copy the full SHA 64ab232View commit details
Commits on Nov 8, 2014
-
Copy the full SHA 0dbeeb4View commit details
Commits on Nov 2, 2014
-
Copy the full SHA 9fbf7aaView commit details
Commits on Jul 5, 2014
-
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.
Copy the full SHA 0595322View commit details
Commits on May 10, 2014
-
Knocking the indent back to what it was to make for a less scary-look…
…ing pull request
Copy the full SHA e143849View commit details -
Copy the full SHA 2e7a3bdView commit details
Commits on Mar 6, 2014
-
Copy the full SHA 1da1364View commit details
Commits on Jan 18, 2014
-
Copy the full SHA 051618cView commit details
Commits on Nov 18, 2013
-
Copy the full SHA d3cff5cView commit details
Commits on Nov 6, 2013
-
Copy the full SHA 6f6eb89View commit details
Commits on Nov 4, 2013
-
Copy the full SHA 986d6f4View commit details
Commits on Oct 12, 2013
-
Copy the full SHA e9350f2View commit details
Commits on Jun 4, 2013
-
Byte order mark is now removed from the beginning of the files when b flag is used.
Blessan Mathew committedJun 4, 2013 Copy the full SHA 7538b85View commit details
Commits on May 29, 2013
-
Copy the full SHA 66f6f94View commit details
Commits on May 21, 2013
-
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 committedMay 21, 2013 Copy the full SHA 69bcdf3View commit details
Commits on Apr 8, 2013
-
If building AMD module and compiling multiple templates, return the full
templates (or partials) hash from the AMD module
Copy the full SHA ca576c2View commit details -
If building AMD modules, and only one template is being compiled,
return the compiled template from the AMD module
Copy the full SHA 85a21f2View commit details
Commits on Apr 7, 2013
-
Copy the full SHA ff32b4eView commit details -
Merge branch 'master' of github.com:matteoagosti/handlebars.js into m…
…atteoagosti-master Conflicts: bin/handlebars
Copy the full SHA c59882cView commit details
Commits on Jan 14, 2013
-
Copy the full SHA eaa7e97View commit details
Commits on Dec 11, 2012
-
Copy the full SHA fd0560bView commit details
Commits on Nov 26, 2012
-
Also allowing to compile based on data getting passed in
Copy the full SHA cbfe84fView commit details
Commits on Nov 22, 2012
-
Copy the full SHA c3f92c4View commit details
Commits on Nov 8, 2012
-
Copy the full SHA 53d6b4cView commit details
Commits on Jul 23, 2012
-
Copy the full SHA 0750769View commit details