rexebin
edda524d0d
Merge remote-tracking branch 'angular.io/master'
...
# Conflicts:
# .travis.yml
# public/_includes/_footer.jade
# public/_includes/_hero-home.jade
# public/_includes/_next-item.jade
# public/_includes/_util-fns.jade
# public/_includes/_version-dropdown.jade
# public/docs/_examples/package.json
# public/docs/_examples/quickstart/dart/lib/app_component.dart
# public/docs/_examples/quickstart/e2e-spec.ts
# public/docs/_examples/quickstart/js/app/app.component.js
# public/docs/_examples/quickstart/ts/app/app.component.ts
# public/docs/_examples/quickstart/ts/index.html
# public/docs/_examples/toh-5/dart/lib/dashboard_component.html
# public/docs/_examples/toh-5/dart/lib/hero_detail_component.dart
# public/docs/dart/latest/_util-fns.jade
# public/docs/dart/latest/guide/_data.json
# public/docs/dart/latest/guide/index.jade
# public/docs/dart/latest/quickstart.jade
# public/docs/index.jade
# public/docs/js/latest/quickstart.jade
# public/docs/ts/_cache/glossary.jade
# public/docs/ts/_cache/guide/dependency-injection.jade
# public/docs/ts/_cache/guide/index.jade
# public/docs/ts/_cache/quickstart.jade
# public/docs/ts/_cache/tutorial/toh-pt5.jade
# public/docs/ts/latest/_data.json
# public/docs/ts/latest/_quickstart_repo.jade
# public/docs/ts/latest/cli-quickstart.jade
# public/docs/ts/latest/cookbook/_data.json
# public/docs/ts/latest/cookbook/a1-a2-quick-reference.jade
# public/docs/ts/latest/cookbook/aot-compiler.jade
# public/docs/ts/latest/cookbook/dynamic-form.jade
# public/docs/ts/latest/glossary.jade
# public/docs/ts/latest/guide/_data.json
# public/docs/ts/latest/guide/architecture.jade
# public/docs/ts/latest/guide/attribute-directives.jade
# public/docs/ts/latest/guide/browser-support.jade
# public/docs/ts/latest/guide/change-log.jade
# public/docs/ts/latest/guide/dependency-injection.jade
# public/docs/ts/latest/guide/displaying-data.jade
# public/docs/ts/latest/guide/forms.jade
# public/docs/ts/latest/guide/index.jade
# public/docs/ts/latest/guide/lifecycle-hooks.jade
# public/docs/ts/latest/guide/ngmodule.jade
# public/docs/ts/latest/guide/npm-packages.jade
# public/docs/ts/latest/guide/router.jade
# public/docs/ts/latest/guide/server-communication.jade
# public/docs/ts/latest/guide/style-guide.jade
# public/docs/ts/latest/guide/template-syntax.jade
# public/docs/ts/latest/guide/testing.jade
# public/docs/ts/latest/guide/typescript-configuration.jade
# public/docs/ts/latest/guide/upgrade.jade
# public/docs/ts/latest/guide/user-input.jade
# public/docs/ts/latest/quickstart.jade
# public/docs/ts/latest/tutorial/_data.json
# public/docs/ts/latest/tutorial/index.jade
# public/docs/ts/latest/tutorial/toh-pt1.jade
# public/docs/ts/latest/tutorial/toh-pt3.jade
# public/docs/ts/latest/tutorial/toh-pt5.jade
# public/docs/ts/latest/tutorial/toh-pt6.jade
# public/events.jade
# public/resources/images/devguide/quickstart/hello-angular.png
# scripts/cache.sh
# tools/plunker-builder/indexHtmlTranslator.js
2016-11-26 21:43:16 +00:00
Yang Lin
5a7745fb27
Upgrade to 2.2.0
2016-11-22 20:07:16 +08:00
Filipe Silva
4c85f0a91d
chore: update to 2.1.1 ( #2650 )
2016-10-21 22:31:09 +01:00
Jesús Rodríguez
a63c75cc18
chore: release 2.1.0 ( #2589 )
2016-10-12 23:41:42 +02:00
Filipe Silva
d4b22ec8e6
chore: fix api docs issue on angular 2.0.0 ( #2365 )
2016-09-15 17:47:12 +01:00
Filipe Silva
24c61dd7bc
chore: here we are ( #2353 )
2016-09-15 02:41:19 +01:00
Jesús Rodríguez
988694bb12
chore: update docs to rc7
2016-09-13 08:48:45 -07:00
Igor Minar
71b7f102dc
fix(ci): bump LATEST_RELEASE to 2.0.0-rc.6
2016-09-12 11:12:39 -07:00
Filipe Silva
215733e303
chore: update to node 6 ( #2301 )
2016-09-09 22:23:25 -04:00
Patrice Chalin
aa439d28c5
chore(travis): report bad code excerpts (BAD FILENAME) in docs ( #2154 )
...
* chore(travis): report bad code excerpts (BAD FILENAME)
* Only ignore build dir under dart dir
Have the shredder ignore `**/dart/build/**`.
2016-08-23 10:16:47 -07:00
Patrice Chalin
10568ca5b3
chore(travis): build off of angular 2.0.0-rc.5 ( #2153 )
2016-08-19 15:51:22 -07:00
Patrice Chalin
13aa6b1498
chore(travis): include dart doc generation
...
closes #1910
- Installs Dart SDK
- Installs ng2/dart sources from the pub package site.
- Re-enables doc build on Travis
- install Dartium browser for eventual testing.
- allow TMP and PKG to be set by developer before calling, e.g., install-dart-sdk.sh.
- removes `npm install -g gulp --no-optional` has been removed since it does not appear to be needed.
- Implements most of #1907 .
2016-07-19 20:26:39 -07:00
Patrice Chalin
1bef20abc4
docs(api/dart): add support for generation and display ( #1888 )
...
Fixes #1880 .
Supersedes #1593 .
2016-07-15 14:10:12 -07:00
Filipe Silva
abe9dbe092
chore(ci): add check-deploy to CI
...
closes #1867
2016-07-14 14:15:49 -07:00
Foxandxss
266400b44b
chore: update README with latest additions
...
closes #1820
2016-07-05 23:05:43 -07:00
Filipe Silva
4c1b441227
chore(travis): add preview builds
2016-06-29 18:45:20 +01:00
Patrice Chalin
a7435c3f8c
chore(install): put all install commands into a single script ( #1754 )
...
This makes it easier to run manually, e.g., after having reset all
local typings.
2016-06-27 16:55:39 -07:00
Foxandxss
749c5eae1b
chore: add lint instructions to readme
2016-06-20 16:55:33 -07:00
Filipe Silva
c50954d5b8
chore: separate lint in travis
2016-06-14 01:01:34 +01:00
Foxandxss
cba1e1f74b
chore: add linting to travis
...
closes #1656
2016-06-13 11:16:15 -07:00
Ward Bell
8a5df4cfa9
chore: support e2e-specs written in TypeScript
...
Update gulpfile and project to add a tsconfig to protractor test folders
Change all sample e2e-spec.js -> e2e-spec.ts
Split typings between e2e-spec & app code
Use same config for all e2e tests
Only 1/3 e2e specs truly converted.
Most don't pass because they fail TS transpile by Protractor due to missing type annotations
2016-05-31 22:03:13 -07:00
Filipe Silva
6c797d752a
chore(travis): add Travis CI
...
closes #1526
2016-05-25 16:47:30 -07:00