Commit Graph

  • 0ed5dd0d7b fix(di): hostInjector and viewInjector support nested arrays vsavkin 2015-07-09 11:40:09 -07:00
  • b716046b97 feat(pipes): add date pipe Pouria Alimirzaei 2015-07-04 22:34:54 +04:30
  • 3143d188ae feat(pipes): add number (decimal, percent, currency) pipes Pouria Alimirzaei 2015-07-04 22:25:43 +04:30
  • b54e7214f0 chore: removed angular2.api.ts vsavkin 2015-07-08 12:04:24 -07:00
  • d6dadc6efc fix(router): fix broken HashLocationStrategy string issue for dart Matias Niemelä 2015-07-09 11:05:07 -07:00
  • 546a8f9218 fix(package.json): move some deps into dev deps. Rado Kirov 2015-07-09 11:26:33 -07:00
  • fe49a7fc40 chore(build): upload dart artifacts to GCS Alex Eagle 2015-07-08 18:51:13 -07:00
  • 447926dc08 refactor(RegExp): use /.../ to create RegExp literal Victor Berchet 2015-06-23 12:46:38 +02:00
  • 258da88765 revert: example(routing): adding routing example and e2e tests Matias Niemelä 2015-07-08 22:26:03 -07:00
  • e79dd6aa2d fix(build) clang-format Alex Eagle 2015-07-08 18:34:39 -07:00
  • 2c37cc5fcb chore(examples): fix dart issues with router example Matias Niemelä 2015-07-08 18:01:03 -07:00
  • 206c9bdd74 fix(build): remove the travis deploy step, which is broken. Alex Eagle 2015-07-08 17:41:12 -07:00
  • 4264bd3bd2 fix(build): reduce the deploy upload. Alex Eagle 2015-07-08 17:10:29 -07:00
  • ae5cd51f50 chore(examples): fix broken router example code for Dart Matias Niemelä 2015-07-08 16:43:28 -07:00
  • df877a7d5b fix(build): clang-format Alex Eagle 2015-07-08 16:30:43 -07:00
  • 4572157c49 chore(build): add GCS upload of build artifacts Alex Eagle 2015-07-08 13:03:10 -07:00
  • 6596c72131 docs(NgStyle): add documentation Pawel Kozlowski 2015-07-08 16:21:24 +02:00
  • f1f578436b feat(build): Allow building in windows without admin priviledges Alfonso Presa 2015-07-04 10:07:19 +02:00
  • f827e1532e docs(CSSClass): add documentation Pawel Kozlowski 2015-06-19 09:41:58 +02:00
  • bab271fcb4 test(CssClass): verify that classes from string exp are cleared properly Pawel Kozlowski 2015-07-08 17:41:18 +02:00
  • 0792f1a7a1 fix(tsconfig): target should be lower case Alfonso Presa 2015-07-08 22:09:17 +02:00
  • ac50ffca5e fix(transform): handle multiple interfaces in directive processor Bob Nystrom 2015-07-08 14:53:21 -07:00
  • caa252e57b chore(router): change substr to substring Matias Niemelä 2015-07-08 15:46:20 -07:00
  • d5edc748d2 chore(changelog): add support for to and from flags in changelog.js Jeff Cross 2015-07-08 14:55:03 -07:00
  • 718fa35167 example(routing): adding routing example and e2e tests Matias Niemelä 2015-07-07 15:20:53 -07:00
  • c177d889a2 fix(router): ensure that page refresh with hash URLs works Matias Niemelä 2015-07-08 15:08:17 -07:00
  • 3f7ebde037 feat(forms): changed all form directives to have basic control attributes vsavkin 2015-07-07 15:53:16 -07:00
  • 4656c6f5cf tools: added experimentalDecorators flag to tsconfig vsavkin 2015-07-08 10:28:47 -07:00
  • e0fb50cc3c docs(view_ref): fix typos cexbrayat 2015-07-08 08:33:51 +02:00
  • 7d9f5d7538 docs(element_ref): fix typos cexbrayat 2015-07-08 08:27:01 +02:00
  • 2ac8ebd3ef refactor(directive_parser): improve code readability Pawel Kozlowski 2015-07-04 18:22:38 +02:00
  • 871267d578 chore(.d.ts): remove private Compiler deps Misko Hevery 2015-07-08 08:03:55 +02:00
  • d050ce20a9 chore(doc-gen): fixup private constructor declarations Peter Bacon Darwin 2015-07-07 22:05:31 +01:00
  • 6c933a4485 chore(packaging): bump version to 2.0.0-alpha.30 Jeff Cross 2015-07-07 21:39:10 -07:00
  • c33e3be735 chore(.d.ts): remove *Args files Misko Hevery 2015-07-07 22:09:19 +02:00
  • 3ab8a0c438 chore(docs): adding docs to core.ts and annotations.ts Misko Hevery 2015-07-07 08:15:58 +02:00
  • 12a427e158 fix(.d.ts): correct ComponentAnnotation inheritance Misko Hevery 2015-07-03 10:53:07 +02:00
  • 0052c6b120 chore: improve angular2.d.ts file Misko Hevery 2015-07-02 22:26:07 +02:00
  • 65a767d9b0 refactor: export angular as ‘ng’ in SFX Misko Hevery 2015-07-02 19:43:16 +02:00
  • 0e945e465d chore(doc-gen): stop crash in gulp public_docs Peter Bacon Darwin 2015-07-04 08:47:13 +01:00
  • 72257ec87d chore(doc-gen): include type parameters in d.ts file Peter Bacon Darwin 2015-07-03 14:49:00 +01:00
  • e5405e4ba2 fix(forms): Remove cyclic dependency gdi2290 2015-07-02 14:20:50 -07:00
  • b60d714acf docs: Corrects article to 'a' instead of 'an' in comment Melinda Sarnicki Bernardo 2015-07-02 19:45:56 -07:00
  • edf5053bf0 feat(NgStyle): Export NgStyle in angular2/directives Alfonso Presa 2015-07-05 00:03:10 +02:00
  • 3869818d8f docs(modules): fix typos Eric Lee Carraway 2015-07-06 22:55:50 -05:00
  • abc1580fa9 chore(package.json) upgrade zone.js to 0.5.2 Marc Laval 2015-07-07 14:03:03 +02:00
  • 286a249a9a feat(router): support deep-linking to siblings Brian Ford 2015-07-06 17:41:15 -07:00
  • d828664d0c fix(router): allow generating links with numeric params Brian Ford 2015-07-07 13:05:05 -07:00
  • 355ced92eb chore(doc-gen): fix spacing in heritage clauses Peter Bacon Darwin 2015-07-07 22:04:10 +01:00
  • 9e1158de4f fix(transformer): Support prefixed annotations in the transformer. Jacob MacDonald 2015-07-07 09:03:11 -07:00
  • 569766fa8b refactor(di): added support for custom dep providers vsavkin 2015-07-06 10:38:12 -07:00
  • e987ac4034 tools: updated the VS Code config vsavkin 2015-07-06 17:57:24 -07:00
  • c2efa23e94 fix(change_detection): throw ChangeDetectionError in JIT mode vsavkin 2015-07-05 14:46:35 -07:00
  • d2774421e8 fix(change_detection): do not coalesce records with different directive indices vsavkin 2015-07-06 11:50:40 -07:00
  • 8681f79182 chore(typings): move comments to decorator args. Alex Eagle 2015-07-06 16:32:29 -07:00
  • b10d7a2e51 fix(angular2.d.ts): show typing for Component, etc Alex Eagle 2015-07-06 16:07:29 -07:00
  • a56d33d7ca feat(typings): mark void methods in angular2.d.ts Alex Eagle 2015-07-06 12:23:11 -07:00
  • 2b45bd2a63 fix(transformer): Put paramater data in the same order as the reflected version. Jacob MacDonald 2015-07-01 11:05:59 -07:00
  • 7986e7ce7e feat(transformer): Support @Injectable() on static functions Jacob MacDonald 2015-06-30 08:39:03 -07:00
  • 311b47720b fix(transformer): Fix string interpolation for bindings. Jacob MacDonald 2015-07-01 13:20:12 -07:00
  • 582551bea9 test(ProtoViewBuilder): correct duplicate tests Pawel Kozlowski 2015-07-03 14:01:49 +02:00
  • 19a0349681 chore(build): re-enable dev build for Dart Kevin Moore 2015-07-02 13:33:39 -07:00
  • 883b506445 fix(Http): add support for headers Itay Radotzki 2015-07-02 01:20:09 +03:00
  • d381c5fc8a feat: upgrade t2dart to 0.6.8. Martin Probst 2015-07-02 11:33:21 +02:00
  • ad506a7aaa chore(doc-gen): render "call" and "new" members of interfaces correctly Peter Bacon Darwin 2015-07-02 22:39:52 +01:00
  • ef3cc8e6eb chore(doc-gen): render optional members correctly Peter Bacon Darwin 2015-07-02 20:01:04 +01:00
  • 561b78a5b3 chore(doc-gen): generate router typings file Peter Bacon Darwin 2015-07-02 08:13:54 +01:00
  • a7ea2e5566 build(broccoli): concat all typescript error messages into the message of thrown exception Igor Minar 2015-07-02 21:53:12 -07:00
  • 1c94c32f4d fix(router): child routers should delegate navigation to the root router Igor Minar 2015-07-01 16:37:36 -07:00
  • d5ace7a562 test(route_link): add missing unit tests Igor Minar 2015-07-02 17:38:19 -07:00
  • 2ed251a5db docs(router): fix doc Igor Minar 2015-07-01 16:34:37 -07:00
  • 8d0d05c65f build(protractor): don't require benchpress bundle for all protractor tests Igor Minar 2015-07-01 16:37:16 -07:00
  • ac24a301bd build(gulp): remove the tmp cleanup code Igor Minar 2015-07-01 16:34:08 -07:00
  • ba440a04d1 chore: ignore .packages file Kevin Moore 2015-06-30 16:16:10 -07:00
  • cd65fc2a5e fix(compiler): detect and strip data- prefix from bindings Pawel Kozlowski 2015-06-23 19:07:09 +02:00
  • e69af1a3cd fix: handle errors w/o file information. Martin Probst 2015-06-26 14:43:51 -07:00
  • 75452c9858 update to alpha-29 Kathy Walrath 2015-07-01 17:40:50 -07:00
  • d1393b0581 fix(di): injecting null causes a cyclic dependency vsavkin 2015-07-01 16:06:15 -07:00
  • c1ba841d69 Update to alpha-28 Kathy Walrath 2015-07-01 17:02:06 -07:00
  • 46bb4e37ba chore(packaging): bump version to 2.0.0-alpha.29 Yegor Jbanov 2015-07-01 16:29:03 -07:00
  • 3a8e1661fa examples: added an example of a crud app vsavkin 2015-07-01 10:51:36 -07:00
  • 699b112715 Added traceur runtime script to the TS code in the step-by-step guide Sam Verschueren 2015-06-04 13:02:10 +02:00
  • 0598226e24 fix(compiler): don't trigger duplicated directives Pawel Kozlowski 2015-06-16 20:16:08 +02:00
  • 45d136e327 fix(index): display code example corretly Jacob Müller 2015-06-03 12:24:26 +02:00
  • 0b50258814 feat(pipes): add limitTo pipe Pouria Alimirzaei 2015-06-26 00:22:36 +04:30
  • 600d53c68e feat(pipes): support arguments in transform function Pouria Alimirzaei 2015-06-26 00:22:06 +04:30
  • f0e962c55e feat(di): removed app injector vsavkin 2015-06-29 11:15:49 -07:00
  • 73a939e76c fix(change detectors): Fix deduping of protos in transformed dart mode. Jacob MacDonald 2015-06-30 14:13:50 -07:00
  • dcdd73065a feat(transformers): provide a flag to disable inlining views Ted Sander 2015-06-20 18:09:23 -07:00
  • 34eaf65a79 docs(Http): add docs about breaking changes with EventEmitter/Observable Jeff Cross 2015-07-01 10:15:58 -07:00
  • 27e710019c chore(typing): use types for DOM API Alex Eagle 2015-06-30 17:38:33 -07:00
  • c2c361efcf build(npm): don't rely on fs-extra when purging node_modules Igor Minar 2015-07-01 09:19:03 -07:00
  • f020a5cdea chore(gulp): add a task to print dart & pub versions Victor Berchet 2015-06-17 13:24:59 +02:00
  • 530e742628 refactor(injector): remove unused function Pawel Kozlowski 2015-07-01 13:37:30 +02:00
  • a90063a827 chore(typing): restore some defn's now that dgeni is fixed Alex Eagle 2015-06-30 18:10:14 -07:00
  • de05d1bf46 build: speedup test.untit.dart by removing unneeded pub symlinks Igor Minar 2015-06-30 21:37:14 -07:00
  • 1fb948461e style: fix formatting for real Brian Ford 2015-06-30 20:38:08 -07:00
  • 27c050be86 style: fix formatting Brian Ford 2015-06-30 19:55:44 -07:00
  • f66ce096d8 feat(router): support deep-linking to anywhere in the app Brian Ford 2015-06-30 13:18:51 -07:00
  • 2335075506 feat(facade): add ListWrapper.toJSON method Brian Ford 2015-06-30 13:19:20 -07:00