From 53790f2ab607044532a8cc49d96422d04417f8ac Mon Sep 17 00:00:00 2001 From: Chris Schreiber Date: Mon, 4 Nov 2019 15:41:03 -0800 Subject: [PATCH 1/4] update handlebars@4.5.1 see https://www.npmjs.com/advisories/1300 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4b4fcf6..019ecab 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "repository": "pillarjs/hbs", "main": "lib/hbs.js", "dependencies": { - "handlebars": "4.3.5", + "handlebars": "4.5.1", "walk": "2.3.14" }, "devDependencies": { From e0d320c68b76be46c73845dbfaad57a9e5836653 Mon Sep 17 00:00:00 2001 From: Chris Schreiber Date: Mon, 4 Nov 2019 16:25:52 -0800 Subject: [PATCH 2/4] v4.0.7 --- HISTORY.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index 5db2f3d..0366dd4 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,9 @@ +4.0.7 / 2019-11-04 + + * deps: handlebars@4.5.1 + - Bugfix: Contents of raw-blocks must be matched with non-eager regex-matching + - Bugfix: prevent zero length tokens in raw-blocks + 4.0.6 / 2019-10-09 ================== From c7a689670204d990dfc412ffcdff5feb69d1abda Mon Sep 17 00:00:00 2001 From: Chris Schreiber Date: Tue, 5 Nov 2019 17:18:14 -0800 Subject: [PATCH 3/4] add additional handlebars changelog message --- HISTORY.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 0366dd4..d877f8c 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,8 +1,15 @@ -4.0.7 / 2019-11-04 +4.1.0 / 2019-11-04 * deps: handlebars@4.5.1 + - Add method Handlebars.parseWithoutProcessing + - Add guard to if & unless helpers + - Show source location for the strict lookup exceptions + - Bugfix: Use objects for hash value tracking - Bugfix: Contents of raw-blocks must be matched with non-eager regex-matching - Bugfix: prevent zero length tokens in raw-blocks + - Add missing type fields to AST typings + - Error message for syntax error missing location in 4.2.1+ + - Added support for iterable objects in {{#each}} helper 4.0.6 / 2019-10-09 ================== From 0dd8337c70ac66b260d4b008d920dad41a1a0047 Mon Sep 17 00:00:00 2001 From: Chris Schreiber Date: Tue, 5 Nov 2019 17:18:45 -0800 Subject: [PATCH 4/4] minor version bump --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 019ecab..b0a7778 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hbs", "description": "Express.js template engine plugin for Handlebars", - "version": "4.0.6", + "version": "4.1.0", "author": "Don Park (http://blog.docuverse.com)", "contributors": [ "Roman Shtylman "