Commit Graph

  • 68a581a04c fix(dart/transform): Remove malfunctioning zone error handler Tim Blasi 2015-07-29 14:28:14 -07:00
  • 7b834e02ec feat(WebWorkers) Add DOM event support Jason Teplitz 2015-07-10 16:09:18 -07:00
  • 8e960d4052 chore(changelog): update to new changelog package. Rado Kirov 2015-07-29 13:44:39 -07:00
  • 34acef58e7 fix(query): view query should not be updated when subviews are attached. Rado Kirov 2015-07-27 17:04:04 -07:00
  • c1ee943533 perf(change_detection): do not check intermediate results vsavkin 2015-07-28 15:57:05 -07:00
  • f7d7789915 fix(decorators): stop directives inheriting parent class decorators. Fixes #2291 Jeremy Elbourn 2015-07-28 17:27:33 -07:00
  • 9c19eb906b refactor(change_detect): Move (de)hydrate methods into superclass Tim Blasi 2015-07-29 10:43:07 -07:00
  • 73b7d99dc4 fix(style_url_resolver): fix data: url resolution yjbanov 2015-07-28 18:38:35 -07:00
  • 192cf9ddf5 refactor(change_detect): Move common fields to AbstractChangeDetector Tim Blasi 2015-07-28 12:43:41 -07:00
  • d894aa9101 feat(compiler): introduce schema for elements Pawel Kozlowski 2015-07-29 14:01:18 +02:00
  • aae5a4cece refactor(ElementBinderBuilder): remove unused code Pawel Kozlowski 2015-07-28 11:13:00 +02:00
  • 16e3d7e96e refactor(shadow_dom): remove ShadowDomStrategy in favor of @View(encapsulation) Tobias Bosch 2015-07-24 15:28:44 -07:00
  • e40ff36832 fix(presubmit): corrected user/email for git push Misko Hevery 2015-07-29 03:39:43 +00:00
  • c5f8c9586f chore: added presubmit-queue to travis Misko Hevery 2015-07-27 17:00:01 -07:00
  • 4cfe92c47a example(routing): adding routing example and e2e tests Matias Niemelä 2015-07-09 10:25:58 -07:00
  • 9d2776183a chore(build): copy JSON files for Dart examples Matias Niemelä 2015-07-09 15:34:33 -07:00
  • 2faa89852b fix(transformer): Fix generation of annotations argument when registering functions. Jacob MacDonald 2015-07-28 14:37:53 -07:00
  • d84993faf1 refactor(change_detect): Move (de)hydrate logic into dedicated methods Tim Blasi 2015-07-27 18:31:22 -07:00
  • a9efc48e71 refactor(change_detect): Create & use looseNotIdentical Tim Blasi 2015-07-27 17:10:22 -07:00
  • 8543c347a8 feat(core): provide an error context when an exception happens in an error handler vsavkin 2015-07-27 15:47:42 -07:00
  • 1d4502944c fix(query): the view should not be visible to @Query. Rado Kirov 2015-07-27 15:56:32 -07:00
  • e6406362e3 Update README.md Naomi Black 2015-07-28 13:57:12 -07:00
  • 448ca384cc docs(chore): de-link Type because there's no doc for dgeni to find Naomi Black 2015-07-28 13:47:31 -07:00
  • d426af741c chore(doc-gen): trim leading blank lines from markdown content Peter Bacon Darwin 2015-07-28 12:00:18 +01:00
  • 6ab2a871ce chore(doc-gen): add - var ... to jade variable declarations Peter Bacon Darwin 2015-07-28 11:58:56 +01:00
  • 111cbe8bce docs(api): more updates for harp 0.17.0 Naomi Black 2015-07-28 13:28:47 -07:00
  • 2c9951273a style(dart): Run dartfmt v0.1.8+2 on all pure Dart code Tim Blasi 2015-07-27 17:26:28 -07:00
  • 6fac901151 feat(http): call complete on request complete gdi2290 2015-07-27 16:59:09 -07:00
  • 74b311a472 revert: style(ngFor): add whitespace to Directive annotation Peter Bacon Darwin 2015-07-28 14:13:31 +01:00
  • 81d298dc6b chore(doc-gen): fix when decorator has no argument list Peter Bacon Darwin 2015-07-28 12:45:51 +01:00
  • 35597a8349 style(ngFor): add whitespace to Directive annotation Peter Bacon Darwin 2015-07-28 11:23:48 +01:00
  • 45cbc430e8 chore(doc-gen): render decorators (annotations) for exported classes Peter Bacon Darwin 2015-07-28 11:23:01 +01:00
  • 9169409c21 harp(update): var changes to allow use with harp 0.17.0 Naomi Black 2015-07-27 23:39:47 -07:00
  • 6b832947f1 Merge pull request #157 from angular/dart-alpha-29 Naomi Black 2015-07-27 22:40:56 -07:00
  • 488788255d docs(api): missed files from alpha-32 update Naomi Black 2015-07-27 22:12:30 -07:00
  • 03fc7fe8c2 refactor(change_detect): Make ChangeDetectionUtil#uninitialized a var Tim Blasi 2015-07-27 16:18:51 -07:00
  • 8a91d71625 feat(http.ts): export BrowserXHR gdi2290 2015-06-19 12:29:11 -07:00
  • 4dc6d748a9 fix(lowercase,uppercase): make stateless pipes gdi2290 2015-07-22 02:19:16 -07:00
  • 99587a9907 docs: Update 02_directives.md Adil MOURAHI 2015-07-22 12:09:14 +01:00
  • eebd736cfe feat(build): initial SauceLabs setup Marc Laval 2015-06-02 16:29:09 +02:00
  • bb50cda181 chore(gulp): moves bundles to dist/js/bundles Rado Kirov 2015-07-24 14:45:00 -07:00
  • 05c4fb2fac docs(typo): ngzone referencing misspelled api Nathan Walker 2015-07-24 21:08:43 -07:00
  • 448264be39 fix(core): fix type error in setElementProperty Marc Fisher 2015-07-24 12:10:46 -07:00
  • 78fdf9a11f fix(.d.ts): Correct new Type interface return type Misko Hevery 2015-07-27 15:29:06 -07:00
  • 71bb4b3ee5 feat(change_detection): generate checkNoChanges only in dev mode vsavkin 2015-07-27 13:16:20 -07:00
  • a2bb81c406 Revert "fix(url_resolver): in Dart make package urls relative to AppRootUrl" Misko Hevery 2015-07-27 14:15:02 -07:00
  • 30bd2a3fc7 chore(build): add trend for travis time Alex Eagle 2015-07-26 21:43:49 -07:00
  • 7cbaf1076f refactor(Async): Unify TS and Dart PromiseCompleter naming Jason Teplitz 2015-07-24 17:24:28 -07:00
  • a8b57256c8 fix(class): allow class names with mixed case Pawel Kozlowski 2015-07-24 10:49:47 +02:00
  • 329a6e00dc chore(API): cleaned up top level imports (render) Misko Hevery 2015-07-24 14:56:57 -07:00
  • c83a3f3372 chore(docs): added more docs for core.ts Misko Hevery 2015-07-11 17:26:48 +02:00
  • 0906ee8a4e refactor(change_detect): Abstract name logic into NameRegistry Tim Blasi 2015-07-23 16:08:55 -07:00
  • 23cd385f20 fix(dart/transform): Handle mixed lifecycle specs Tim Blasi 2015-07-24 11:42:34 -07:00
  • 45b10a1f0f cleanup(forms): value accessors inject NgControl only from self vsavkin 2015-07-24 10:22:23 -07:00
  • 469afda53e fix(url_resolver): in Dart make package urls relative to AppRootUrl yjbanov 2015-07-24 14:49:16 -07:00
  • c2bbda02a1 feat(change_detection): provide error context for change detection errors vsavkin 2015-07-23 18:01:34 -07:00
  • e744409cb9 feat(exception_handler): print originalException and originalStack for all exceptions vsavkin 2015-07-23 18:00:19 -07:00
  • 0a8b3816f7 style(lexer): idiomatic TypeScript Pawel Kozlowski 2015-07-23 17:43:45 +02:00
  • bc21aa0124 refactor(di/injector): fixes typo in InjectorStrategy interface Pascal Precht 2015-07-24 16:14:24 +02:00
  • 2577f5eebf test(query): adds a test for query in the presense of projection. Rado Kirov 2015-07-23 14:49:24 -07:00
  • f575ba60fb fix(transformer): Don't throw on annotations that don't match a descriptor. Jacob MacDonald 2015-07-24 13:20:01 -07:00
  • 5b5de6662f chore(transformer): Use class for reflection info instead of a map Jacob MacDonald 2015-07-23 15:18:30 -07:00
  • a8b75c3d41 feat(testability): hook zone into whenstable api with async support Hank Duan 2015-07-24 12:46:12 -07:00
  • 19d8b221b4 fix(typings): test our .d.ts with --noImplicitAny Alex Eagle 2015-07-23 09:03:39 +01:00
  • 345fa521dd fix(change_detection): convert interpolated null values to empty strings Pawel Kozlowski 2015-07-24 16:29:50 +02:00
  • 16493e9769 refactor(integration_test): remove unused imports Pawel Kozlowski 2015-07-24 16:21:02 +02:00
  • dbbb7385f5 docs(annotations): remove reference to Parent annotation Peter Bacon Darwin 2015-07-23 09:03:39 +01:00
  • 3a7c9e4c62 docs(links): change bad links for Type RenderViewRef RenderFragmentRef, onEventDoneFn, and Renderer api. Naomi Black 2015-07-22 22:07:51 -07:00
  • 408618b836 feat(url_resolver): support package: urls (fixes #2991) Yegor 2015-07-23 00:00:14 -07:00
  • 771c0170d9 feat(web-workers) Add WebWorker Renderer Jason Teplitz 2015-07-10 16:09:18 -07:00
  • 21b988f554 chore(release): fix pub publish release script. Rado Kirov 2015-07-23 11:11:40 -07:00
  • 1438922ffb fix(class): correctly clean up on destroy Tobias Bosch 2015-07-23 16:22:14 -07:00
  • f1e4292072 fix: addresses a couple ddc type errors Vijay Menon 2015-07-23 14:25:12 -07:00
  • fd46b49ea6 feat(transformers): directive aliases in Dart transformers (fix #1747) Sigmund Cherem 2015-07-17 13:21:37 -07:00
  • 46502e4d61 fix(projection): allow more bound render elements than app elements. Tobias Bosch 2015-07-23 14:27:49 -07:00
  • b44b06c2c9 fix(projection): allow to project to a non text node Tobias Bosch 2015-07-23 12:02:40 -07:00
  • 5ec67ee2a7 fix(compiler): prevent race conditions Tobias Bosch 2015-07-22 22:45:54 -07:00
  • 61b7703406 fix(build): don't trigger travis on g3sync branch Alex Eagle 2015-07-23 13:51:57 -07:00
  • 5588858bcc docs(api): update for alpha-32 Naomi Black 2015-07-23 11:40:00 -07:00
  • 49dc819d23 chore(build): add experimental Dart build that uses DDC for code analysis Yegor Jbanov 2015-06-03 17:22:30 -07:00
  • 03c8e7428f fix(element_injector): do not throw when cannot find element when trying to report an error vsavkin 2015-07-22 17:16:03 -07:00
  • 70792c744d refactor(exception_handler): unified all exception handling vsavkin 2015-07-22 17:15:38 -07:00
  • fdf226ab69 feat(exception_handler): change ExceptionHandler to output context vsavkin 2015-07-22 17:13:42 -07:00
  • bd65b63c65 fix(transformer): Loggers now are per zone and each transform runs in its own zone Jacob MacDonald 2015-07-23 09:06:23 -07:00
  • 09226cdd75 chore(dart logging): Only print relevant messages in debug mode. Jacob MacDonald 2015-07-23 07:32:30 -07:00
  • 3c2b165de1 chore(doc-gen): add processor to check for unbalanced code fences (backticks) Peter Bacon Darwin 2015-07-23 09:35:03 +01:00
  • 76f63bc6a5 chore(doc-gen/angular.io): check for not private rather is public Peter Bacon Darwin 2015-07-23 08:55:41 +01:00
  • 3531bb7118 feat(bootstrap): remove the need for explicit reflection setup in bootstrap code yjbanov 2015-07-22 10:18:04 -07:00
  • 55e8dca8de chore(changelog): adds a changelog for 2.0.0-alpha.32 release. Rado Kirov 2015-07-22 16:45:57 -07:00
  • 820c4b9b16 chore(release): releases 2.0.0-alpha.32. Rado Kirov 2015-07-22 16:34:05 -07:00
  • fdffcaba9b feat(router): use querystring params for top-level routes Matias Niemelä 2015-07-21 01:26:43 -07:00
  • a9e7c90960 cleanup: removed an invalid export vsavkin 2015-07-22 12:01:55 -07:00
  • 5a86f85936 feat(di): added context to runtime DI errors vsavkin 2015-07-22 12:00:35 -07:00
  • 8ecb632d70 feat(lang): added "context" to BaseException vsavkin 2015-07-22 11:59:16 -07:00
  • 8ad4ad57d1 feat(dart/transform): Populate lifecycle from lifecycle interfaces Tim Blasi 2015-07-21 12:44:10 -07:00
  • 854b5b7da8 feat(benchmark): add static_tree benchmark Tobias Bosch 2015-07-21 15:28:10 -07:00
  • 231962aaf7 chore: add serve.e2e.dart task for easy benchmark development Tobias Bosch 2015-07-22 09:42:05 -07:00
  • 51e6f33d32 chore(build): Make PRs 15m faster. Alex Eagle 2015-07-20 15:54:30 -07:00
  • 476988876c test(router): refactor integration tests to use TestComponentBuilder Matias Niemelä 2015-07-21 15:05:08 -07:00
  • c3d61bc63c docs: Add period for consistency. Rodolfo Yabut 2015-07-03 05:54:12 -07:00