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
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 1
- import { Observable } from 'rxjs/Observable.d.ts ' ;
2
- import { RequestOptionsArgs } from '@angular/http/src/interfaces.d.ts ' ;
3
- import { Response } from '@angular/http/src/static_response.d.ts ' ;
1
+ import { Observable } from 'rxjs/Observable' ;
2
+ import { RequestOptionsArgs } from '@angular/http/src/interfaces' ;
3
+ import { Response } from '@angular/http/src/static_response' ;
4
4
5
5
6
6
export interface IParent {
Original file line number Diff line number Diff line change @@ -8,17 +8,15 @@ var path = require('path'),
8
8
9
9
module . exports = {
10
10
entry : {
11
- aPolyfills : [
11
+ bundle : [
12
12
'core-js' ,
13
13
'reflect-metadata/Reflect.js' ,
14
- 'zone.js'
15
- ] ,
16
- bVendors : [
14
+ 'zone.js' ,
17
15
'@angular/core' ,
18
16
'rxjs' ,
19
- 'rxjs/add/operator/toPromise'
20
- ] ,
21
- cApp : path . join ( demoPath , 'index.ts' )
17
+ 'rxjs/add/operator/toPromise' ,
18
+ path . join ( demoPath , 'index.ts' )
19
+ ]
22
20
} ,
23
21
output : {
24
22
path : wwwPath ,
You can’t perform that action at this time.
0 commit comments