Compare commits

...

2 Commits

Author SHA1 Message Date
Nils Knappmeier e96c1a5d86 v4.3.5 2019-10-02 22:05:02 +02:00
Nils Knappmeier 171ce40e0c Update release notes 2019-10-02 22:04:11 +02:00
6 changed files with 12 additions and 6 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "handlebars",
"version": "4.3.4",
"version": "4.3.5",
"main": "handlebars.js",
"license": "MIT",
"dependencies": {}
+1 -1
View File
@@ -2,7 +2,7 @@
<package>
<metadata>
<id>handlebars.js</id>
<version>4.3.4</version>
<version>4.3.5</version>
<authors>handlebars.js Authors</authors>
<licenseUrl>https://github.com/wycats/handlebars.js/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/wycats/handlebars.js/</projectUrl>
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "handlebars",
"version": "4.3.4",
"version": "4.3.5",
"license": "MIT",
"jspm": {
"main": "handlebars",
+1 -1
View File
@@ -4,7 +4,7 @@ import {registerDefaultHelpers} from './helpers';
import {registerDefaultDecorators} from './decorators';
import logger from './logger';
export const VERSION = '4.3.4';
export const VERSION = '4.3.5';
export const COMPILER_REVISION = 8;
export const LAST_COMPATIBLE_COMPILER_REVISION = 7;
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "handlebars",
"barename": "handlebars",
"version": "4.3.4",
"version": "4.3.5",
"description": "Handlebars provides the power necessary to let you build semantic templates effectively with no frustration",
"homepage": "http://www.handlebarsjs.com/",
"keywords": [
+7 -1
View File
@@ -2,7 +2,13 @@
## Development
[Commits](https://github.com/wycats/handlebars.js/compare/v4.3.4...master)
[Commits](https://github.com/wycats/handlebars.js/compare/v4.3.5...master)
## v4.3.5 - October 2nd, 2019
- [#1562](https://github.com/wycats/handlebars.js/issues/1562) - Error message for syntax error missing location in 4.2.1+
[Commits](https://github.com/wycats/handlebars.js/compare/v4.3.4...v4.3.5)
## v4.3.4 - September 28th, 2019
- fix: harden "propertyIsEnumerable"-check - ff4d827