File tree Expand file tree Collapse file tree 15 files changed +47
-44
lines changed Expand file tree Collapse file tree 15 files changed +47
-44
lines changed Original file line number Diff line number Diff line change
1
+ <a name =" 3.0.0-beta1 " ></a >
2
+ ### 3.0.0-beta1 (2016-11-14)
3
+
4
+ Remove ` d.ts ` extensions < https://github.com/shprink/wp-api-angular/issues/15 >
5
+
1
6
<a name =" 3.0.0-alpha8 " ></a >
2
7
### 3.0.0-alpha8 (2016-10-30)
3
8
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " wp-api-angular" ,
3
- "version" : " 3.0.0-alpha8 " ,
3
+ "version" : " 3.0.0-alpha9 " ,
4
4
"description" : " WordPress WP-API v2 client for Angular2" ,
5
5
"main" : " wp-api-angular.js" ,
6
6
"typings" : " wp-api-angular.d.ts" ,
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ import { Injectable } from '@angular/core';
2
2
3
3
// Need to import interfaces dependencies
4
4
// Bug TypeScript https://github.com/Microsoft/TypeScript/issues/5938
5
- import { Observable } from 'rxjs/Observable.d.ts ' ;
6
- import { RequestOptionsArgs } from '@angular/http/src/interfaces.d.ts ' ;
7
- import { Response } from '@angular/http/src/static_response.d.ts ' ;
5
+ import { Observable } from 'rxjs/Observable' ;
6
+ import { RequestOptionsArgs } from '@angular/http/src/interfaces' ;
7
+ import { Response } from '@angular/http/src/static_response' ;
8
8
9
9
import { WpApiParent } from './Parent' ;
10
10
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ import { Injectable } from '@angular/core';
2
2
3
3
// Need to import interfaces dependencies
4
4
// Bug TypeScript https://github.com/Microsoft/TypeScript/issues/5938
5
- import { Observable } from 'rxjs/Observable.d.ts ' ;
6
- import { RequestOptionsArgs } from '@angular/http/src/interfaces.d.ts ' ;
7
- import { Response } from '@angular/http/src/static_response.d.ts ' ;
5
+ import { Observable } from 'rxjs/Observable' ;
6
+ import { RequestOptionsArgs } from '@angular/http/src/interfaces' ;
7
+ import { Response } from '@angular/http/src/static_response' ;
8
8
9
9
import { WpApiParent } from './Parent' ;
10
10
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ import { Injectable } from '@angular/core';
2
2
3
3
// Need to import interfaces dependencies
4
4
// Bug TypeScript https://github.com/Microsoft/TypeScript/issues/5938
5
- import { Observable } from 'rxjs/Observable.d.ts ' ;
6
- import { RequestOptionsArgs } from '@angular/http/src/interfaces.d.ts ' ;
7
- import { Response } from '@angular/http/src/static_response.d.ts ' ;
5
+ import { Observable } from 'rxjs/Observable' ;
6
+ import { RequestOptionsArgs } from '@angular/http/src/interfaces' ;
7
+ import { Response } from '@angular/http/src/static_response' ;
8
8
9
9
import { WpApiParent } from './Parent' ;
10
10
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ import { Injectable } from '@angular/core';
2
2
3
3
// Need to import interfaces dependencies
4
4
// Bug TypeScript https://github.com/Microsoft/TypeScript/issues/5938
5
- import { Observable } from 'rxjs/Observable.d.ts ' ;
6
- import { RequestOptionsArgs } from '@angular/http/src/interfaces.d.ts ' ;
7
- import { Response } from '@angular/http/src/static_response.d.ts ' ;
5
+ import { Observable } from 'rxjs/Observable' ;
6
+ import { RequestOptionsArgs } from '@angular/http/src/interfaces' ;
7
+ import { Response } from '@angular/http/src/static_response' ;
8
8
9
9
import { WpApiParent } from './Parent' ;
10
10
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ import { Http } from '@angular/http';
3
3
4
4
// Need to import interfaces dependencies
5
5
// Bug TypeScript https://github.com/Microsoft/TypeScript/issues/5938
6
- import { Observable } from 'rxjs/Observable.d.ts ' ;
7
- import { RequestOptionsArgs } from '@angular/http/src/interfaces.d.ts ' ;
8
- import { Response } from '@angular/http/src/static_response.d.ts ' ;
6
+ import { Observable } from 'rxjs/Observable' ;
7
+ import { RequestOptionsArgs } from '@angular/http/src/interfaces' ;
8
+ import { Response } from '@angular/http/src/static_response' ;
9
9
10
10
import { WpApiAppConfig } from './wp-api-angular' ;
11
11
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ import { Injectable } from '@angular/core';
2
2
3
3
// Need to import interfaces dependencies
4
4
// Bug TypeScript https://github.com/Microsoft/TypeScript/issues/5938
5
- import { Observable } from 'rxjs/Observable.d.ts ' ;
6
- import { RequestOptionsArgs } from '@angular/http/src/interfaces.d.ts ' ;
7
- import { Response } from '@angular/http/src/static_response.d.ts ' ;
5
+ import { Observable } from 'rxjs/Observable' ;
6
+ import { RequestOptionsArgs } from '@angular/http/src/interfaces' ;
7
+ import { Response } from '@angular/http/src/static_response' ;
8
8
9
9
import { WpApiParent } from './Parent' ;
10
10
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ import { Injectable } from '@angular/core';
2
2
3
3
// Need to import interfaces dependencies
4
4
// Bug TypeScript https://github.com/Microsoft/TypeScript/issues/5938
5
- import { Observable } from 'rxjs/Observable.d.ts ' ;
6
- import { RequestOptionsArgs } from '@angular/http/src/interfaces.d.ts ' ;
7
- import { Response } from '@angular/http/src/static_response.d.ts ' ;
5
+ import { Observable } from 'rxjs/Observable' ;
6
+ import { RequestOptionsArgs } from '@angular/http/src/interfaces' ;
7
+ import { Response } from '@angular/http/src/static_response' ;
8
8
9
9
import { WpApiParent } from './Parent' ;
10
10
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ import { Injectable } from '@angular/core';
2
2
3
3
// Need to import interfaces dependencies
4
4
// Bug TypeScript https://github.com/Microsoft/TypeScript/issues/5938
5
- import { Observable } from 'rxjs/Observable.d.ts ' ;
6
- import { RequestOptionsArgs } from '@angular/http/src/interfaces.d.ts ' ;
7
- import { Response } from '@angular/http/src/static_response.d.ts ' ;
5
+ import { Observable } from 'rxjs/Observable' ;
6
+ import { RequestOptionsArgs } from '@angular/http/src/interfaces' ;
7
+ import { Response } from '@angular/http/src/static_response' ;
8
8
9
9
import { WpApiParent } from './Parent' ;
10
10
You can’t perform that action at this time.
0 commit comments