Skip to content

Commit

Permalink
Bumped version and updated deps
Browse files Browse the repository at this point in the history
Also fixed some universial bugs
  • Loading branch information
niemyjski committed Jun 29, 2017
1 parent ff14e36 commit d67ccad
Show file tree
Hide file tree
Showing 14 changed files with 409 additions and 227 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The definition of the word exceptionless is: to be without exception. Exceptionl
## Show me the code! ##

```html
<script src="https://cdn.rawgit.com/exceptionless/Exceptionless.JavaScript/v1.4.3/dist/exceptionless.min.js"></script>
<script src="https://cdn.rawgit.com/exceptionless/Exceptionless.JavaScript/v1.5.0/dist/exceptionless.min.js"></script>
<script>
var client = exceptionless.ExceptionlessClient.default;
client.config.apiKey = 'API_KEY_HERE';
Expand Down Expand Up @@ -49,7 +49,7 @@ Use one of the following methods to install Exceptionless.js into your browser a
Add the following script to your page:

```html
<script src="https://cdn.rawgit.com/exceptionless/Exceptionless.JavaScript/v1.4.3/dist/exceptionless.min.js"></script>
<script src="https://cdn.rawgit.com/exceptionless/Exceptionless.JavaScript/v1.5.0/dist/exceptionless.min.js"></script>
```

- **Bower:**
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "exceptionless",
"version": "1.4.3",
"version": "1.5.0",
"description": "JavaScript client for Exceptionless",
"license": "Apache-2.0",
"main": "dist/exceptionless.js",
Expand Down
116 changes: 74 additions & 42 deletions dist/exceptionless.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/exceptionless.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/exceptionless.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/exceptionless.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/exceptionless.node.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d67ccad

Please sign in to comment.