소스 검색

:ship: bump to version 4.0.1

tags/v4.0.1
Phillip Johnsen 6 년 전
부모
커밋
1de94bbdd3
7개의 변경된 파일15개의 추가작업 그리고 6개의 파일을 삭제
  1. +9
    -0
      CHANGELOG.md
  2. +1
    -1
      mustache.js
  3. +1
    -1
      mustache.js.nuspec
  4. +1
    -1
      mustache.min.js
  5. +1
    -1
      mustache.mjs
  6. +1
    -1
      package-lock.json
  7. +1
    -1
      package.json

+ 9
- 0
CHANGELOG.md 파일 보기

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


## [4.0.1] / 15 March 2020

### Fixed

* [#739]: Fix custom delimiters in nested partials, by [@aielo].

## [4.0.0] / 16 January 2020 ## [4.0.0] / 16 January 2020


Majority of using projects don't have to worry by this being a new major version. Majority of using projects don't have to worry by this being a new major version.
@@ -461,6 +467,7 @@ This release is made to revert changes introduced in [2.3.1] that caused unexpec
* Fixed a bug that clashed with QUnit (thanks [@kannix]). * Fixed a bug that clashed with QUnit (thanks [@kannix]).
* Added volo support (thanks [@guybedford]). * Added volo support (thanks [@guybedford]).


[4.0.1]: https://github.com/janl/mustache.js/compare/v4.0.0...v4.0.1
[4.0.0]: https://github.com/janl/mustache.js/compare/v3.2.1...v4.0.0 [4.0.0]: https://github.com/janl/mustache.js/compare/v3.2.1...v4.0.0
[3.2.1]: https://github.com/janl/mustache.js/compare/v3.2.0...v3.2.1 [3.2.1]: https://github.com/janl/mustache.js/compare/v3.2.0...v3.2.1
[3.2.0]: https://github.com/janl/mustache.js/compare/v3.1.0...v3.2.0 [3.2.0]: https://github.com/janl/mustache.js/compare/v3.1.0...v3.2.0
@@ -535,8 +542,10 @@ This release is made to revert changes introduced in [2.3.1] that caused unexpec
[#733]: https://github.com/janl/mustache.js/issues/733 [#733]: https://github.com/janl/mustache.js/issues/733
[#731]: https://github.com/janl/mustache.js/issues/731 [#731]: https://github.com/janl/mustache.js/issues/731
[#735]: https://github.com/janl/mustache.js/issues/735 [#735]: https://github.com/janl/mustache.js/issues/735
[#739]: https://github.com/janl/mustache.js/issues/739


[@afc163]: https://github.com/afc163 [@afc163]: https://github.com/afc163
[@aielo]: https://github.com/aielo
[@andersk]: https://github.com/andersk [@andersk]: https://github.com/andersk
[@Andersos]: https://github.com/Andersos [@Andersos]: https://github.com/Andersos
[@AndrewLeedham]: https://github.com/AndrewLeedham [@AndrewLeedham]: https://github.com/AndrewLeedham


+ 1
- 1
mustache.js 파일 보기

@@ -666,7 +666,7 @@


var mustache = { var mustache = {
name: 'mustache.js', name: 'mustache.js',
version: '4.0.0',
version: '4.0.1',
tags: [ '{{', '}}' ], tags: [ '{{', '}}' ],
clearCache: undefined, clearCache: undefined,
escape: undefined, escape: undefined,


+ 1
- 1
mustache.js.nuspec 파일 보기

@@ -2,7 +2,7 @@
<package > <package >
<metadata> <metadata>
<id>mustache.js</id> <id>mustache.js</id>
<version>4.0.0</version>
<version>4.0.1</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
mustache.mjs 파일 보기

@@ -659,7 +659,7 @@ Writer.prototype.rawValue = function rawValue (token) {


var mustache = { var mustache = {
name: 'mustache.js', name: 'mustache.js',
version: '4.0.0',
version: '4.0.1',
tags: [ '{{', '}}' ], tags: [ '{{', '}}' ],
clearCache: undefined, clearCache: undefined,
escape: undefined, escape: undefined,


+ 1
- 1
package-lock.json 파일 보기

@@ -1,6 +1,6 @@
{ {
"name": "mustache", "name": "mustache",
"version": "4.0.0",
"version": "4.0.1",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {


+ 1
- 1
package.json 파일 보기

@@ -1,6 +1,6 @@
{ {
"name": "mustache", "name": "mustache",
"version": "4.0.0",
"version": "4.0.1",
"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>",
"homepage": "https://github.com/janl/mustache.js", "homepage": "https://github.com/janl/mustache.js",


불러오는 중...
취소
저장