Igor Minar
1c40be26c6
release: cut the 4.4.7 release
2018-04-16 02:00:02 -06:00
George Kalpakas
1d9024ee9a
build: pin ChromeDriver version ( #20940 )
...
Since our version of Chromium is also pinned, a new ChromeDriver (that
drops support for our Chromium version) can cause random (and unrelated
to the corresponding changes) errors on CI.
This commit pins the version of ChromeDriver and it should now be
manually upgraded to a vrsion that is compatible with th currently used
Chromium version.
PR Close #20940
2018-02-11 21:18:03 +02:00
Tobias Bosch
86415223cb
release: cut the 4.4.6 release
2017-10-18 16:12:10 -07:00
Peter Bacon Darwin
b531d87580
ci: validate commit messages correctly when not on master ( #19720 )
...
PR Close #19720
2017-10-17 10:41:18 -07:00
Chuck Jazdzewski
df8e57dc5d
release: cut the 4.4.5 release
2017-10-12 10:07:33 -07:00
Alex Rickabaugh
d45e3aa433
fix(aio): downgrade yarn to 1.0.2 temporarily ( #19600 )
...
PR Close #19600
2017-10-10 15:58:43 -07:00
Olivier Combe
df91fd032d
build: update npm dependencies
2017-10-04 10:22:48 -07:00
Olivier Combe
2d5ef15e08
build: switch from npm to yarn
2017-10-04 10:22:48 -07:00
Victor Berchet
0a3753bcce
release: cut the 4.4.4 release
2017-09-28 12:13:13 -07:00
Igor Minar
e2e8ba6ffa
release: cut the 4.4.3 release
2017-09-19 15:22:05 -07:00
Igor Minar
351331a81b
ci: update yarn to 1.0.2 ( #19270 )
...
PR Close #19270
2017-09-19 13:53:09 -07:00
Igor Minar
49d122e560
release: cut the 4.4.2 release
2017-09-18 21:14:03 -07:00
Matias Niemelä
818f4a751e
release: cut the 4.4.1 release
2017-09-15 15:35:25 -07:00
Matias Niemelä
395ac510f7
release: cut the 4.4.0 release
2017-09-15 14:51:21 -07:00
Matias Niemelä
0bafd03e85
revert: test(packaging): added test for source map correctness
...
This reverts commit 86f7b4170c .
2017-09-15 11:55:29 -07:00
Kara Erickson
86f7b4170c
test(packaging): added test for source map correctness
2017-09-13 13:48:36 -04:00
Miško Hevery
8036d05412
release: cut the 4.4.0-RC.0 release
2017-09-01 23:49:51 -05:00
Miško Hevery
3853fff795
release: cut the 4.3.6 release
2017-08-23 14:59:49 -05:00
Hans Larsen
6076a8d7bb
release: cut the 4.3.5 release
2017-08-16 10:49:38 -07:00
Victor Berchet
0065868f37
release: cut the 4.3.4 release
2017-08-10 09:38:13 -07:00
Alex Rickabaugh
82798e9d04
release: cut the 4.3.3 release
2017-08-02 12:57:34 -07:00
Miško Hevery
c977994864
release: cut the 4.3.2 release
2017-07-27 15:51:46 -05:00
Alex Eagle
434ff5fecb
build: update bazel rules to latest ( #18289 )
2017-07-26 12:08:24 -05:00
Alex Rickabaugh
b1757037fb
release: cut the 4.3.1 release
2017-07-19 12:53:17 -07:00
Alex Rickabaugh
4fbb5b29ea
release: cut the 4.3.0 release
2017-07-14 12:50:40 -07:00
Georgios Kalpakas
b6aad07634
build: remove duplicate dependency on TypeScript
...
TypeScript was added as a dependency in 9a7f5d580 . I assume the intention was to
upgrade the existing devDependency instead.
2017-07-11 11:53:43 -07:00
Jason Aden
8928a58796
release: cut the 4.3.0-rc.0 release
2017-07-07 22:07:13 -07:00
Alex Rickabaugh
37797e2b4e
feat(common): new HttpClient API
...
HttpClient is an evolution of the existing Angular HTTP API, which exists
alongside of it in a separate package, @angular/common/http. This structure
ensures that existing codebases can slowly migrate to the new API.
The new API improves significantly on the ergonomics and features of the legacy
API. A partial list of new features includes:
* Typed, synchronous response body access, including support for JSON body types
* JSON is an assumed default and no longer needs to be explicitly parsed
* Interceptors allow middleware logic to be inserted into the pipeline
* Immutable request/response objects
* Progress events for both request upload and response download
* Post-request verification & flush based testing framework
2017-07-07 12:09:32 -07:00
Matias Niemelä
1cfe67dac4
release: cut the 4.3.0-beta.1 release
2017-06-29 14:38:52 -07:00
Hans Larsen
20a04f9076
release: cut the 4.3.0-beta.0 release
2017-06-21 17:16:04 -07:00
Miško Hevery
5ac3919259
feat(core): update zone.js to 0.8.12
2017-06-16 12:13:14 -07:00
Alex Rickabaugh
e95062d1df
release: cut the 4.2.2 release
2017-06-12 15:50:10 -07:00
Alex Rickabaugh
8575e3f71c
release: cut the 4.2.1 release
2017-06-09 16:04:09 -07:00
Alex Rickabaugh
8e5beb024f
release: cut the 4.2.0 release
2017-06-08 15:38:20 -07:00
Alex Eagle
5faf520067
build: Introduce Bazel build rules
...
So far this just compiles the core and common packages.
2017-06-05 11:18:20 -07:00
Victor Berchet
8e7a3f031b
release: cut the 4.2.0-rc.2 release
2017-06-01 14:25:19 -07:00
Chuck Jazdzewski
a1724f7816
release: cut the 4.2.0-rc.1 release
2017-05-26 14:32:20 -07:00
Jason Aden
fa809ec8cf
build: import tslib rather than output TS helpers ( #16901 )
2017-05-23 14:01:39 -06:00
Julie Ralph
85d4c4b82e
feat(core): update zone.js to 0.8.10 and expose the flush method ( #16860 )
...
`flush()` can now be used from within fakeAsync tests to simulate moving
time forward until all macrotask events have been cleared from the
event queue.
2017-05-22 12:19:21 -06:00
Jason Aden
9081f84543
release: cut the 4.2.0-rc.0 release
2017-05-19 15:54:52 -07:00
Chuck Jazdzewski
9a7f5d580f
ci: update build to use TypeScript 2.3.2 ( #16707 )
2017-05-16 13:29:38 -07:00
Jason Aden
0f0b9896b7
release: cut the 4.2.0-beta.1 release
2017-05-10 16:26:34 -07:00
Matias Niemelä
59d62bc5aa
release: cut the 4.2.0-beta.0 version
2017-05-04 14:37:20 -07:00
Marc Laval
065b76d14c
feat(core): upgrade dep on zone.js to 0.8.9 ( #16401 )
...
PR Close #16401
2017-04-28 22:50:48 -05:00
Miško Hevery
cb35c26d70
release: cut the 4.1.0 release
2017-04-26 10:49:19 -05:00
Miško Hevery
b37f5fc59b
release: cut the 4.1.0-rc.0 release
2017-04-21 00:12:10 -05:00
Tobias Bosch
840cb3d69e
build: bump protractor to 4.0.14
2017-04-18 08:28:31 -07:00
Hans Larsen
3ad0cc5736
release: cut the 4.1.0-beta.1 release
2017-04-12 14:39:22 -07:00
Victor Berchet
6388768d73
release: cut the 4.1.0-beta.0 release
2017-03-29 16:55:47 -07:00
Victor Berchet
1ba296644d
release: cut the 4.0.0 release
2017-03-23 16:45:16 -07:00