Nils Knappmeier
26de7bdb3d
Update release notes
2019-01-02 10:17:34 +01:00
Nils Knappmeier
6e9dbac8e9
Revert "Escape = in HTML content"
...
This reverts commit 1c863e34 , a change that was illegal in a patch (by semver semantics).
see #1489
2019-01-02 10:01:53 +01:00
Nils Knappmeier
af919d2348
chore: ignore idea config
2019-01-02 09:40:12 +01:00
Nils Knappmeier
df403ed203
chore: add publishConfig to prevent publishing 3.x as "latest"
...
see #1486
2019-01-02 09:23:01 +01:00
Nils Knappmeier
9679fe6909
chore: update components/handlebars package.json on release
2019-01-02 01:27:49 +01:00
Nils Knappmeier
928320524f
chore: fix travis build
...
- bump to mocha 1.21.5 in order to remove "*" version-range on the
"debug"-dependency
- explicit use of "dot"-reporter for mocha 1.21.5, fixes failing tests
of console.log output
- fix tests running in the browser: assign variable "global" with
global "this", backport from master-branch
- sync saucelab config with master branch:
- Remove Safari 6 and 7 that are not supported by saucelabs anymore
and cause timeouts when running the saucelabs tests.
- Add Safari 8 and Safari 9
- Note: The tests fail with Safari 9 and 10 because in these versions
the "column"-property of "Error" is read-only
(see https://github.com/jquery/esprima/issues/1290 )
- Firefox needs explicit platform specifier
2019-01-02 01:27:49 +01:00
Nils Knappmeier
725986da22
fix: gracefully handle read-only "column"-property of the Error class
...
- this is the case in Safari starting with version 9.0
- see 07511e0379dbdeea78f407065b0a3134a79a38a6
- also see #1285
2019-01-02 01:27:49 +01:00
Nils Knappmeier
d207ad056a
chore: add active NodeJS versions to travis
...
- 8.x and 6.x
2019-01-02 01:27:49 +01:00
Nils Knappmeier
64254b604b
v3.0.5
v3.0.5
2018-12-15 14:16:13 +01:00
Nils Knappmeier
878e980c0f
Update release notes
2018-12-15 14:15:54 +01:00
Nils Knappmeier
f6b5a288b4
docs: bump node version used in release
2018-12-15 14:13:57 +01:00
Nils Knappmeier
4ed0a625e3
chore: use node 10.x in travis-build
2018-12-15 14:08:55 +01:00
Nils Knappmeier
e97741f9ab
docs: add notes about required tools and versions for a release
2018-12-15 14:02:14 +01:00
Nils Knappmeier
698c8a93a4
v3.0.4
v3.0.4
2018-12-15 13:55:00 +01:00
Nils Knappmeier
12cd4ef010
Update release notes
2018-12-15 13:54:17 +01:00
Nils Knappmeier
ed9e301eb8
chore: add wepback@1.x to devDependencies
...
This is required by some other dependencies as
peerDependencies, which are not automatically installed
anymore since npm@3
2018-12-15 13:39:45 +01:00
Nils Knappmeier
bbe684b7c7
chore: remove TODO comment line
...
This comment is not relevant for 3.x anymore, since this
release will only get bugfixes and not major refactorings.
It breaks the build though.
2018-12-15 13:35:26 +01:00
Nils Knappmeier
f8d7b381dc
docs: update CONTRIBUTING.md from master and add text about 3.x
2018-12-15 13:20:20 +01:00
kpdecker
4cd5305c7f
Further relax uglify dependency
2016-04-11 13:22:17 +01:00
Paul Lynch
d97c2e6dc0
Update uglify-js to avoid vulnerability
2016-04-11 13:22:04 +01:00
kpdecker
1c863e34ab
Escape = in HTML content
...
There was a potential XSS exploit when using unquoted attributes that this should help reduce.
Fixes #1083
2016-02-08 18:56:04 +00:00
kpdecker
891f48b7e9
v3.0.3
v3.0.3
2015-04-28 14:52:04 -05:00
kpdecker
0bf79ea5c0
Update release notes
2015-04-28 14:51:32 -05:00
kpdecker
972f521718
Move noConflict implementation to module
...
DRYs the code to avoid escapes like #1004
Fixes #1004
2015-04-27 10:19:50 -05:00
kpdecker
4a40fc8e2f
NPM ignore log files
2015-04-27 10:19:50 -05:00
kpdecker
fc13400b6f
Remove jshint completely
2015-04-27 10:19:49 -05:00
Kevin Decker
6ecf509385
Merge pull request #1008 from shannonmoeller/patch-1
...
Added handlebars-layouts to the in-the-wild list
2015-04-25 09:54:25 -05:00
Shannon Moeller
d945089565
Added handlebars-layouts to the in-the-wild list
...
I've written a set of helpers which implement layout blocks similar to Jade, Jinja, Swig, Twig, and others. It seems to be gaining some popularity (around 10k npm downloads per month at present) and I would be honored to have it included in the in-the-wild list in case it may prove useful to others.
2015-04-24 22:29:40 -04:00
kpdecker
2f0b86665f
v3.0.2
v3.0.2
2015-04-20 03:11:12 -05:00
kpdecker
d48e840513
Update release notes
2015-04-20 03:10:49 -05:00
kpdecker
4bed826d0e
Update for let and optional parameters
2015-04-20 02:38:28 -05:00
kpdecker
0263aa48bc
Run the precompiler module through es6 toolchain
2015-04-20 02:25:53 -05:00
kpdecker
ecf60ab1bf
Enable additional es6 features in eslint
2015-04-20 02:24:49 -05:00
Kevin Decker
c6ab044fa8
Merge pull request #998 from wycats/babel
...
Add full support for es6
2015-04-16 17:12:40 -05:00
kpdecker
fdc94207a3
Fix UMD build target generation
2015-04-16 16:54:30 -05:00
kpdecker
e3d3eda2e1
Add full support for es6
...
Converts the tool chain to use babel, eslint, and webpack vs. the previous proprietary solutions.
Additionally begins enforcing additional linting concerns as well as updates the code to reflect these rules.
Fixes #855
Fixes #993
2015-04-16 16:43:01 -05:00
kpdecker
2a02261a5b
Fix IE test freakout
2015-04-14 22:57:15 -05:00
kpdecker
a009a97a2e
Use captureStackTrace for error handler
...
Provides more stable error stack reporting when running under v8 environments.
2015-04-14 01:14:18 -05:00
kpdecker
54e743a09a
Allow this references in literal statements
...
Fixes #967
2015-04-14 01:12:39 -05:00
kpdecker
a7160a8d27
Expose Visitor in full browser build
...
Fixes #994
2015-04-13 21:25:53 -05:00
kpdecker
dfd141cd35
Allow undefined and null in helper names
2015-04-13 21:18:53 -05:00
kpdecker
37a664bf64
Ignore branches tested without coverage monitoring
2015-04-07 23:38:05 -05:00
kpdecker
c699d0b82f
Remove vestigial code
2015-04-07 23:37:46 -05:00
kpdecker
2d149e7797
Add undefined and null literal support
...
This adds the UndefinedLiteral and NullLiteral to AST.
Fixes #990
2015-04-07 23:37:38 -05:00
kpdecker
81a4d50955
Avoid source-map import under AMD
...
Fixes #989
2015-04-07 22:35:14 -05:00
kpdecker
e15af4c849
Add require.js error reporting in tests
...
Adds test coverage for #989
2015-04-07 21:51:50 -05:00
kpdecker
afe730e059
v3.0.1
v3.0.1
2015-03-24 14:22:38 -05:00
kpdecker
40894e619b
Update release notes
2015-03-24 14:22:22 -05:00
Kevin Decker
1d401a2abc
Merge pull request #984 from johneke/master
...
Adding documentation for passing arguments into partials
2015-03-24 14:20:22 -05:00
johneke
a10d907a65
Update README.markdown
2015-03-18 22:55:26 -04:00