Release version v1.5.1
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
.github/
|
||||
eustia/
|
||||
.idea/
|
||||
src/
|
||||
@@ -7,7 +8,7 @@ doc/
|
||||
/script/
|
||||
.editorconfig
|
||||
.eslintignore
|
||||
.eslintrc.json
|
||||
.eslintrc.js
|
||||
.gitignore
|
||||
.npmignore
|
||||
.prettierignore
|
||||
|
||||
@@ -1,3 +1,12 @@
|
||||
## v1.5.1 (18 Aug 2018)
|
||||
|
||||
* Fix uglifyjs unicode escape [#69](https://github.com/liriliri/eruda/issues/69)
|
||||
* Update icons, use [iconfont](http://www.iconfont.cn) instead of [icomoon](https://icomoon.io/)
|
||||
* Show custom request headers [#78](https://github.com/liriliri/eruda/pull/78)
|
||||
* Add get api to info panel [#83](https://github.com/liriliri/eruda/issues/83)
|
||||
* Fix responseType json error [#82](https://github.com/liriliri/eruda/issues/82)
|
||||
* Support console lazy evaluation
|
||||
|
||||
## v1.5.0 (19 Jun 2018)
|
||||
|
||||
* Use shadow dom to encapsulate css
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "eruda",
|
||||
"version": "1.5.0",
|
||||
"version": "1.5.1",
|
||||
"description": "Console for Mobile Browsers",
|
||||
"main": "eruda.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user