Skip to content
This repository was archived by the owner on Jul 11, 2019. It is now read-only.

Commit 8273342

Browse files
committed
Bumped version to 2.2, updated changelog.
1 parent 1659a44 commit 8273342

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2.2
2+
- learn more about privacy when using Clockwork extensions - https://underground.works/clockwork/docs/extension-privacy
3+
- added support for displaying route middleware (thanks Vercoutere)
4+
- fixed not being able to load metadata if the url contains hash
5+
- updated to latest Angular 1.x
6+
17
2.1
28
- added "preserve log" feature (works similar as in the Dev Tools network tab)
39
- improved requests list behavior, requests are now shown in loading state while we are loading metadata, error message is shown if metadata fails to load

Clockwork Chrome/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 2,
33
"name": "Clockwork",
4-
"version": "2.1",
4+
"version": "2.2",
55

66
"description": "php dev tools integrated to your browser",
77
"homepage_url": "https://github.com/itsgoingd/clockwork-chrome",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "clockwork",
3-
"version": "2.1",
3+
"version": "2.2",
44
"description": "php dev tools integrated to your browser",
55
"scripts": {
66
"build": "node-sass \"Clockwork Chrome/assets/stylesheets/panel.scss\" \"Clockwork Chrome/assets/stylesheets/panel.css\"",

0 commit comments

Comments
 (0)