Update to 1.0.0 final
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "handlebars.js",
|
"name": "handlebars.js",
|
||||||
"version": "1.0.0-rc.4",
|
"version": "1.0.0",
|
||||||
"main": "dist/handlebars.js",
|
"main": "dist/handlebars.js",
|
||||||
"ignore": [
|
"ignore": [
|
||||||
"node_modules",
|
"node_modules",
|
||||||
|
|||||||
Vendored
+1
-1
@@ -29,7 +29,7 @@ var Handlebars = {};
|
|||||||
;
|
;
|
||||||
// lib/handlebars/base.js
|
// lib/handlebars/base.js
|
||||||
|
|
||||||
Handlebars.VERSION = "1.0.0-rc.4";
|
Handlebars.VERSION = "1.0.0";
|
||||||
Handlebars.COMPILER_REVISION = 4;
|
Handlebars.COMPILER_REVISION = 4;
|
||||||
|
|
||||||
Handlebars.REVISION_CHANGES = {
|
Handlebars.REVISION_CHANGES = {
|
||||||
|
|||||||
Vendored
+1
-1
@@ -29,7 +29,7 @@ var Handlebars = {};
|
|||||||
;
|
;
|
||||||
// lib/handlebars/base.js
|
// lib/handlebars/base.js
|
||||||
|
|
||||||
Handlebars.VERSION = "1.0.0-rc.4";
|
Handlebars.VERSION = "1.0.0";
|
||||||
Handlebars.COMPILER_REVISION = 4;
|
Handlebars.COMPILER_REVISION = 4;
|
||||||
|
|
||||||
Handlebars.REVISION_CHANGES = {
|
Handlebars.REVISION_CHANGES = {
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
<package>
|
<package>
|
||||||
<metadata>
|
<metadata>
|
||||||
<id>handlebars.js</id>
|
<id>handlebars.js</id>
|
||||||
<version>1.0.0-rc.4</version>
|
<version>1.0.0</version>
|
||||||
<authors>handlebars.js Authors</authors>
|
<authors>handlebars.js Authors</authors>
|
||||||
<licenseUrl>https://github.com/wycats/handlebars.js/blob/master/LICENSE</licenseUrl>
|
<licenseUrl>https://github.com/wycats/handlebars.js/blob/master/LICENSE</licenseUrl>
|
||||||
<projectUrl>https://github.com/wycats/handlebars.js/</projectUrl>
|
<projectUrl>https://github.com/wycats/handlebars.js/</projectUrl>
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ var Handlebars = {};
|
|||||||
|
|
||||||
// BEGIN(BROWSER)
|
// BEGIN(BROWSER)
|
||||||
|
|
||||||
Handlebars.VERSION = "1.0.0-rc.4";
|
Handlebars.VERSION = "1.0.0";
|
||||||
Handlebars.COMPILER_REVISION = 4;
|
Handlebars.COMPILER_REVISION = 4;
|
||||||
|
|
||||||
Handlebars.REVISION_CHANGES = {
|
Handlebars.REVISION_CHANGES = {
|
||||||
|
|||||||
+5
-1
@@ -1,6 +1,10 @@
|
|||||||
# Release Notes
|
# Release Notes
|
||||||
|
|
||||||
## Development
|
## Development
|
||||||
|
[Commits](https://github.com/wycats/handlebars.js/compare/v1.0.12...master)
|
||||||
|
|
||||||
|
## v1.0.12 / 1.0.0 - May 31 2013
|
||||||
|
|
||||||
- [#515](https://github.com/wycats/handlebars.js/issues/515) - Add node require extensions support ([@jjclark1982](https://github.com/jjclark1982))
|
- [#515](https://github.com/wycats/handlebars.js/issues/515) - Add node require extensions support ([@jjclark1982](https://github.com/jjclark1982))
|
||||||
- [#517](https://github.com/wycats/handlebars.js/issues/517) - Fix amd precompiler output with directories ([@blessenm](https://github.com/blessenm))
|
- [#517](https://github.com/wycats/handlebars.js/issues/517) - Fix amd precompiler output with directories ([@blessenm](https://github.com/blessenm))
|
||||||
- [#433](https://github.com/wycats/handlebars.js/issues/433) - Add support for unicode ids
|
- [#433](https://github.com/wycats/handlebars.js/issues/433) - Add support for unicode ids
|
||||||
@@ -18,7 +22,7 @@ Compatibility notes:
|
|||||||
follow this convention should add the additional brace value.
|
follow this convention should add the additional brace value.
|
||||||
- Code that relies on global the namespace being muted when custom helpers or partials are passed will need to explicitly pass an `undefined` value for any helpers that should not be available.
|
- Code that relies on global the namespace being muted when custom helpers or partials are passed will need to explicitly pass an `undefined` value for any helpers that should not be available.
|
||||||
|
|
||||||
[Commits](https://github.com/wycats/handlebars.js/compare/v1.0.11...master)
|
[Commits](https://github.com/wycats/handlebars.js/compare/v1.0.11...v1.0.12)
|
||||||
|
|
||||||
## v1.0.11 / 1.0.0-rc4 - May 13 2013
|
## v1.0.11 / 1.0.0-rc4 - May 13 2013
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user