Commit Graph

  • e1a7e0329c feat(router): hash-cons ComponentInstructions Brian Ford 2015-08-30 21:20:18 -07:00
  • 76e1f863a2 docs(router): add description for Url class Brian Ford 2015-08-30 20:16:40 -07:00
  • d49bc438e8 feat(core): added afterContentInit, afterViewInit, and afterViewChecked hooks vsavkin 2015-08-28 18:11:04 -07:00
  • 2aa4751216 Merge pull request #197 from vicb/0827-httpserver Kathy Walrath 2015-08-28 15:15:01 -07:00
  • f93cd9ced7 feat(compiler): add full directive metadata and validation logic Tobias Bosch 2015-08-27 16:29:02 -07:00
  • 0f4eb1b524 refactor(compiler): simplify metadata Tobias Bosch 2015-08-27 09:03:18 -07:00
  • 3468f7cfd5 chore(build): Add WebWorker bundle. Jason Teplitz 2015-08-27 10:39:39 -07:00
  • 56d1c6391c Step by step guide: use http-server instead of python Victor Berchet 2015-08-27 16:03:15 -07:00
  • be07390859 refactor(test_lib): BrowserDetection util Marc Laval 2015-08-24 15:41:36 +02:00
  • 551d9a1688 chore(LifecycleEvent): change to PascalCase / rename Misko Hevery 2015-08-27 21:19:56 -07:00
  • ac3f5106e4 refactor(view): remove hostActions Misko Hevery 2015-08-26 13:55:53 -07:00
  • 37b042b361 chore: Make enum names consistent with TypeScript convention Misko Hevery 2015-08-26 13:40:12 -07:00
  • 465f7c95b0 chore(cjs): make async tests fail faster Misko Hevery 2015-08-27 21:31:09 -07:00
  • 69926dd002 refactor(change_detection): introduce enum ChangeDetectionStrategy Misko Hevery 2015-08-26 11:44:59 -07:00
  • e41d7451bf chore: update NAMING.md with TypeScript conventions Misko Hevery 2015-08-26 11:48:09 -07:00
  • 3bb27deecc feat(exception_handler): changed ExceptionHandler to use console.error instead of console.log vsavkin 2015-08-24 11:35:27 -07:00
  • 50c1013a10 Merge pull request #196 from angular/hide-extra-gs Kathy Walrath 2015-08-27 15:38:33 -07:00
  • 97439240b7 hide the extra "getting started" lesson Kathy Walrath 2015-08-27 15:37:28 -07:00
  • 11c2dad210 Merge pull request #192 from vicb/pr-161 Kathy Walrath 2015-08-27 14:57:23 -07:00
  • a34d4c6a5f fix(typings): emit spread parameters Alex Eagle 2015-08-27 13:19:24 -07:00
  • 02d9e18279 chore(transform): Move registrations tests to modules_dart Tim Blasi 2015-08-26 09:35:05 -07:00
  • 8536df16d9 chore(build): fail experimental Dart build but allow Travis failures yjbanov 2015-08-19 15:29:36 -07:00
  • a94f051d43 fix(bundle): don't include System.config in dev bundle Pawel Kozlowski 2015-08-27 14:03:13 +02:00
  • 78200868f4 fix(test): error in karma when systemjs imports fail Philip Harrison 2015-08-26 11:45:30 +01:00
  • 256b2dc9b7 chore: remove ENUM_INDEX from facade Richard Sentino 2015-08-27 13:51:32 +12:00
  • 51285666d8 chore(http): remove RequestMethodsMap Richard Sentino 2015-08-26 14:26:13 +12:00
  • 557d309377 chore(build): improve reliability of the saucelabs job Marc Laval 2015-08-26 16:45:03 +02:00
  • 4ba4427510 feat(WebWorkers): Add WebSocket MessageBuses for debugging apps Jason Teplitz 2015-08-26 10:41:41 -07:00
  • 9f576b0233 feat(compile): add HtmlParser, TemplateParser, ComponentMetadataLoader Tobias Bosch 2015-08-25 15:36:02 -07:00
  • 343dcfa0c0 refactor(tests): removed @IMPLEMENTS vsavkin 2015-08-26 11:41:41 -07:00
  • 457eb5d69c fix(WebWorker): Return boolean from dispatchRenderEvent Tim Blasi 2015-08-26 13:25:00 -07:00
  • 5863f50316 chore(transform): Remove reflection_entry_points from examples pubspec Tim Blasi 2015-08-26 10:17:29 -07:00
  • 8ed22ce6e7 chore: update all import paths Jeff Cross 2015-08-20 14:28:25 -07:00
  • 10437ab85c fix(http): change type declarations to interfaces and export EventEmitter Jeff Cross 2015-08-25 10:11:28 -07:00
  • 38a5a2a955 chore: move core modules into core directory Jeff Cross 2015-08-20 14:28:09 -07:00
  • 56e88058f1 chore(shrinkwrap): update ts2dart version Jeff Cross 2015-08-25 09:30:48 -07:00
  • 5f6b7ffadb chore(build): Fix flaky builds caused by doc generation. Jason Teplitz 2015-08-25 14:18:07 -07:00
  • 6d2345accb chore(build): Fix test.unit.dart and test.unit.dartvm transformer load errors Jason Teplitz 2015-08-25 11:15:18 -07:00
  • cc2a2e4bbc chore: add NAMING.md Misko Hevery 2015-08-21 20:13:31 -07:00
  • e72305e685 fix(build): do not run build/pubbuild.dart twice Marc Laval 2015-08-25 19:51:57 +02:00
  • c2279dd651 fix(build): make e2e tests faster Marc Laval 2015-08-24 19:13:47 +02:00
  • 9cc1cd29ed feat(url_resolver): Allow a developer to customize their package prefix Ted Sander 2015-08-22 15:27:43 -07:00
  • 894af28529 fix(typings): include static members Alex Eagle 2015-08-21 15:02:30 -07:00
  • bf4b75ee9c fix(build): error when running npm test locally Marc Laval 2015-08-24 16:24:34 +02:00
  • 21f60c5dce refactor(WebWorker): Abstract message passing and serialization to UIMessageBroker Jason Teplitz 2015-08-21 16:55:50 -07:00
  • aeef19e2a6 refactor(router): reorganize 2.x tests Brian Ford 2015-08-24 11:24:53 -07:00
  • 64ffd9e99c refactor(router): split 1.x tests into separate files Brian Ford 2015-08-20 14:26:57 -07:00
  • 944ccc9a94 Removed unused parameter unknown 2015-08-24 20:04:50 +03:00
  • 9262727ae1 feat(docs): export type info for var and const exports Brian Ford 2015-08-19 16:04:43 -07:00
  • 3963e0ab39 refactor(router): rename HTML5LocationStrategy to PathLocationStrategy Brian Ford 2015-08-24 12:13:51 -07:00
  • d2a3b76a71 chore(build): change comment to indicate the temporary fix is permanent. Alex Eagle 2015-08-21 12:14:20 -07:00
  • 377e3ac962 chore(build): add mode Safari versions to CI Marc Laval 2015-08-24 11:21:16 +02:00
  • a191c89193 refactor(dart/analyzer plugin): update to latest version of plugins keertip 2015-08-17 10:30:03 -07:00
  • 5725f71777 fix(http): allow using JSONP_INJECTABLES and HTTP_INJECTABLES in same injector Pascal Precht 2015-07-30 16:29:16 +02:00
  • 88a5b8da0f chore(transform): move transform module to modules_dart Jeff Cross 2015-08-19 10:36:52 -07:00
  • 92da5430e7 fix(injector): support getRootInjectors on dehydrated injectors. Rado Kirov 2015-08-20 16:25:25 -07:00
  • 50eee42668 chore(build): add Android to CI Marc Laval 2015-08-20 18:23:57 +02:00
  • d07b9181fe chore: update zone to 0.5.3 Victor Berchet 2015-08-21 17:07:31 -07:00
  • 5f0a0fd8d2 fix(wtf): fix NgZone.run instrumentation Victor Berchet 2015-08-21 20:34:50 -07:00
  • a205807191 chore(build): remove references to e6-module-loader Pawel Kozlowski 2015-08-20 17:05:05 +02:00
  • b039ec3da3 fix(parser): detect and report interpolation in expressions Pawel Kozlowski 2015-08-20 16:34:47 +02:00
  • 5ee9630be1 docs(CORE_DIRECTIVES): documentation update after renames Pawel Kozlowski 2015-08-22 17:44:00 +02:00
  • c4044102d6 test(ViewMetadata): use ViewMetadata consistently in tests Pawel Kozlowski 2015-08-20 13:51:48 +02:00
  • 215c4aa8fb fix(compiler): detect and report error for views with empty templateUrl Pawel Kozlowski 2015-08-21 15:36:16 +02:00
  • 3871f89119 fix(ViewLoader): provide componentId in missing template / templateUrl errors Pawel Kozlowski 2015-08-21 14:40:13 +02:00
  • d853d19dd7 chore: have presubmit ignore builds which can fail. Misko Hevery 2015-08-22 14:59:07 -07:00
  • 5d403966d5 refactor: rename web-workers to web_workers Misko Hevery 2015-08-21 12:21:29 -07:00
  • 20acb86ca2 chore: reformat npm-shrinkwrap.readme.md for normal line length Misko Hevery 2015-08-21 10:33:27 -07:00
  • e8e430e630 feat(change_detection): added support for observable components and directives vsavkin 2015-08-21 14:45:38 -07:00
  • 85ec34d1d9 feat(build): added a temporary fix to make test.unit.dart work vsavkin 2015-08-21 14:45:17 -07:00
  • a9ce454b21 fix(change_detection): fixed reflect properties as attributes vsavkin 2015-08-20 15:11:12 -07:00
  • b6146394ae refactor(change_detection): replaced devMode with ChangeDetectorGenConfig vsavkin 2015-08-20 13:50:33 -07:00
  • 764726d78e refactor(ApplicationRef): Move ApplicationRef to its own file Jason Teplitz 2015-08-20 17:18:27 -07:00
  • 65344fcac9 chore(build): add IE9 to CI Marc Laval 2015-08-20 14:34:01 +02:00
  • ebb3236ad5 Revert "chore(benchmarks): disable broken benchmarks" Yegor Jbanov 2015-08-20 20:30:04 -07:00
  • 9d44ae3d32 fix(docs) Added more readable links ericmartinezr 2015-08-18 12:40:38 -03:00
  • d2d0715568 feat(change_detection): do not reparse AST when using generated detectors vsavkin 2015-08-19 11:26:45 -07:00
  • b986c54079 chore: remove int in favor for number Misko Hevery 2015-08-20 16:25:34 -07:00
  • 8336881a85 feat: track unused reflection data yjbanov 2015-08-19 14:07:30 -07:00
  • b0d27ee896 chore(build): add IE10 to CI Marc Laval 2015-08-20 10:12:46 +02:00
  • 9ba2ab5cea chore(build): add IE11 to CI Marc Laval 2015-08-20 10:02:42 +02:00
  • 1c9be9b5aa chore(build): add Firefox to CI Marc Laval 2015-08-19 16:47:18 +02:00
  • 49997ca932 chore(build): add iOS8 to CI Marc Laval 2015-08-19 11:01:00 +02:00
  • 195c5c21d4 fix(change_detection): update the right change detector when using ON_PUSH mode vsavkin 2015-08-19 10:48:53 -07:00
  • a0b240884b fix(.d.ts): show unknown fields as ‘any’ not ‘void’. Misko Hevery 2015-08-19 20:36:57 -07:00
  • 9afcb00216 fix: wtf paramater passing on scope Misko Hevery 2015-08-19 15:33:59 -07:00
  • bde6416b40 Revert "Revert "feat(router): add reuse support for angular 1.x router"" Brian Ford 2015-08-20 13:19:58 -07:00
  • 06487237e5 Revert "Revert "feat(router): add angular 1.x router"" Brian Ford 2015-08-20 13:19:34 -07:00
  • 964884e761 Revert "Revert "refactor(router): move ROUTE_DATA token into own file"" Brian Ford 2015-08-20 13:19:18 -07:00
  • 09e0b0ac6f chore(benchmarks): disable broken benchmarks Brian Ford 2015-08-20 11:17:36 -07:00
  • 984e7b8e17 fix(dart): bad export in core.dart yjbanov 2015-08-18 16:06:01 -07:00
  • abb3bd266b Revert "refactor(router): move ROUTE_DATA token into own file" Victor Berchet 2015-08-20 08:06:24 -07:00
  • 298f1fb6a6 Revert "feat(router): add angular 1.x router" Victor Berchet 2015-08-20 08:06:14 -07:00
  • cef51a7e0d Revert "feat(router): add reuse support for angular 1.x router" Victor Berchet 2015-08-20 08:06:07 -07:00
  • ddb62feae6 feat(router): add reuse support for angular 1.x router Shahar Talmi 2015-08-18 01:31:41 +03:00
  • fde026a9e4 feat(router): add angular 1.x router Brian Ford 2015-04-29 15:46:42 -07:00
  • 78a8ba2307 refactor(router): move ROUTE_DATA token into own file Brian Ford 2015-08-18 12:29:26 -07:00
  • ffc63fc6d6 docs(dgeni): fix a dgeni link error due to ambiguous link Naomi Black 2015-08-18 16:32:56 -07:00
  • 9757c137db docs(cleanup): Remove extra heading from nav and var templates Naomi Black 2015-08-18 16:30:07 -07:00
  • 61f06fdb5c docs: misc fixes in user input thierryve 2015-07-04 18:19:04 +02:00