Commit Graph

  • 8c566dcfb5 feat(elementBinder): introduce element binder. Rado Kirov 2014-10-30 14:41:19 -0700
  • ec7e8534c2 doc(debug): add instructions for debugging the tests in the README Victor Berchet 2014-10-29 17:52:15 +0100
  • 91f50b67b7 feat(view): hook watch group instantiation in the view. Rado Kirov 2014-10-29 15:41:50 -0700
  • 01e6c7b70c feat(Parser): implement Parser vsavkin 2014-10-28 12:22:38 -0400
  • acd7035347 feat(test_lib): change test_lib.dart to structurally compare objects vsavkin 2014-10-29 14:26:52 -0400
  • 9bd65abb32 feat(ElementInjector): throw when encounter a cyclic dependency vsavkin 2014-10-27 13:02:46 -0400
  • b0c9d05ea7 feat(view): add onChange implementation to view. Rado Kirov 2014-10-27 23:16:31 -0700
  • e1c84e02f8 chore: adds Windows support for build Marc Laval 2014-10-27 17:32:55 +0100
  • 87b0d3fcc5 docs(readme): add missing prerequsite [karma-cli] Blake La Pierre 2014-10-27 04:59:12 -0700
  • abb3ee4507 docs(readme): add installation of pub as a pre-requisite Harry Wolff 2014-10-28 09:07:30 -0400
  • 08d4a37c06 feat(selector): initial version of the selector Tobias Bosch 2014-10-28 14:46:55 -0700
  • d0c870fb32 feat(facade/collection): add StringMap support Tobias Bosch 2014-10-28 14:46:38 -0700
  • d4c099de8c feat(facade/lang): add math and regexp support Tobias Bosch 2014-10-28 14:46:09 -0700
  • cc115d58ca fix(facade/lang): use strict equality for performance Tobias Bosch 2014-10-28 14:45:50 -0700
  • 2ab526e88b chore(travis): cleanup travis.yml Victor Berchet 2014-10-28 11:51:00 +0100
  • cc502c81d6 chore(gulp): cleanup gulp file Victor Berchet 2014-10-28 11:45:48 +0100
  • c90a7114d3 feat(ChangeDetector): Add support for chained properties Victor Berchet 2014-10-27 17:57:36 +0100
  • 63494a74bf chore(pubspec): fix a typo Victor Berchet 2014-10-28 11:17:00 +0100
  • c11ca944d4 perf(ElementInjector): add a benchmark measuring the instantiation of element injectors without using reflection vsavkin 2014-10-27 16:09:10 -0400
  • e3b772425e feat(ElementInjector): change ElementInjector to accept bindings or types vsavkin 2014-10-27 16:07:20 -0400
  • 94958e084e fix(super): `super()` now means call the proto of the current function. Victor Berchet 2014-10-17 13:08:57 +0200
  • 31831eee5e feat(View): implement ProtoView.instantiate vsavkin 2014-10-27 11:47:13 -0400
  • 79d270c3dd feat(ElementInjector): add support for "special" objects vsavkin 2014-10-16 15:10:17 -0400
  • e3548b497f feat(ElementInjector): implement ElementInjector vsavkin 2014-10-14 16:00:35 -0400
  • ea0df352be feat(di): add metadata to Key vsavkin 2014-10-20 15:17:06 -0400
  • 2a4b63b614 refactor(collection): use Map instead of Object vsavkin 2014-10-18 17:50:55 -0400
  • 1f4caa8773 feat(benchmark): add a simple benchmark for the di module vsavkin 2014-10-08 16:15:38 -0400
  • 035dc5ba44 feat(transpiler): add support for getters vsavkin 2014-10-16 16:10:21 -0400
  • 2f732c6b84 docs(di): add docs to di module vsavkin 2014-10-09 09:44:18 -0400
  • 1a7d5160f2 use Promise instead of Future vsavkin 2014-10-10 15:44:56 -0400
  • f524a89cb6 feat(injector): add support for default bindings vsavkin 2014-10-10 11:36:06 -0400
  • ee1e54cf0a feat(transpiler): add support for named params to new expressions vsavkin 2014-10-10 11:50:50 -0400
  • b71cd9f380 refactor(di): use boolean instead of bool vsavkin 2014-10-10 14:07:59 -0400
  • 92b2559109 refactor(di): cleanup vsavkin 2014-10-12 17:03:22 -0400
  • c3d9b5c91e refactor(di): simplify Injector API vsavkin 2014-10-10 16:31:27 -0400
  • f0870791f6 refactor(di): cleanup to make dartanalyzer happy vsavkin 2014-10-10 10:00:23 -0400
  • 97667e2591 refactor(di): make use of optional parameters vsavkin 2014-10-10 09:56:43 -0400
  • 3f3fb7017e refactor(injector): implement support for nested bindings vsavkin 2014-10-09 12:18:35 -0400
  • 0b60f8494d style(di): add new lines vsavkin 2014-10-09 12:09:50 -0400
  • d313cac42f refactor(injector): change toFactory to use reflector to construct dependencies vsavkin 2014-10-09 11:35:13 -0400
  • 06a221671c refactor(injector): cleanup vsavkin 2014-10-09 11:08:00 -0400
  • 9b411372df feat(injector): change injector to recover from errors vsavkin 2014-10-09 11:03:36 -0400
  • b9d03e6635 refactor(di): move Dependency from key.js to binding.js vsavkin 2014-10-09 10:55:18 -0400
  • a9896ed391 design: view instantiation test Misko Hevery 2014-10-10 20:44:55 -0700
  • 2d19e7122b refactor(transpiler): instanceof Vojta Jina 2014-10-09 14:04:25 -0700
  • c7e9d10f0b test(transpiler): add spec for instanceof Vojta Jina 2014-10-09 14:04:13 -0700
  • 85ee62cb0d chore(transpiler): show filepath when error happens Vojta Jina 2014-10-09 15:17:53 -0700
  • 94e556465b fix(transpiler): only call transform/visit when defined Vojta Jina 2014-10-09 15:08:30 -0700
  • d1b90e125b feat(transpiler): add support for arrow functions Victor Berchet 2014-10-02 11:51:10 +0200
  • 1214f423b4 feat(transpiler): implement optional params vsavkin 2014-10-02 12:04:41 -0400
  • fb01551620 chore: allow running Dart/JS Karma at the same time Vojta Jina 2014-10-09 13:50:25 -0700
  • 5818c3bf28 refactor(named parameters): mimic original traceur architecture Victor Berchet 2014-10-08 12:46:38 +0200
  • 5527a1b1a4 feature(change detection): implement barebone ChangeDetector Victor Berchet 2014-10-02 15:14:32 +0200
  • 38340ce8d9 test(transpiler): add a cycle import spec Vojta Jina 2014-10-06 17:52:23 -0700
  • 6efb7f9017 transpiler: normalize Dart library name Vojta Jina 2014-10-06 17:44:25 -0700
  • cfc5fdc60d chore: use es6-module-loader Vojta Jina 2014-10-06 17:35:00 -0700
  • 774901c225 chore(karma): use ChromeCanary as the default for JS Chirayu Krishnappa 2014-10-02 13:38:12 -0700
  • e4ce69dcc7 test(scanner): port the rest of the lexer tests from AngularDart Chirayu Krishnappa 2014-10-06 12:44:38 -0700
  • 5162b3c0ca refactor(reflector): cleanup vsavkin 2014-10-07 10:42:27 -0400
  • 7d566adea0 style(reflector): formatting vsavkin 2014-10-07 10:34:07 -0400
  • 187c4aa33c refactor(injector): uses one instance of reflector instead of creating a new instance every time vsavkin 2014-10-07 10:17:51 -0400
  • ab4f86a0cb refactor(injector): cleanup vsavkin 2014-10-07 10:03:06 -0400
  • ea22cc4c7a refactor(injector): add @FIELD annotations to Key and Dependency vsavkin 2014-10-07 09:39:52 -0400
  • df09a7c817 refactor(injector): add bool and int annotations vsavkin 2014-10-07 09:37:45 -0400
  • 971e31fcd3 feat(facade): add bool type vsavkin 2014-10-07 09:37:23 -0400
  • 4e0c368c03 refactor(injector): remove DIError vsavkin 2014-10-07 09:21:00 -0400
  • 62004e22e0 feat(injector): change injector to show the full path when error happens in a constructor (async) vsavkin 2014-10-07 09:04:11 -0400
  • e7666d0612 feat(injector): handle async cyclic dependencies vsavkin 2014-10-06 16:24:12 -0400
  • a0176273c5 feat(injector): implement InjectLazy vsavkin 2014-10-06 13:45:24 -0400
  • e02cdfe733 feat(injector): handle in-progress async construction vsavkin 2014-10-06 11:36:22 -0400
  • 4d6c7481ad feat(injector): handle construction errors vsavkin 2014-10-06 10:13:33 -0400
  • 14af5a0a42 feat(injector): implement async dependencies vsavkin 2014-10-05 16:25:42 -0400
  • a814d48bbc refactor(injector): use @CONST to create the Inject annotation vsavkin 2014-10-03 20:34:37 -0400
  • f63a5dd158 refactor(injector): change reflector to collect the resolving path only when an error occurs vsavkin 2014-10-03 17:26:49 -0400
  • 15305b6cd7 refactor(facade): instantiate a fixed length array vsavkin 2014-10-03 16:31:12 -0400
  • a85812f688 refactor(injector): rename humanize into stringify vsavkin 2014-10-03 16:29:59 -0400
  • b2199632c7 feat(injector): initial implementaion of dynamic injector vsavkin 2014-09-30 14:56:33 -0400
  • 6c8da62c1b fix: Enabled annotation support for Dart Misko Hevery 2014-10-02 21:48:46 -0700
  • cbd429640f chore: remove hello test Misko Hevery 2014-10-02 20:55:35 -0700
  • 089a2f1b62 feat(transpiler): constructor and typed field semantics Victor Berchet 2014-10-01 16:29:45 +0200
  • fd0c2d8063 design: added selector interface Misko Hevery 2014-10-02 20:39:27 -0700
  • 33af1d0b39 chore(build): execute `pub get` only if a pubspec.yaml changed and run `dart analyzer` on all dart files Tobias Bosch 2014-10-02 12:27:01 -0700
  • 64fe73e20d feat(transpiler): handle named params vsavkin 2014-09-30 16:25:20 -0400
  • f9923ea7db test: add example test for change_detection Misko Hevery 2014-10-01 22:05:46 -0700
  • 78d758b4bb fixes to get tests green with karma dart Chirayu Krishnappa 2014-10-01 19:58:22 -0700
  • d7d52aaef2 refactor(lexer): rename to scanner, use ints, etc. Chirayu Krishnappa 2014-10-01 16:58:52 -0700
  • 3482fb1291 feat(facade/lang): support int Chirayu Krishnappa 2014-10-01 16:57:38 -0700
  • c7feaba1cb feat(DartWriter): support string interpolation Chirayu Krishnappa 2014-10-01 16:56:44 -0700
  • c85ab3a5a4 feat(lexer): initial (wip) implementation. Chirayu Krishnappa 2014-09-26 13:52:12 -0700
  • cff47d4f8e fix(DartWriter): number (js) maps to num (dart) Victor Berchet 2014-09-26 09:25:52 +0200
  • 99bad64c3f doc(README): HOWTO debug the transpiler Victor Berchet 2014-10-01 17:32:59 +0200
  • 69210e4fde design: add test change_detection Misko Hevery 2014-09-30 16:39:37 -0700
  • 934f31a4fa chore: fix karma dart setup Vojta Jina 2014-09-30 16:55:59 -0700
  • e3254d4a7d design: update change_detection Misko Hevery 2014-09-30 15:50:20 -0700
  • 64d3cc68f0 refactor(transpiler): split the monolithic dart transformer Victor Berchet 2014-09-30 16:14:22 +0200
  • 92375c0281 chore(README): update instructions Victor Berchet 2014-09-30 14:21:46 +0200
  • 85b5543f62 feat: travis-ci integration Tobias Bosch 2014-09-29 14:20:23 -0700
  • 1907c590c8 refactor: removed stale build file Tobias Bosch 2014-09-29 14:21:38 -0700
  • c79f0c3472 refactor: simplify and make tests work in JS and Dart Tobias Bosch 2014-09-28 13:55:01 -0700
  • 817c005845 test: added simple View test Misko Hevery 2014-09-28 20:02:32 -0700