angular/modules/@angular/compiler/src
Victor Berchet b867764b0d refactor(template): remove supporter deprecated var / # (#11084)
BREAKING CHANGES:

- `#` and `var` are not supported any more in expressions, use `let`,
- `var-<name>` could not be used any more on templates, use `let-<name>`,
- `var-<name>` could not be used any more to create a reference, use `ref-<name>`.
2016-08-25 15:21:33 -07:00
..
animation feat(animations): make sure animation callback reports the totalTime (#11022) 2016-08-24 16:55:00 -07:00
css_parser chore(imports): don't import ExceptionHandler from facade (#10620) 2016-08-10 15:55:18 -07:00
expression_parser refactor(template): remove supporter deprecated var / # (#11084) 2016-08-25 15:21:33 -07:00
i18n feat(i18n): xliff integration 2016-08-15 22:28:38 -07:00
ml_parser feat(i18n): add an HtmlParser decorator (#10645) 2016-08-11 21:00:35 -07:00
output fix(compiler): Correctly handles references to static methods (#11013) 2016-08-23 11:58:12 -07:00
schema feat(core): add NO_ERRORS_SCHEMA that allows any properties to be set on any element (#10956) 2016-08-19 16:05:34 -07:00
template_parser refactor(template): remove supporter deprecated var / # (#11084) 2016-08-25 15:21:33 -07:00
view_compiler refactor(animations): deport TCB away from animation-land forever (#10892) 2016-08-22 17:18:25 -07:00
assertions.ts refactor(HmtlLexer): cleanup 2016-07-12 15:26:03 -07:00
chars.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
compile_metadata.ts refactor(core): remove deprecated @Component.directives and @Component.pipes 2016-08-23 09:59:00 -07:00
compiler.ts refactor: remove obsolete analyzeAppProvidersForDeprecatedConfiguration 2016-08-25 13:29:43 -07:00
config.ts cleanup(platform): removed webworker and server deprecated apis (#10745) 2016-08-15 13:44:01 -07:00
directive_normalizer.ts fix(platform-browser-dynamic): Rename CACHED_TEMPLATE_PROVIDER to RESOURCE_CACHE_PROVIDER (#10866) 2016-08-17 09:24:44 -07:00
directive_resolver.ts refactor(core): remove deprecated @Component.directives and @Component.pipes 2016-08-23 09:59:00 -07:00
facade repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
identifiers.ts refactor(animations): deport TCB away from animation-land forever (#10892) 2016-08-22 17:18:25 -07:00
lifecycle_reflector.ts refactor(Type): merge Type and ConcreType<?> into Type<?> (#10616) 2016-08-10 18:21:28 -07:00
metadata_resolver.ts fix(compiler): throw descriptive error meesage for invalid NgModule providers (#10947) 2016-08-23 16:18:41 -07:00
ng_module_compiler.ts refactor(core): introduce @NgModule.bootstrap and ngDoBootstrap method 2016-08-02 11:23:26 -07:00
ng_module_resolver.ts refactor(Type): merge Type and ConcreType<?> into Type<?> (#10616) 2016-08-10 18:21:28 -07:00
offline_compiler.ts fix(ngc): don't codegen foo.d.ngfactory.ts from foo.d.ts (#10833) 2016-08-18 10:11:06 -07:00
parse_util.ts fix(compiler): report better error messages for host bindings 2016-07-28 11:21:50 -07:00
pipe_resolver.ts refactor(Type): merge Type and ConcreType<?> into Type<?> (#10616) 2016-08-10 18:21:28 -07:00
provider_analyzer.ts refactor: replace any[] with Provider[] where possible 2016-08-25 13:29:03 -07:00
resource_loader.ts fix(platform-browser-dynamic): Rename CACHED_TEMPLATE_PROVIDER to RESOURCE_CACHE_PROVIDER (#10866) 2016-08-17 09:24:44 -07:00
runtime_compiler.ts refactor(core): remove deprecated @Component.directives and @Component.pipes 2016-08-23 09:59:00 -07:00
selector.ts chore(imports): don't import ExceptionHandler from facade (#10620) 2016-08-10 15:55:18 -07:00
shadow_css.ts refactor(core): replace some for statements with map/reduce 2016-08-14 10:10:07 -07:00
style_compiler.ts refactor: misc cleanup (#10046) 2016-07-13 11:01:32 -07:00
style_url_resolver.ts refactor(RegExpWrapper): remove the facade (#10512) 2016-08-05 09:50:49 -07:00
url_resolver.ts refactor(RegExpWrapper): remove the facade (#10512) 2016-08-05 09:50:49 -07:00
util.ts refactor: IS_DART === false 2016-08-01 11:34:51 -07:00