Release version 1.5.3
This commit is contained in:
@@ -13,6 +13,7 @@ doc/
|
||||
.npmignore
|
||||
.prettierignore
|
||||
.travis.yml
|
||||
CHANGELOG.md
|
||||
prettier.config.js
|
||||
karma.conf.js
|
||||
karma.sauce.js
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
## v1.5.3 (2 Sep 2018)
|
||||
|
||||
* Add load dom plugin snippet
|
||||
* Disable highlight for invisible elements
|
||||
* Fix unexpected token \t in JSON
|
||||
* Add load orientation plugin snippet
|
||||
|
||||
## v1.5.2 (23 Aug 2018)
|
||||
|
||||
* Fix console show in sources panel
|
||||
|
||||
@@ -117,6 +117,7 @@ It is possible to enhance Eruda with more features by writing plugins. Check sou
|
||||
* [eruda-benchmark](https://github.com/liriliri/eruda-benchmark): Run JavaScript benchmarks.
|
||||
* [eruda-geolocation](https://github.com/liriliri/eruda-geolocation): Test geolocation.
|
||||
* [eruda-dom](https://github.com/liriliri/eruda-dom): Navigate dom tree.
|
||||
* [eruda-orientation](https://github.com/liriliri/eruda-orientation): Test orientation api.
|
||||
|
||||
When writing plugins, you can use utilities exposed by Eruda, see [docs](doc/UTIL_API.md) here.
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "eruda",
|
||||
"version": "1.5.2",
|
||||
"version": "1.5.3",
|
||||
"description": "Console for Mobile Browsers",
|
||||
"main": "eruda.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user