release: v1.6.0
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
## v1.6.0 (26 Sep 2019)
|
||||
|
||||
* feat: console group
|
||||
* fix: console style, width and height is forbidden
|
||||
* fix: regexp json view
|
||||
* chore: update fps and memory plugin version
|
||||
|
||||
## v1.5.8 (2 Aug 2019)
|
||||
|
||||
* fix: safeStorage undefined [#108](https://github.com/liriliri/eruda/issues/108)
|
||||
|
||||
@@ -26,7 +26,7 @@ let console = eruda.get('console');
|
||||
console.config.set('catchGlobalErr', true);
|
||||
```
|
||||
|
||||
### log, error, info, warn, dir, time/timeEnd, clear, count, assert, table
|
||||
### log, error, info, warn, dir, time/timeEnd, clear, count, assert, table, group/groupCollapsed/groupEnd
|
||||
|
||||
All these methods can be used in the same way as window.console object.
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "eruda",
|
||||
"version": "1.5.8",
|
||||
"version": "1.6.0",
|
||||
"description": "Console for Mobile Browsers",
|
||||
"main": "eruda.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user