We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cec1235 commit a98a238Copy full SHA for a98a238
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Change Log
2
3
+## v0.2.0-beta.4
4
+**Breaking Changes:**
5
+- Changed name of `.sendHttpRequest()` method to `.request()`
6
+**Featues:**
7
+- Added `RequestOptionsArgs` to all HTTP-Wrappers
8
+**Bugfixes:**
9
+- Fixed OAuth Implementation
10
+
11
## v0.2.0-beta.1
12
**Bugfixes:**
13
- Changed import order of BaseField to fix angular-cli import
package.json
@@ -1,6 +1,6 @@
{
"name": "angular2-token",
- "version": "0.2.0-beta.3",
+ "version": "0.2.0-beta.4",
"description": "Angular2 service for token based authentication",
"main": "./angular2-token.js",
"typings": "./angular2-token.d.ts",
0 commit comments