Commit Graph

  • 0758165fb5 fix(compiler): allow identifiers with `-` in the template bindings as keys. Tobias Bosch 2014-12-01 16:05:44 -0800
  • 63053438ea fix(compiler): always wrap views into an own `<template>` element Tobias Bosch 2014-12-01 15:18:55 -0800
  • 95d86d151a fix(example): correct markup in the hello world example Pawel Kozlowski 2014-11-27 08:50:22 +0100
  • fc2181ec4e fix(Dart1.8): Promise handling Victor Berchet 2014-12-01 20:06:21 +0100
  • 0703ee526c fix(Dart1.8): fix analyzer warnings Victor Berchet 2014-12-01 19:19:07 +0100
  • 3e57189e45 fix(examples): fix hello_world example (js) Uri Shaked 2014-11-26 23:42:14 +0200
  • 1863d50978 feat(parser): adds support for variable bindings vsavkin 2014-11-26 09:44:31 -0800
  • a3d9f0fead fix(parser): handle empty strings vsavkin 2014-11-25 18:38:28 -0800
  • 6f889e3094 feat(di): add OpaqueToken to DI vsavkin 2014-11-25 18:52:42 -0800
  • 6187b80ce6 benchmark(compiler): add a benchmark measuring view instantiation in AngularDart 1.0 vsavkin 2014-11-17 20:47:05 -0800
  • c6f14dd833 feat(viewPort): adds initial implementation of ViewPort. Rado Kirov 2014-11-21 15:13:01 -0800
  • 9a28fa8590 refactor(change_detection): make RecordRange responsible for removing iself vsavkin 2014-11-25 14:25:12 -0800
  • 2b53a2f353 fix(ChangeDetector): fix issues with handling empty ranges vsavkin 2014-11-22 16:26:59 -0800
  • 2797075200 chore: use load-plugins to make gulpfile shorter Ciro Nunes 2014-11-11 14:37:19 -0200
  • 3d05f521fe fix(benchmarks): add the reflection module to benchmark config files vsavkin 2014-11-24 18:17:22 -0800
  • 9466592ca6 refactor(benchmarks): rename paths.js into register_system.js to match other benchmarks vsavkin 2014-11-24 18:16:50 -0800
  • bfd3c2d5a9 fix(reflection): update pubspec.yaml to add a missing dependency on reflection vsavkin 2014-11-24 18:03:26 -0800
  • f55011cde2 fix(reflection): fix a typo vsavkin 2014-11-24 18:02:21 -0800
  • 9a9a13a553 feat(change_detection): add benchmarks vsavkin 2014-11-14 16:51:55 -0800
  • 6e8175a816 feat(Reflection): extract reflection capabilities into a separate module vsavkin 2014-11-20 12:07:48 -0800
  • 044625a098 chore: Make field declarations explicit Misko Hevery 2014-11-21 21:19:23 -0800
  • ab961b327e feat(RecordRange): Set context for implicit receivers only Victor Berchet 2014-11-24 15:32:25 +0100
  • 69af7ea2c0 feat(ChangeDetection): convert Record.mode to a bit field Victor Berchet 2014-11-24 12:28:54 +0100
  • ead2769dd6 fix(examples): hello-world app on Windows Marc Laval 2014-11-20 08:57:32 +0100
  • 03e2c94c6c doc(readme): adds examples to readme. Rado Kirov 2014-11-21 15:17:00 -0800
  • 70c38e6260 doc(example): adds comments to the hello world app. Rado Kirov 2014-11-20 12:14:02 -0800
  • 2980eb5b0b refactor(ChangeDetector): rename WatchGroup into RecordRange vsavkin 2014-11-19 15:52:01 -0800
  • 862c6412c4 feat(ChangeDetector): implement enabling/disabling watch group vsavkin 2014-11-18 17:26:38 -0800
  • 41856ad3f0 fix(build): don’t do `pub get` until all pub specs have been copied Tobias Bosch 2014-11-19 17:22:06 -0800
  • fc5b7edca4 feat(compiler): support `on-` and `[]` Tobias Bosch 2014-11-19 14:54:07 -0800
  • c6846f1163 feat(compiler): new semantics for `template` attributes and view variables. Tobias Bosch 2014-11-18 16:38:36 -0800
  • f864aa1f8e fix(class fields): handle untyped fields Victor Berchet 2014-11-19 19:43:36 +0100
  • d6193e9073 feat(examples): adds hello-world app. Rado Kirov 2014-11-07 14:30:04 -0800
  • 1221857d17 feat(bootstraping): application bootstrapping implementation. Rado Kirov 2014-11-07 14:30:04 -0800
  • f0d6464856 feat(ChangeDetector): change View to construct a WatchGroup hierarchy vsavkin 2014-11-17 17:22:45 -0800
  • 384f0ae858 feat(Change Detection): Child watch groups Victor Berchet 2014-10-31 11:49:55 +0100
  • 7482b682d6 fix(test_lib): allow equality tests for `Map` Tobias Bosch 2014-11-17 17:39:39 -0800
  • b2ecdb5da7 fix(compiler): use parentheses around expressions and escape quotes Tobias Bosch 2014-11-14 14:18:23 -0800
  • 03882dcccc refactor(ElementInjector): remove stale file and make StaticKeys private Tobias Bosch 2014-11-17 16:32:33 -0800
  • daf8f72b74 feat(ChangeDetector): implement enabling/disabling records vsavkin 2014-11-14 15:35:41 -0800
  • 8dfbc242af refactor(benchmark): simplify writing benchmarks Tobias Bosch 2014-11-17 11:01:21 -0800
  • be4cb2db3a feat(view): add support for instantiation of nested component views. Rado Kirov 2014-11-12 11:40:36 -0800
  • b07ea6b90e feat(compiler): add benchmarks Tobias Bosch 2014-11-14 14:03:03 -0800
  • aa9eeb80e7 fix(change_detection/lexer): support production mode Tobias Bosch 2014-11-14 14:22:13 -0800
  • 7d0673723f chore: remove unnecessary file Ciro Nunes 2014-11-11 11:48:40 -0200
  • d7208b8429 feat(ElementInjector): add NgElement vsavkin 2014-11-14 10:58:58 -0800
  • ac8351b7bc feat(ElementInjector): change ElementInjector so @parent and @ancestor do not include self. vsavkin 2014-11-14 09:20:32 -0800
  • b87891d77c chore: change the built task to ignore "unused import" errors vsavkin 2014-11-14 13:07:06 -0800
  • e15bcf0ffd refactor(ChangeDetector): pass formatters when instantiating a watch group vsavkin 2014-11-14 12:34:35 -0800
  • 03410850b4 feat(change_detector): cleanup vsavkin 2014-11-11 18:36:44 -0800
  • 34d76f1c73 feat(change_detector): add support for map literals vsavkin 2014-11-11 17:47:45 -0800
  • 75fd98428a feat(change_detector): add support for array literals vsavkin 2014-11-11 17:39:40 -0800
  • 0e6d52306b feat(change_detector): add support for ternary vsavkin 2014-11-11 17:18:09 -0800
  • f38b94067a feat(change_detector): add support for negate vsavkin 2014-11-11 17:02:59 -0800
  • 4e38e3a96c feat(change_detector): add support for method calls vsavkin 2014-11-11 16:54:15 -0800
  • dcd905ae85 feat(change_detector): add support for formatters vsavkin 2014-11-11 16:30:54 -0800
  • 79a9430f2c feat(change_detection): add support for binary operations and literals vsavkin 2014-11-10 16:11:29 -0800
  • b8e3617a1d refactor(annotations): replace Module functions with plain lists. Rado Kirov 2014-11-14 12:41:05 -0800
  • 1b79c91320 fix(compiler, view): centralize TemplateElement checks and fix inconsistencies Tobias Bosch 2014-11-14 10:37:42 -0800
  • 5e0ff2cbb7 refactor(ElementBinder): Store componentDirective and templateDirective as well. Tobias Bosch 2014-11-13 15:15:55 -0800
  • 352b6406ad fix(BaseException): Support stack traces in BaseException Tobias Bosch 2014-11-13 15:14:57 -0800
  • 7308a3acc7 refactor(ElementInjector): support components Tobias Bosch 2014-11-12 11:17:46 -0800
  • c68e78075a feat(transiler/dart): re-export imported vars Vojta Jina 2014-11-10 17:18:30 -0800
  • c5153175b6 fix(transpiler/dart): re-exporting only some bindings Vojta Jina 2014-11-10 10:40:07 -0800
  • 7a70f8f92d feat(compiler): initial version of the compiler. Tobias Bosch 2014-11-11 17:33:47 -0800
  • 62efb56b0a fix(lang): fix small typo. Sekib Omazic 2014-11-08 13:12:25 +0100
  • 398571e3e4 docs(di): simple typo Sekib Omazic 2014-11-08 17:26:05 +0100
  • 93f6d26f68 feat(transpiler): Transform template strings to triple quoted Dart strings Tommy Odom 2014-11-09 10:06:20 -0500
  • 4f416694a5 bug(transpiler): Support optional arguments in annotations. Rado Kirov 2014-11-07 15:20:06 -0800
  • 90fd1a9227 refactor(Parser): cleanup vsavkin 2014-11-06 12:00:09 -0800
  • cb276fe412 Fixed small typo in example Alxandr 2014-11-07 05:53:18 +0100
  • 7a3be938d5 chore(package.json): correct Apache-2.0 license PatrickJS 2014-11-06 18:20:57 -0800
  • d16d6a02ab feat(transpiler): class fields for Dart Vojta Jina 2014-11-07 09:31:51 -0800
  • b4ff802e28 feat(deps): update Traceur 0.0.74 Vojta Jina 2014-11-06 15:31:17 -0800
  • a1c6f1bbe9 refactor(Key): extract KeyRegistry to remove the need in `Key.clear` vsavkin 2014-11-06 10:55:34 -0800
  • 9448d78aa8 refactor(ProtoElementInjector): change `instantiate` to take positional args vsavkin 2014-11-06 10:13:07 -0800
  • b5f6417635 refactor(ElementInjector): use `index` instead of the `elementInjector` field to instantiate element injectors vsavkin 2014-11-04 17:03:35 -0800
  • 7908533336 refactor(Parser): cleanup vsavkin 2014-11-06 09:09:34 -0800
  • 693489ce38 refactor(Parser): cleanup vsavkin 2014-11-05 17:10:37 -0800
  • 7b777b1f71 feat(Parser): add support for method invocations vsavkin 2014-11-05 15:38:44 -0800
  • 977bc77c96 feat(Parser): improve error handling vsavkin 2014-11-05 13:53:45 -0800
  • ac060ed405 feat(Parser): add support for arrays and maps vsavkin 2014-11-05 13:48:36 -0800
  • 8cc008bda1 feat(Parser): add support for assignments vsavkin 2014-11-05 10:00:19 -0800
  • 8e6326f838 feat(transpiler): allow @CONST annotation on class Tommy Odom 2014-11-02 14:21:11 -0500
  • 0a766f4654 feat(Change Detection): Implement map changes Victor Berchet 2014-10-29 21:56:31 +0100
  • 1bd304e7ab feat(Change Detection): Implement collection changes Victor Berchet 2014-10-28 18:56:15 +0100
  • 7d0a83a24c chore(gulp-traceur): better error reporting Vojta Jina 2014-11-05 11:42:23 -0800
  • 9dd7cae9fd chore(travis): fix the build Vojta Jina 2014-11-05 11:18:40 -0800
  • 4a753926b4 chore: fix modules/build.dart/pubspec Vojta Jina 2014-11-04 16:37:28 -0800
  • d8aa4fbb70 chore(karma): add karma.conf.js symlink Vojta Jina 2014-11-04 15:07:18 -0800
  • 2b7738c12c fix(example): make it work Vojta Jina 2014-11-04 15:05:33 -0800
  • 1dc5a22f07 chore: source maps for Karma/Gulp Vojta Jina 2014-10-30 18:52:32 +0100
  • 18cdab7450 refactor(parser): clean up tests vsavkin 2014-11-04 16:08:01 -0800
  • 03c779321f cleanup(parser): add type annotations to all AST classes vsavkin 2014-11-04 15:54:00 -0800
  • 52b3838a21 feat(parser): split parse into parseBinding and parseAction vsavkin 2014-11-04 15:51:56 -0800
  • 00bc9e5d56 feat(parser): add support for formatters vsavkin 2014-11-04 10:19:37 -0800
  • 8a829d346b feat(parser): throw when expected an identifier vsavkin 2014-11-04 09:21:28 -0800
  • c41f59c794 feat(parser): change Parser to return null when one of the operands is null vsavkin 2014-11-04 09:06:46 -0800
  • a7fe25d93f feat(parser): add support for ternary operator vsavkin 2014-11-03 17:25:16 -0800
  • 965fa1a985 feat(parser): adds basic expressions to the parser. Rado Kirov 2014-10-30 23:47:22 -0700