Skip to content

Commit

Permalink
feat(core): added ConsolePipe: "item | console" will output to console
Browse files Browse the repository at this point in the history
Examples:
"item | console : 'time' | mySpecialPipe | console : 'timeEnd'"
  • Loading branch information
thekiba committed Apr 3, 2019
1 parent 7364ce4 commit f03c1ed
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [6.0.12](https://github.com/ngxf/platform/compare/v6.0.11...v6.0.12) (2019-04-03)



## [6.0.11](https://github.com/ngxf/platform/compare/v6.0.10...v6.0.11) (2019-03-15)


Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "ngxf",
"version": "6.0.11",
"version": "6.0.12",
"scripts": {
"ng": "ng",
"tsc": "tsc",
"start": "ng serve",
"build": "ng build",
"build:all": "ng build platform --prod && ng build socketio --prod",
"test": "npx jest -c jest.json",
"lint": "ng lint",
"e2e": "ng e2e",
Expand Down
2 changes: 1 addition & 1 deletion projects/platform/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ngxf/platform",
"version": "6.0.11",
"version": "6.0.12",
"description": "NGXF - Non-State Management for Angular",
"keywords": [
"non-ngxs",
Expand Down
2 changes: 1 addition & 1 deletion projects/socketio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ngxf/socket.io",
"version": "6.0.11",
"version": "6.0.12",
"description": "NGXF - Non-State Management for Angular",
"keywords": [
"non-ngxs",
Expand Down

0 comments on commit f03c1ed

Please # to comment.