Commit Graph

  • c9d636aa11 chore(dartanalyzer): Show source for analyzer errors Tim Blasi 2015-06-01 17:51:37 -07:00
  • be88cc7697 chore(build): watch logger should honor ignoreInitial option Caitlin Potter 2015-06-02 13:07:36 -05:00
  • ba07f39347 refactor(router): convert to typescript Jeff Cross 2015-05-29 14:58:41 -07:00
  • 4c8e11a577 fix(ShadowCss): keyframes tests failing in Safari Marc Laval 2015-06-02 14:59:35 +02:00
  • b206074f27 docs(api): update for alpha-25 Naomi Black 2015-06-02 09:05:05 -07:00
  • 3d6c44e2a7 test(KeyEvents): workaround a bug in chrome driver Victor Berchet 2015-06-02 14:37:57 +02:00
  • c60091b949 refactor(Compiler): improve the error message on component load error Victor Berchet 2015-06-01 11:07:14 +02:00
  • a504fa835e chore(doc-gen): improve github links to point to the correct tagged URL Peter Bacon Darwin 2015-05-19 22:29:34 +01:00
  • 8811337622 refactor(ElementInjector): add interfaces for strategies Victor Berchet 2015-05-29 15:37:37 +02:00
  • 921fb9f2ce refactor(Injector): use TS iodioms Victor Berchet 2015-05-29 15:10:49 +02:00
  • e93b5a1d5b refactor(Injector): add an interface for strategies Victor Berchet 2015-05-29 15:04:42 +02:00
  • d62557ada6 docs(api): add api files for alpha-25 Naomi Black 2015-06-01 22:51:00 -07:00
  • db7a1f19ba feat(render/dom_renderer): DocumentToken use OpaqueToken gdi2290 2015-05-29 14:28:17 -07:00
  • ef27919f7f feat(core/compiler): AppViewPool use OpaqueToken gdi2290 2015-05-29 14:28:04 -07:00
  • c571b2693e feat(OpaqueToken): now a const constructor gdi2290 2015-05-29 14:27:46 -07:00
  • 8bcfb2d465 chore(dart/change_detect): Fix test.unit.dart gulp target Tim Blasi 2015-05-29 17:32:43 -07:00
  • 93f464a145 feat(change_detection.ts): export PipeFactory PatrickJS 2015-05-31 01:36:08 -07:00
  • 95b7896d9b chore: cache Dart .pub-cache directory Kevin Moore 2015-06-01 10:02:16 -07:00
  • ad26bed0ed chore(shrinkwrap): add shrinkwrap for firefox-profile/jpm Hank Duan 2015-06-01 13:40:31 -07:00
  • 0bff66b9b6 Update browser version; add more info about tools. Kathy Walrath 2015-06-01 15:41:41 -07:00
  • 62a95823e0 fix(selector): support multiple :not clauses Tobias Bosch 2015-06-01 14:24:19 -07:00
  • c8d83dba7d chore(tsconfig.json): fix invalid json PatrickJS 2015-05-29 12:31:11 -07:00
  • 22fcdb346f make the transformer more prominent Kathy Walrath 2015-06-01 09:24:11 -07:00
  • 22f5925202 fix(facade): Make PromiseWrapper#all semantics equivalent Tim Blasi 2015-05-29 17:09:59 -07:00
  • cd52d8a3be fix(forms): disabled form tests on cjs until fakeAsync is fixed vsavkin 2015-05-30 11:56:38 -07:00
  • a9d6fd9afa feat(forms): implemented template-driven forms vsavkin 2015-05-30 11:56:00 -07:00
  • 5c53cf6486 fix(fake_async): fixed fakeAsync to throw instead of crashing on cjs vsavkin 2015-05-30 11:55:17 -07:00
  • 74882c6c38 feat(test): added not.toBeNull vsavkin 2015-05-30 11:54:10 -07:00
  • 3bd646b228 dart quickstart: add transformer, use alpha.25 Kathy Walrath 2015-05-29 17:55:02 -07:00
  • c8947d77bf chore(material): move dialog to TypeScript. Jeremy Elbourn 2015-05-29 16:27:54 -07:00
  • 4f3acdb004 docs(shrinkwrap): correct directory path Brian Ford 2015-05-29 17:00:20 -07:00
  • 6404dd8293 refactor (angular2/src/dom): tsifying angular2/src/dom uber5001 2015-05-29 16:30:39 -07:00
  • f19970a481 feat(transformers): added support for lifecycle events vsavkin 2015-05-28 17:28:53 -07:00
  • 6f0631c978 build(gulp): remove unnecessary stream merging in build.tools Ivo Gabe de Wolff 2015-05-28 22:00:41 +02:00
  • e5d06e479a feat(broccoli): add incremental dartfmt plugin Caitlin Potter 2015-05-28 18:54:54 -04:00
  • d523613329 test(di): added a test verifying hierarchical injection vsavkin 2015-05-21 16:56:02 -07:00
  • cfcae6b293 Update CONTRIBUTING.md Naomi Black 2015-05-29 15:32:31 -07:00
  • 2f62173bbf devguide(typo): fixed escaping issue in ts samples Naomi Black 2015-05-29 15:17:14 -07:00
  • 000a8e25a2 fix(dart/transform): Fix DirectiveMetadata read tests Tim Blasi 2015-05-29 14:19:22 -07:00
  • 8a3b0b366f feat(dart/transform): Generate ChangeDetector classes Tim Blasi 2015-05-14 13:14:45 -07:00
  • 383f0a1f30 fix(benchpress): add index to root of module Jeff Cross 2015-05-29 14:35:54 -07:00
  • e323c07ab9 refactor(benchpress): convert src and test to typescript Jeff Cross 2015-05-27 14:57:54 -07:00
  • f9908cd436 feat(test): add element probe Tobias Bosch 2015-05-28 15:02:20 -07:00
  • 24bc4b66d0 fix(render): don’t store a document fragment as bound element Tobias Bosch 2015-05-28 15:02:05 -07:00
  • 2351896cc0 fix(dom): allow to correctly clone document fragments Tobias Bosch 2015-05-28 14:58:52 -07:00
  • 307011a96c fix(dom): querySelectorAll should only query child nodes Tobias Bosch 2015-05-28 14:58:24 -07:00
  • 6f3368ef16 feat(dom): add setData() method. Tobias Bosch 2015-05-28 14:56:40 -07:00
  • cdf791f0c5 feat(facade): add read/write access to global variables Tobias Bosch 2015-05-28 14:55:10 -07:00
  • 75578f41e7 feat(view): add AppViewListener interface Tobias Bosch 2015-05-28 14:54:26 -07:00
  • ffb219fb91 style(dart): Format Dart source with dart_style 0.1.8 Tim Blasi 2015-05-29 10:42:47 -07:00
  • eb2784eb81 refactor(core.js): export NgZone Sekib Omazic 2015-05-19 21:42:31 +02:00
  • 28ee0612cb feat(router.js): export router injectables gdi2290 2015-05-28 10:15:52 -07:00
  • a80921b45d fix(binding): unbalanced curly brackets in documentation elimach 2015-05-28 17:53:13 +02:00
  • 0db88f34b8 refactor(annotations): stricter types Victor Berchet 2015-05-29 11:36:42 +02:00
  • 35f0ee510a refactor(transformer): updates in properties syntax Victor Berchet 2015-05-29 10:40:37 +02:00
  • d7df853bde feat(Directive): convert properties to an array Victor Berchet 2015-05-26 15:54:10 +02:00
  • 0387221da8 fix(ast): fix the size of a list in _evalListCache Victor Berchet 2015-05-22 18:50:24 +02:00
  • c39c8ebcd0 feat(change_detection): added onInit and onCheck hooks vsavkin 2015-05-27 10:14:37 -07:00
  • 5d2af54730 feat(dart/transform): Improve constant evaluation Tim Blasi 2015-05-26 16:53:14 -07:00
  • a9be2ebf1b feat: add support for the safe navigation (aka Elvis) operator Victor Berchet 2015-05-26 10:19:47 +02:00
  • ec2d8cc2c8 feat(binding): throw on binding to a blank alias Victor Berchet 2015-05-26 10:55:12 +02:00
  • 05d66bba3f fix(test): clang formatting errors Brian Ford 2015-05-28 13:30:45 -07:00
  • b14417498a build(broccoli): reorder tree-differ specs Igor Minar 2015-05-27 18:30:04 -07:00
  • 05becf8431 style(build): reorder imports Igor Minar 2015-05-27 18:26:54 -07:00
  • 160c38b5ca build(broccoli): improve error messaging from TreeDiffer Igor Minar 2015-05-27 18:26:28 -07:00
  • 9b0fa0dedc build(broccoli): TreeDiffer should log associated plugin name rather than inputPath Igor Minar 2015-05-27 15:57:19 -07:00
  • 533c64d4ea build(gulp): remove obsolete watch.js.dev build task Igor Minar 2015-05-27 18:00:56 -07:00
  • c1157d62a8 build(broccoli): update broccoli.d.ts docs Igor Minar 2015-05-27 18:00:35 -07:00
  • 7b1e9286d8 build(broccoli): add tree-stabilizer plugin to deal with unstable trees Igor Minar 2015-05-24 17:27:38 -07:00
  • 01fb8e6635 fix: fix clang errors Jeff Cross 2015-05-28 11:08:26 -07:00
  • 9d90128463 refactor(ChangeDetection): convert change detection tests to typescript Jeff Cross 2015-05-26 17:12:38 -07:00
  • 34cfc9f474 feat(di): added optional self parameter to Parent, Ancestor, and Unbounded vsavkin 2015-05-27 16:43:22 -07:00
  • ebe1e73b1a refactor (test/test_lib): Ts'ifying test/test_lib Ian Riley 2015-05-27 09:53:37 -07:00
  • 8ce0a67c81 refactor (test/services): Ts'ifying test/services Ian Riley 2015-05-27 13:48:24 -07:00
  • c065fb1422 feat(dart/transform): Remove unnecessary .ng_deps.dart files Tim Blasi 2015-05-22 14:15:18 -07:00
  • cda35101df fix(facade): Fix bug in TS indexOf Tim Blasi 2015-05-27 18:16:02 -07:00
  • c32dbad747 feat(tests): add TestComponentBuilder Julie Ralph 2015-05-15 16:42:52 -07:00
  • 30b6542fc8 feat(core): added support for detecting lifecycle events based on interfaces vsavkin 2015-05-27 08:08:14 -07:00
  • 2b6a653050 feat(core): added missing interfaces for onDestroy and onAllChangesDone lifecycle events vsavkin 2015-05-27 08:07:37 -07:00
  • 34d75e8918 feat(reflector): added a method to get type's interfaces vsavkin 2015-05-27 08:07:11 -07:00
  • 2c25055828 chore: reformat the code base using the clang-format 1.0.15. Martin Probst 2015-05-27 11:52:35 -07:00
  • 96f629d441 chore: upgrade clang-format to 1.0.15. Martin Probst 2015-05-27 11:35:26 -07:00
  • a2770c8a52 refactor(change_detect): Flatten Js change detector template Tim Blasi 2015-05-27 11:03:20 -07:00
  • 4a3fd5e855 fix(di): allow @Inject(…) to work in dart2js and dynamic reflection Tobias Bosch 2015-05-27 10:28:15 -07:00
  • 608017776e fix(package.json): add reflect-metadata to package.json Tobias Bosch 2015-05-27 09:15:52 -07:00
  • 0c7f05f56a fix(injectable): add missing @Injectables annotations Tobias Bosch 2015-05-27 09:04:34 -07:00
  • c6335c128e feat(test_lib): add method to compare stringified DOM element Marc Laval 2015-05-22 17:47:13 +02:00
  • fb42d5908e fix(test): solve CSS discrepancies across browsers Marc Laval 2015-05-27 10:22:30 +02:00
  • 8609543ad0 refactor (test/facade): Ts'ify test/facade Ian Riley 2015-05-26 17:00:31 -07:00
  • f83f1ee0ce fix(example): unused event cexbrayat 2015-05-25 16:29:15 +08:00
  • 1db6870a81 docs(ng_for.ts): For => NgFor gdi2290 2015-05-26 21:53:59 -07:00
  • c19c69f336 refactor(forms): remove self closing wrap <label>s gdi2290 2015-05-26 21:59:09 -07:00
  • b390f441a1 feat(benchpress): Add extension for ff metrics reporting Hank Duan 2015-05-18 18:10:30 -07:00
  • 79f564be46 refactor(core): ts’ify tests Tobias Bosch 2015-05-26 09:45:15 -07:00
  • 23d59df81a feat(test_lib): add containsRegex Tobias Bosch 2015-05-26 13:57:13 -07:00
  • ef3e12e803 refactor (test/directives): ts'ify test/directives Ian Riley 2015-05-26 14:22:35 -07:00
  • 22383d4816 docs(update): update examples to alpha-23 and small fixes from Jeff Naomi Black 2015-05-26 15:00:45 -07:00
  • daa80db5ff fix(guide): add callout to broken example Jeff Cross 2015-05-19 15:43:39 -07:00
  • 4589f5912f style(guide): remove FriendsService from ES5 example where TS example does not have it Jeff Cross 2015-05-19 15:17:16 -07:00
  • bc2ec07dcb style(guide): add more context throughout displaying-data guide Jeff Cross 2015-05-19 14:33:21 -07:00