jscs-config-seegno
Advanced tools
Comparing version 2.0.0 to 2.0.1
# Changelog | ||
## [2.0.0](https://github.com/seegno/jscs-config-seegno/tree/2.0.0) (2016-03-31) | ||
[Full Changelog](https://github.com/seegno/jscs-config-seegno/compare/1.1.0...2.0.0) | ||
## [2.0.1](https://github.com/seegno/jscs-config-seegno/tree/2.0.1) (2016-07-18) | ||
[Full Changelog](https://github.com/seegno/jscs-config-seegno/compare/2.0.0...2.0.1) | ||
**Implemented enhancements:** | ||
**Merged pull requests:** | ||
- False positives for requireSqlTemplateInQueryFunction [\#13](https://github.com/seegno/jscs-config-seegno/issues/13) | ||
- Export as preset instead of plugin [\#20](https://github.com/seegno/jscs-config-seegno/pull/20) ([ruimarinho](https://github.com/ruimarinho)) | ||
- Replace `requireSqlTemplateInQueryFunction` rule [\#14](https://github.com/seegno/jscs-config-seegno/pull/14) ([ruiquelhas](https://github.com/ruiquelhas)) | ||
- Add deprecation notice [\#29](https://github.com/seegno/jscs-config-seegno/pull/29) ([ruiquelhas](https://github.com/ruiquelhas)) | ||
**Fixed bugs:** | ||
## [2.0.0](https://github.com/seegno/jscs-config-seegno/tree/2.0.0) (2016-03-31) | ||
[Full Changelog](https://github.com/seegno/jscs-config-seegno/compare/1.1.0...2.0.0) | ||
- Required new line before `typeof` [\#15](https://github.com/seegno/jscs-config-seegno/issues/15) | ||
**Closed issues:** | ||
- Installing should package [\#22](https://github.com/seegno/jscs-config-seegno/issues/22) | ||
- Remove `jscs` dependency [\#2](https://github.com/seegno/jscs-config-seegno/issues/2) | ||
**Merged pull requests:** | ||
- Update documentation [\#23](https://github.com/seegno/jscs-config-seegno/pull/23) ([ruiquelhas](https://github.com/ruiquelhas)) | ||
- Export as preset instead of plugin [\#20](https://github.com/seegno/jscs-config-seegno/pull/20) ([ruimarinho](https://github.com/ruimarinho)) | ||
- Update license to MIT [\#19](https://github.com/seegno/jscs-config-seegno/pull/19) ([ruimarinho](https://github.com/ruimarinho)) | ||
- Update node engine constraint style [\#18](https://github.com/seegno/jscs-config-seegno/pull/18) ([ruimarinho](https://github.com/ruimarinho)) | ||
- Remove rule requiring new line before `typeof` [\#16](https://github.com/seegno/jscs-config-seegno/pull/16) ([ruiquelhas](https://github.com/ruiquelhas)) | ||
- Replace `requireSqlTemplateInQueryFunction` rule [\#14](https://github.com/seegno/jscs-config-seegno/pull/14) ([ruiquelhas](https://github.com/ruiquelhas)) | ||
@@ -31,13 +25,2 @@ ## [1.1.0](https://github.com/seegno/jscs-config-seegno/tree/1.1.0) (2015-12-03) | ||
**Fixed bugs:** | ||
- Fix issue in padding newlines before keywords rule [\#4](https://github.com/seegno/jscs-config-seegno/issues/4) | ||
- Update `requirePaddingNewlinesBeforeKeywords` rule [\#7](https://github.com/seegno/jscs-config-seegno/pull/7) ([ruiquelhas](https://github.com/ruiquelhas)) | ||
- Remove require padding before `finally` [\#6](https://github.com/seegno/jscs-config-seegno/pull/6) ([ruiquelhas](https://github.com/ruiquelhas)) | ||
**Closed issues:** | ||
- Normalize YAML sequence format [\#11](https://github.com/seegno/jscs-config-seegno/issues/11) | ||
- Remove `requireCurlyBraces` Case statement without curly braces [\#9](https://github.com/seegno/jscs-config-seegno/issues/9) | ||
**Merged pull requests:** | ||
@@ -47,2 +30,4 @@ | ||
- Remove curly brace requirement for switch/case [\#10](https://github.com/seegno/jscs-config-seegno/pull/10) ([ruiquelhas](https://github.com/ruiquelhas)) | ||
- Update `requirePaddingNewlinesBeforeKeywords` rule [\#7](https://github.com/seegno/jscs-config-seegno/pull/7) ([ruiquelhas](https://github.com/ruiquelhas)) | ||
- Remove require padding before `finally` [\#6](https://github.com/seegno/jscs-config-seegno/pull/6) ([ruiquelhas](https://github.com/ruiquelhas)) | ||
@@ -52,3 +37,3 @@ ## [1.0.1](https://github.com/seegno/jscs-config-seegno/tree/1.0.1) (2015-11-05) | ||
**Fixed bugs:** | ||
**Merged pull requests:** | ||
@@ -55,0 +40,0 @@ - Fix object key order validation rule [\#5](https://github.com/seegno/jscs-config-seegno/pull/5) ([nunofgs](https://github.com/nunofgs)) |
{ | ||
"name": "jscs-config-seegno", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Seegno-flavored JSCS config.", | ||
@@ -5,0 +5,0 @@ "main": "src/presets/seegno.json", |
@@ -0,1 +1,3 @@ | ||
# Deprecated. JSCS is moving to the ESLint team. Use [eslint-config-seegno](https://github.com/seegno/eslint-config-seegno) with ESLint. | ||
# jscs-config-seegno | ||
@@ -2,0 +4,0 @@ Seegno-flavored JSCS config. |
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
171
0
22723