Jason Choi
42a5b6cbda
chore(testing): upgrade ts-api-guardian to 0.1.3
2016-06-23 18:19:32 -07:00
Jeff Cross
7733c97df3
build(npm): update conventional-changelog dependency
...
Fixes #5672
2016-06-23 17:35:57 -07:00
Jason Choi
249a6bdd98
test: upgrade ts-api-guardian to v0.1.2
2016-06-23 14:26:40 -07:00
Marc Laval
9decc3d823
build: fix some issues on Windows platforms
...
Closes #9450
2016-06-23 10:46:01 +02:00
Igor Minar
bdbbe5aa20
chore(release): 2.0.0-rc.3
2016-06-21 16:34:48 -07:00
Victor Berchet
6fd52dfb38
build(npm): update ts-api-guardian to v0.0.4 ( #9366 )
2016-06-20 09:32:27 -07:00
Igor Minar
2b1ac63e3a
npm: bump the version number in package.json
...
this version string is currently not authoritative source see #9264 and #9233
2016-06-16 09:57:44 -07:00
Alex Eagle
bbed364e7b
chore(tsc-wrapped): update to newest tsickle
2016-06-09 16:45:16 -07:00
Alex Eagle
7aa1790874
fix(travis): pin the version of tsickle for offline_compiler_test
2016-06-07 17:16:26 -07:00
Igor Minar
c9b71fb5e2
test: add lots of missing stuff to the public_api_spec
...
- many entry points were previously missing (e.g. all testing entry points, http, etc)
- upgrade ts-api-guardian to 0.0.3 that adds support for more api surface
- add all info to the spec that was surfaced by ts-api-guardian@0.0.3
2016-06-01 10:43:22 -07:00
Alex Eagle
5f999225ba
chore(lint): upgrade tslint and its gulp plugin
2016-05-27 09:17:08 -07:00
kurthong
263122ea5f
upgrade karma to v0.13.20 due to 'invalid characters in the headers on Node 5.6.0'( #1884 ) issue
...
Closes #7885
2016-05-26 12:12:35 -07:00
Igor Minar
a20639558b
npm: invoke webdriver-manager update after install
2016-05-25 16:51:30 -07:00
Igor Minar
b9347eb01c
build: remove dependency on tsd and use @types/* instead
2016-05-25 16:42:28 -07:00
Igor Minar
e26e4f922e
build(npm): trigger tsd install from npm postinstall
2016-05-25 08:24:59 -07:00
Thierry Templier
276fec6e50
build(serve): added cors support for the js.server task
...
Added and used the cors middleware:
- add the module as a dev depedency in the package.json file
- require the module in the jsserve.js file
- add the module in the middleware list
Closes #7273
Closes #7274
2016-05-24 12:00:40 -07:00
Austin
01b9de7a15
Bump reflect-metadata to 0.1.3
...
Closes #7663
2016-05-23 16:40:24 -07:00
Igor Minar
c574e6808f
build: update to rollup@0.26.3 and remove a hack from the build
2016-05-20 11:00:49 -07:00
Pawel Kozlowski
05266241af
build(npm): short-circuit npm install if node_modules are healthy
...
Closes #8627
2016-05-13 22:07:41 +02:00
Tobias Bosch
8f8c017882
chore: remove angular2-template-compiler from package.json
...
Closes #8429
2016-05-03 16:25:55 -07:00
Igor Minar
6eac4b68bc
build: bump to rc.1 in package.json
2016-05-03 15:28:45 -06:00
Igor Minar
18b6a55764
build: update publish scripts and package.json
2016-05-02 20:45:05 -06:00
Tobias Bosch
7db911fdd4
chore: update to tsickle 0.1.2
2016-05-01 23:40:59 -07:00
Alex Eagle
3ae856ab8b
build(tsc): Use angular2-template-compiler in place of tsc
...
This lets us down-level Decorators with tsickle and produce .metadata.json
files for users to reference when offline-compiling their app.
2016-05-01 23:40:59 -07:00
Alex Eagle
c4be30d2e8
Revert "build(tsc): Use angular2-template-compiler in place of tsc"
...
This reverts commit 3d25294f706e0fd6224b20372be1e961959c0af8.
2016-05-01 20:51:00 -07:00
Alex Eagle
57240c85a5
build(tsc): Use angular2-template-compiler in place of tsc
...
This gives us tsickle pre-processing of Decorators, and produces
.metadata.json files for users to consume in their offline compilation.
2016-05-01 20:51:00 -07:00
Igor Minar
a66cdb469f
repackaging: all the repackaging changes squashed
2016-05-01 20:51:00 -07:00
Tobias Bosch
4e2c68354e
chore: update ts2dart to 0.9.10
2016-04-30 19:47:54 +00:00
Misko Hevery
d2527b504a
chore: upgrade to ts2dart@0.9.9
2016-04-29 16:53:49 -07:00
Alex Eagle
33e53c9a59
chore(compiler): add dependency on tsickle
...
This tool lets us re-write TypeScript sources before entering the emit pipeline.
For example, we lower Decorators to the tree-shakable Annotation form.
2016-04-28 21:55:18 -07:00
Martin Probst
c79e657fcd
chore(release): bump version to 2.0.0-beta.17.
2016-04-28 11:39:20 -07:00
Jeff Cross
b62bccf254
build(npm): update rxjs to 5.0.0-beta.6
...
Closes #6871
Closes #8047
2016-04-26 21:16:37 +00:00
Rado Kirov
2c8371654a
chore(release): bump version to beta.16
2016-04-25 21:48:58 -07:00
Vikram Subramanian
6103aa0a46
fix(release): Fix the package.json zone.js requirement to 0.6.12
2016-04-25 15:10:06 -07:00
Julie Ralph
8490921fb3
feat(tests): manage asynchronous tests using zones
...
Instead of using injectAsync and returning a promise, use the `async` function
to wrap tests. This will run the test inside a zone which does not complete
the test until all asynchronous tasks have been completed.
`async` may be used with the `inject` function, or separately.
BREAKING CHANGE:
`injectAsync` is now deprecated. Instead, use the `async` function
to wrap any asynchronous tests.
Before:
```
it('should wait for returned promises', injectAsync([FancyService], (service) => {
return service.getAsyncValue().then((value) => { expect(value).toEqual('async value'); });
}));
it('should wait for returned promises', injectAsync([], () => {
return somePromise.then(() => { expect(true).toEqual(true); });
}));
```
After:
```
it('should wait for returned promises', async(inject([FancyService], (service) => {
service.getAsyncValue().then((value) => { expect(value).toEqual('async value'); });
})));
// Note that if there is no injection, we no longer need `inject` OR `injectAsync`.
it('should wait for returned promises', async(() => {
somePromise.then() => { expect(true).toEqual(true); });
}));
```
Closes #7735
2016-04-18 15:59:07 -07:00
Alex Rickabaugh
bb62905bef
chore(release): bump version to beta.15
2016-04-13 14:39:17 -07:00
Alex Eagle
3412aba46e
feat(typescript): update to 1.9 nightly.
...
To workaround https://github.com/Microsoft/TypeScript/issues/7573
we must remove the readonly keyword from generated .d.ts files.
This solution will not scale, but will probably buy enough time to require our users move to a 2.0 beta.
Closes #8003
2016-04-13 18:54:58 +00:00
Felix Itzenplitz
27cf897239
chore: upgrade zone.js to v0.6.10
...
Closes #7818
Closes #7721
Closes #7888
2016-04-11 21:03:59 +00:00
Alex Eagle
9a1959f77a
build(tslint): re-enable linter and fix violations
...
fixes #7798
Closes #7800
2016-04-07 23:11:02 +00:00
Jeff Cross
cfa1d17afe
chore(release): bump version to beta.14
2016-04-07 10:09:46 -07:00
Kara Erickson
9dec4c7485
chore(release): bump version to beta.13
2016-03-30 17:21:51 -07:00
Jeremy Elbourn
0898bca939
chore: bump version to beta.12 w/ changelog
2016-03-23 15:56:38 -07:00
Misko Hevery
d940387beb
chore: upgrade zone.js to v0.6.6
...
Closes #7730
Closes #7737
2016-03-23 20:48:23 +00:00
Misko Hevery
bf911fc992
chore: upgrade zone.js@0.6.5
...
Closes #7700
2016-03-22 08:21:10 -07:00
Igor Minar
8b67b07580
fix(package.json): remove es6-promise from the peerDependency list
...
As of zone.js@0.6* we no longer require an es6-promise polyfill. The polyfill is only needed on browsers that don't
have native Promise support.
2016-03-22 01:53:35 +00:00
Jeremy Elbourn
c194f6695d
chore: bump version to beta.11 w/ changelog
2016-03-18 14:42:31 -07:00
Misko Hevery
a5e6eaaebc
chore: upgrade es6-shim to v0.35.0
...
Closes #7653
2016-03-18 13:16:15 -07:00
Evan Martin
3bd87147ab
chore(release): bump version to beta.10
2016-03-17 15:06:27 -07:00
Misko Hevery
310620fd12
chore: upgrade to new Zone.js API v0.6.2
...
BREAKING CHANGE
Removed deprecated API from NgZone
- `NgZone.overrideOnTurnStart`
- `NgZone.overrideOnTurnDone`
- `NgZone.overrideOnEventDone`
- `NgZone.overrideOnErrorHandler`
Rename NgZone API
- `NgZone.onTurnStart` => `NgZone.onUnstable`
- `NgZone.onTurnDone` => `NgZone.onMicrotaskEmpty`
- `NgZone.onEventDone` => `NgZone.onStable`
Closes #7345
2016-03-16 18:05:09 +00:00
Vikram Subramanian
b5c769e1e4
chore(release): bump version to beta.9
2016-03-09 14:38:23 -08:00