Преглед изворни кода

:ship: bump to version 2.1.1

tags/v2.1.1
David da Silva Contin пре 11 година
родитељ
комит
aef96817ae
5 измењених фајлова са 21 додато и 4 уклоњено
  1. +17
    -0
      CHANGELOG.md
  2. +1
    -1
      mustache.js
  3. +1
    -1
      mustache.js.nuspec
  4. +1
    -1
      mustache.min.js
  5. +1
    -1
      package.json

+ 17
- 0
CHANGELOG.md Прегледај датотеку

@@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [2.1.1] / 11 June 2015

### Added

* State that we use semver on the change log, by @dasilvacontin.
* Added version links to change log, by @dasilvacontin.

### Fixed

* Bugfix for using values from view's context prototype, by @phillipj.
* Improve test with undefined/null lookup hit using dot notation, by @dasilvacontin.
* Bugfix for null/undefined lookup hit when using dot notation, by @phillipj.
* Remove moot `version` property from bower.json, by @kkirsche.
* bower.json doesn't require a version bump via hook, by @dasilvacontin.


## [2.1.0] / 5 June 2015

* Added license attribute to package.json, by @pgilad.
@@ -98,6 +114,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
* Fixed a bug that clashed with QUnit (thanks @kannix).
* Added volo support (thanks @guybedford).

[2.1.1]: https://github.com/janl/mustache.js/compare/v2.1.0...v2.1.1
[2.1.0]: https://github.com/janl/mustache.js/compare/v2.0.0...v2.1.0
[2.0.0]: https://github.com/janl/mustache.js/compare/v1.2.0...v2.0.0
[1.2.0]: https://github.com/janl/mustache.js/compare/v1.1.0...v1.2.0


+ 1
- 1
mustache.js Прегледај датотеку

@@ -557,7 +557,7 @@
};

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

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


+ 1
- 1
mustache.js.nuspec Прегледај датотеку

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


+ 1
- 1
mustache.min.js
Разлика између датотеке није приказан због своје велике величине
Прегледај датотеку


+ 1
- 1
package.json Прегледај датотеку

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


Loading…
Откажи
Сачувај