Skip to content

Commit

Permalink
Show file tree
Hide file tree
Showing 46 changed files with 274 additions and 83 deletions.
8 changes: 8 additions & 0 deletions packages/nightingale-ansi-formatter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.2.2](https://github.com/christophehurpeau/nightingale/compare/[email protected]@4.2.2) (2019-05-01)

**Note:** Version bump only for package nightingale-ansi-formatter





## [4.2.1](https://github.com/christophehurpeau/nightingale/compare/[email protected]@4.2.1) (2019-04-05)

**Note:** Version bump only for package nightingale-ansi-formatter
Expand Down
6 changes: 3 additions & 3 deletions packages/nightingale-ansi-formatter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nightingale-ansi-formatter",
"version": "4.2.1",
"version": "4.2.2",
"description": "Nightingale ANSI formatter",
"keywords": ["nightingale", "nightingale-formatter"],
"author": "Christophe Hurpeau <[email protected]> (http://christophe.hurpeau.com/)",
Expand Down Expand Up @@ -48,8 +48,8 @@
"dependencies": {
"@types/ansi-styles": "^3.2.1",
"ansi-styles": "^3.2.1",
"nightingale-formatter": "^5.2.1",
"nightingale-types": "^2.2.1"
"nightingale-formatter": "^5.2.2",
"nightingale-types": "^2.2.2"
},
"devDependencies": {
"@babel/core": "7.4.4",
Expand Down
8 changes: 8 additions & 0 deletions packages/nightingale-app-console/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.2.3](https://github.com/christophehurpeau/nightingale/compare/[email protected]@3.2.3) (2019-05-01)

**Note:** Version bump only for package nightingale-app-console





## [3.2.2](https://github.com/christophehurpeau/nightingale/compare/[email protected]@3.2.2) (2019-04-05)

**Note:** Version bump only for package nightingale-app-console
Expand Down
8 changes: 4 additions & 4 deletions packages/nightingale-app-console/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nightingale-app-console",
"version": "3.2.2",
"version": "3.2.3",
"description": "nightingale default config and logger for app",
"keywords": [],
"author": "Christophe Hurpeau <[email protected]> (https://christophe.hurpeau.com)",
Expand Down Expand Up @@ -40,9 +40,9 @@
"arrowParens": "always"
},
"dependencies": {
"nightingale": "^9.2.2",
"nightingale-browser-console": "^4.2.1",
"nightingale-console": "^5.2.1",
"nightingale": "^9.2.3",
"nightingale-browser-console": "^4.2.2",
"nightingale-console": "^6.0.0",
"source-map-support": "^0.4.14"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/nightingale-browser-console-formatter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.2.2](https://github.com/christophehurpeau/nightingale/compare/nightingale-browser-console-formatter@[email protected]) (2019-05-01)

**Note:** Version bump only for package nightingale-browser-console-formatter





## [4.2.1](https://github.com/christophehurpeau/nightingale/compare/nightingale-browser-console-formatter@[email protected]) (2019-04-05)

**Note:** Version bump only for package nightingale-browser-console-formatter
Expand Down
8 changes: 4 additions & 4 deletions packages/nightingale-browser-console-formatter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nightingale-browser-console-formatter",
"version": "4.2.1",
"version": "4.2.2",
"description": "Nightingale Browser console formatter",
"keywords": ["nightingale", "nightingale-formatter"],
"author": "Christophe Hurpeau <[email protected]> (http://christophe.hurpeau.com/)",
Expand Down Expand Up @@ -55,8 +55,8 @@
}
},
"dependencies": {
"nightingale-formatter": "^5.2.1",
"nightingale-types": "^2.2.1"
"nightingale-formatter": "^5.2.2",
"nightingale-types": "^2.2.2"
},
"devDependencies": {
"@babel/core": "7.4.4",
Expand All @@ -69,7 +69,7 @@
"babel-preset-modern-browsers": "14.0.0",
"eslint": "5.16.0",
"jest": "24.7.1",
"nightingale-levels": "^4.2.1",
"nightingale-levels": "^4.2.2",
"pob-babel": "23.16.0",
"pob-lcov-reporter": "1.2.0",
"prettier": "1.17.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/nightingale-browser-console/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.2.2](https://github.com/christophehurpeau/nightingale/compare/[email protected]@4.2.2) (2019-05-01)

**Note:** Version bump only for package nightingale-browser-console





## [4.2.1](https://github.com/christophehurpeau/nightingale/compare/[email protected]@4.2.1) (2019-04-05)

**Note:** Version bump only for package nightingale-browser-console
Expand Down
10 changes: 5 additions & 5 deletions packages/nightingale-browser-console/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nightingale-browser-console",
"version": "4.2.1",
"version": "4.2.2",
"description": "Browser console handler for nightingale",
"keywords": ["nightingale", "nightingale-handler"],
"author": "Christophe Hurpeau <[email protected]> (http://christophe.hurpeau.com/)",
Expand Down Expand Up @@ -35,10 +35,10 @@
"arrowParens": "always"
},
"dependencies": {
"nightingale-browser-console-formatter": "^4.2.1",
"nightingale-console-output": "^4.2.1",
"nightingale-debug": "^5.2.1",
"nightingale-types": "^2.2.1"
"nightingale-browser-console-formatter": "^4.2.2",
"nightingale-console-output": "^4.2.2",
"nightingale-debug": "^5.2.2",
"nightingale-types": "^2.2.2"
},
"devDependencies": {
"@babel/core": "7.4.4",
Expand Down
8 changes: 8 additions & 0 deletions packages/nightingale-console-example/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.2.3](https://github.com/christophehurpeau/nightingale/compare/[email protected]@2.2.3) (2019-05-01)

**Note:** Version bump only for package nightingale-console-example





## [2.2.2](https://github.com/christophehurpeau/nightingale/compare/[email protected]@2.2.2) (2019-04-05)

**Note:** Version bump only for package nightingale-console-example
Expand Down
6 changes: 3 additions & 3 deletions packages/nightingale-console-example/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nightingale-console-example",
"private": true,
"version": "2.2.2",
"version": "2.2.3",
"author": "Christophe Hurpeau <[email protected]> (https://christophe.hurpeau.com)",
"license": "ISC",
"repository": {
Expand Down Expand Up @@ -35,8 +35,8 @@
"arrowParens": "always"
},
"dependencies": {
"nightingale": "^9.2.2",
"nightingale-console": "^5.2.1"
"nightingale": "^9.2.3",
"nightingale-console": "^6.0.0"
},
"devDependencies": {
"@babel/core": "7.4.4",
Expand Down
8 changes: 8 additions & 0 deletions packages/nightingale-console-output/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.2.2](https://github.com/christophehurpeau/nightingale/compare/[email protected]@4.2.2) (2019-05-01)

**Note:** Version bump only for package nightingale-console-output





## [4.2.1](https://github.com/christophehurpeau/nightingale/compare/[email protected]@4.2.1) (2019-04-05)

**Note:** Version bump only for package nightingale-console-output
Expand Down
6 changes: 3 additions & 3 deletions packages/nightingale-console-output/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nightingale-console-output",
"version": "4.2.1",
"version": "4.2.2",
"description": "Nightingale console output",
"keywords": ["nightingale", "nightingale-output"],
"author": "Christophe Hurpeau <[email protected]> (http://christophe.hurpeau.com/)",
Expand Down Expand Up @@ -40,8 +40,8 @@
"arrowParens": "always"
},
"dependencies": {
"nightingale-levels": "^4.2.1",
"nightingale-types": "^2.2.1"
"nightingale-levels": "^4.2.2",
"nightingale-types": "^2.2.2"
},
"devDependencies": {
"@babel/core": "7.4.4",
Expand Down
16 changes: 16 additions & 0 deletions packages/nightingale-console/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [6.0.0](https://github.com/christophehurpeau/nightingale/compare/[email protected]@6.0.0) (2019-05-01)


### Features

* **nightingale-console:** add options and json when not tty ([c8baf84](https://github.com/christophehurpeau/nightingale/commit/c8baf84))


### BREAKING CHANGES

* **nightingale-console:** output json by default when process.stdout.isTty is false





## [5.2.1](https://github.com/christophehurpeau/nightingale/compare/[email protected]@5.2.1) (2019-04-05)

**Note:** Version bump only for package nightingale-console
Expand Down
12 changes: 6 additions & 6 deletions packages/nightingale-console/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nightingale-console",
"version": "5.2.1",
"version": "6.0.0",
"description": "Console handler for nightingale",
"keywords": ["nightingale", "nightingale-handler"],
"author": "Christophe Hurpeau <[email protected]> (http://christophe.hurpeau.com/)",
Expand Down Expand Up @@ -31,11 +31,11 @@
"arrowParens": "always"
},
"dependencies": {
"nightingale-ansi-formatter": "^4.2.1",
"nightingale-console-output": "^4.2.1",
"nightingale-debug": "^5.2.1",
"nightingale-json-formatter": "^4.2.1",
"nightingale-types": "^2.2.1"
"nightingale-ansi-formatter": "^4.2.2",
"nightingale-console-output": "^4.2.2",
"nightingale-debug": "^5.2.2",
"nightingale-json-formatter": "^4.2.2",
"nightingale-types": "^2.2.2"
},
"devDependencies": {
"@babel/core": "7.4.4",
Expand Down
8 changes: 8 additions & 0 deletions packages/nightingale-debug/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.2.2](https://github.com/christophehurpeau/nightingale/compare/[email protected]@5.2.2) (2019-05-01)

**Note:** Version bump only for package nightingale-debug





## [5.2.1](https://github.com/christophehurpeau/nightingale/compare/[email protected]@5.2.1) (2019-04-05)

**Note:** Version bump only for package nightingale-debug
Expand Down
4 changes: 2 additions & 2 deletions packages/nightingale-debug/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nightingale-debug",
"version": "5.2.1",
"version": "5.2.2",
"description": "Nightingale debug",
"keywords": ["logger"],
"author": "Christophe Hurpeau <[email protected]> (http://christophe.hurpeau.com/)",
Expand Down Expand Up @@ -55,7 +55,7 @@
}
},
"dependencies": {
"nightingale-levels": "^4.2.1"
"nightingale-levels": "^4.2.2"
},
"devDependencies": {
"@babel/core": "7.4.4",
Expand Down
8 changes: 8 additions & 0 deletions packages/nightingale-example/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.2.3](https://github.com/christophehurpeau/nightingale/compare/[email protected]@2.2.3) (2019-05-01)

**Note:** Version bump only for package nightingale-example





## [2.2.2](https://github.com/christophehurpeau/nightingale/compare/[email protected]@2.2.2) (2019-04-05)

**Note:** Version bump only for package nightingale-example
Expand Down
14 changes: 7 additions & 7 deletions packages/nightingale-example/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nightingale-example",
"private": true,
"version": "2.2.2",
"version": "2.2.3",
"author": "Christophe Hurpeau <[email protected]> (https://christophe.hurpeau.com)",
"license": "ISC",
"repository": {
Expand Down Expand Up @@ -43,12 +43,12 @@
"arrowParens": "always"
},
"dependencies": {
"nightingale": "^9.2.2",
"nightingale-console": "^5.2.1",
"nightingale-console-output": "^4.2.1",
"nightingale-json-formatter": "^4.2.1",
"nightingale-string": "^5.2.1",
"nightingale-types": "^2.2.1"
"nightingale": "^9.2.3",
"nightingale-console": "^6.0.0",
"nightingale-console-output": "^4.2.2",
"nightingale-json-formatter": "^4.2.2",
"nightingale-string": "^5.2.2",
"nightingale-types": "^2.2.2"
},
"devDependencies": {
"@babel/core": "7.4.4",
Expand Down
8 changes: 8 additions & 0 deletions packages/nightingale-formatter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.2.2](https://github.com/christophehurpeau/nightingale/compare/[email protected]@5.2.2) (2019-05-01)

**Note:** Version bump only for package nightingale-formatter





## [5.2.1](https://github.com/christophehurpeau/nightingale/compare/[email protected]@5.2.1) (2019-04-05)

**Note:** Version bump only for package nightingale-formatter
Expand Down
6 changes: 3 additions & 3 deletions packages/nightingale-formatter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nightingale-formatter",
"version": "5.2.1",
"version": "5.2.2",
"description": "Nightingale formatter",
"keywords": ["nightingale", "nightingale-formatter"],
"author": "Christophe Hurpeau <[email protected]> (http://christophe.hurpeau.com/)",
Expand Down Expand Up @@ -55,8 +55,8 @@
}
},
"dependencies": {
"nightingale-levels": "^4.2.1",
"nightingale-types": "^2.2.1"
"nightingale-levels": "^4.2.2",
"nightingale-types": "^2.2.2"
},
"devDependencies": {
"@babel/core": "7.4.4",
Expand Down
8 changes: 8 additions & 0 deletions packages/nightingale-html-formatter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.2.2](https://github.com/christophehurpeau/nightingale/compare/[email protected]@4.2.2) (2019-05-01)

**Note:** Version bump only for package nightingale-html-formatter





## [4.2.1](https://github.com/christophehurpeau/nightingale/compare/[email protected]@4.2.1) (2019-04-05)

**Note:** Version bump only for package nightingale-html-formatter
Expand Down
Loading

0 comments on commit 4ec56fd

Please sign in to comment.