We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4ac5b9 commit c9ae57eCopy full SHA for c9ae57e
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Change Log
2
3
+## v0.2.0-beta.5
4
+**Bugfixes:**
5
+- Fix tsc noUnusedParameters validation
6
+- Remove unnecessary console output, fixes #72
7
+- Added relative route paths, fixes #79
8
+
9
## v0.2.0-beta.4
10
**Breaking Changes:**
11
- Changed name of `.sendHttpRequest()` method to `.request()`
package.json
@@ -1,6 +1,6 @@
{
"name": "angular2-token",
- "version": "0.2.0-beta.4",
+ "version": "0.2.0-beta.5",
"description": "Angular2 service for token based authentication",
"main": "./angular2-token.js",
"typings": "./angular2-token.d.ts",
0 commit comments