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+
16<a name =" 3.0.0-alpha8 " ></a >
27### 3.0.0-alpha8 (2016-10-30)
38
Original file line number Diff line number Diff line change 11{
22 "name" : " wp-api-angular" ,
3- "version" : " 3.0.0-alpha8 " ,
3+ "version" : " 3.0.0-alpha9 " ,
44 "description" : " WordPress WP-API v2 client for Angular2" ,
55 "main" : " wp-api-angular.js" ,
66 "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';
22
33// Need to import interfaces dependencies
44// 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' ;
88
99import { WpApiParent } from './Parent' ;
1010
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ import { Injectable } from '@angular/core';
22
33// Need to import interfaces dependencies
44// 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' ;
88
99import { WpApiParent } from './Parent' ;
1010
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ import { Injectable } from '@angular/core';
22
33// Need to import interfaces dependencies
44// 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' ;
88
99import { WpApiParent } from './Parent' ;
1010
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ import { Injectable } from '@angular/core';
22
33// Need to import interfaces dependencies
44// 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' ;
88
99import { WpApiParent } from './Parent' ;
1010
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ import { Http } from '@angular/http';
33
44// Need to import interfaces dependencies
55// 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' ;
99
1010import { WpApiAppConfig } from './wp-api-angular' ;
1111
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ import { Injectable } from '@angular/core';
22
33// Need to import interfaces dependencies
44// 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' ;
88
99import { WpApiParent } from './Parent' ;
1010
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ import { Injectable } from '@angular/core';
22
33// Need to import interfaces dependencies
44// 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' ;
88
99import { WpApiParent } from './Parent' ;
1010
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ import { Injectable } from '@angular/core';
22
33// Need to import interfaces dependencies
44// 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' ;
88
99import { WpApiParent } from './Parent' ;
1010
You can’t perform that action at this time.
0 commit comments