grunt-banana-checker
Advanced tools
Comparing version 0.3.0 to 0.4.0
# grunt-banana-checker Release History | ||
## v0.4.0 / 2015-10-06 | ||
* Make disallowUnusedTranslations default to false (Ed Sanders) | ||
* Make disallowDuplicateTranslations default to false (Ed Sanders) | ||
* build: Remove use of global grunt-cli (Timo Tijhof) | ||
* build: Add Node.js v0.12 and v4.0 (Timo Tijhof) | ||
* tests: Migrate Travis to container-based infrastructure (James D. Forrester) | ||
* readme: Add line break between images and h1 (Timo Tijhof) | ||
## v0.3.0 / 2015-09-01 | ||
@@ -4,0 +12,0 @@ * Fail if the target directory doesn't exist (James D. Forrester) |
{ | ||
"name": "grunt-banana-checker", | ||
"version": "0.3.0", | ||
"version": "0.4.0", | ||
"description": "A grunt checker for the \"banana\" JSON i18n system provided by MediaWiki and jquery.i18n", | ||
@@ -22,5 +22,5 @@ "scripts": { | ||
"homepage": "https://github.com/wikimedia/grunt-banana-checker", | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"grunt": "0.4.5", | ||
"grunt-cli": "0.1.13", | ||
"grunt-contrib-jshint": "0.11.2", | ||
@@ -27,0 +27,0 @@ "grunt-contrib-watch": "0.6.1", |
[![NPM version](https://badge.fury.io/js/grunt-banana-checker.svg)](http://badge.fury.io/js/grunt-banana-checker) [![Build Status](https://travis-ci.org/wikimedia/grunt-banana-checker.svg?branch=master)](https://travis-ci.org/wikimedia/grunt-banana-checker) | ||
grunt-banana-checker | ||
@@ -81,3 +82,3 @@ ==================== | ||
Type: `boolean` | ||
Default value: `true` | ||
Default value: `false` | ||
@@ -88,3 +89,3 @@ Whether to fail if any message is translated as identical to the original string. | ||
Type: `boolean` | ||
Default value: `true` | ||
Default value: `false` | ||
@@ -91,0 +92,0 @@ Whether to fail if any translated message isn't in the primary file. |
@@ -21,4 +21,4 @@ /*! | ||
disallowBlankTranslations: true, | ||
disallowDuplicateTranslations: true, | ||
disallowUnusedTranslations: true, | ||
disallowDuplicateTranslations: false, | ||
disallowUnusedTranslations: false, | ||
@@ -25,0 +25,0 @@ requireCompleteTranslationLanguages: [], |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
23238
144
0
5