Просмотр исходного кода

:ship: bump to version 2.1.0

tags/v2.1.0
David da Silva Contin 11 лет назад
Родитель
Сommit
b479bb8fb8
6 измененных файлов: 14 добавлений и 6 удалений
  1. +9
    -1
      CHANGELOG.md
  2. +1
    -1
      bower.json
  3. +1
    -1
      mustache.js
  4. +1
    -1
      mustache.js.nuspec
  5. +1
    -1
      mustache.min.js
  6. +1
    -1
      package.json

+ 9
- 1
CHANGELOG.md Просмотреть файл

@@ -1,5 +1,13 @@
2.1.0 / 5 June 2015
===================

* Added license attribute to package.json, by @pgilad.
* Minor changes to make mustache.js compatible with both WSH and ASP, by @nagaozen.
* Improve CLI view parsing error, by @phillipj.
* Bugfix for view context cache, by @phillipj.

2.0.0 / 27 Mar 2015 2.0.0 / 27 Mar 2015
==================
===================


* Fixed lookup not stopping upon finding `undefined` or `null` values, by @dasilvacontin. * Fixed lookup not stopping upon finding `undefined` or `null` values, by @dasilvacontin.
* Refactored pre-commit hook, by @dasilvacontin. * Refactored pre-commit hook, by @dasilvacontin.


+ 1
- 1
bower.json Просмотреть файл

@@ -1,7 +1,7 @@
{ {
"name": "mustache.js", "name": "mustache.js",
"main": "mustache.js", "main": "mustache.js",
"version": "2.0.0",
"version": "2.1.0",
"homepage": "https://github.com/janl/mustache.js", "homepage": "https://github.com/janl/mustache.js",
"authors": [ "authors": [
"mustache.js Authors <http://github.com/janl/mustache.js>" "mustache.js Authors <http://github.com/janl/mustache.js>"


+ 1
- 1
mustache.js Просмотреть файл

@@ -549,7 +549,7 @@
}; };


mustache.name = 'mustache.js'; mustache.name = 'mustache.js';
mustache.version = '2.0.0';
mustache.version = '2.1.0';
mustache.tags = [ '{{', '}}' ]; mustache.tags = [ '{{', '}}' ];


// All high-level mustache.* functions use this writer. // All high-level mustache.* functions use this writer.


+ 1
- 1
mustache.js.nuspec Просмотреть файл

@@ -2,7 +2,7 @@
<package > <package >
<metadata> <metadata>
<id>mustache.js</id> <id>mustache.js</id>
<version>2.0.0</version>
<version>2.1.0</version>
<authors>mustache.js Authors</authors> <authors>mustache.js Authors</authors>
<licenseUrl>https://github.com/janl/mustache.js/blob/master/LICENSE</licenseUrl> <licenseUrl>https://github.com/janl/mustache.js/blob/master/LICENSE</licenseUrl>
<projectUrl>http://mustache.github.com/</projectUrl> <projectUrl>http://mustache.github.com/</projectUrl>


+ 1
- 1
mustache.min.js
Разница между файлами не показана из-за своего большого размера
Просмотреть файл


+ 1
- 1
package.json Просмотреть файл

@@ -1,6 +1,6 @@
{ {
"name": "mustache", "name": "mustache",
"version": "2.0.0",
"version": "2.1.0",
"description": "Logic-less {{mustache}} templates with JavaScript", "description": "Logic-less {{mustache}} templates with JavaScript",
"author": "mustache.js Authors <http://github.com/janl/mustache.js>", "author": "mustache.js Authors <http://github.com/janl/mustache.js>",
"repository": { "repository": {


Загрузка…
Отмена
Сохранить