yjbanov
b4cde697b5
chore(facade): make normalizeBlank less nonsensical
2015-07-14 17:21:54 -07:00
vsavkin
7531b48d02
fix(di): instatiate services lazily
2015-07-14 17:10:30 -07:00
Ted Sander
2bc1217409
feat(transformers): expose DI transformer for use by packages
...
Expose the DI transformer for packages that have injectable objects but do not
contain the application or angular views.
Closes #2814
2015-07-14 16:59:03 -07:00
Misko Hevery
b73ba68215
refactor(LifecycleEvent): change from onInit to Lifecycle.onInit
...
BREAKING CHANGE
Closes #2928
2015-07-14 16:51:44 -07:00
Caitlin Potter
e1e7912ab2
chore(benchmarks): use `isSupported()` rather than `!isJsObject()`
...
Seems more accurate, and would allow `isJsObject()` to handle typical
`{}`-literals in dart, which could be useful
Closes #2995
2015-07-14 16:46:25 -07:00
Jacob MacDonald
e988f59c08
fix(html_adapter): Implement hasAttribute and getAttribute.
...
Fixes the template compiler when running on the server.
2015-07-14 14:48:00 -07:00
Martin Probst
3810e4bed3
feat: upgrade ts2dart to 0.6.9.
2015-07-14 11:15:15 -07:00
Yegor
27233cff31
chore(process): add core/webworker component to TRIAGE_AND_LABELS.md
2015-07-14 11:15:10 -07:00
Jeff Cross
34993f7691
chore(package.json): bump version to 2.0.0-alpha.31
2015-07-14 10:52:39 -07:00
Victor Berchet
7dc1dff816
refactor(NgZone): idiomatic Dart
2015-07-14 09:17:15 +02:00
Matias Niemelä
5677bf73ca
feat(router): introduce matrix params
...
Closes #2774
Closes #2989
2015-07-13 17:15:13 -07:00
Brian Ford
97ef1c27df
fix(router): export lifecycle hooks in bundle
2015-07-13 17:03:42 -07:00
vsavkin
04baa46efe
fix(di): removed default visibility
...
BREAKING CHANGE:
Directives will use the Unbounded visibility by default, whereas before the change they used Self
2015-07-13 16:00:07 -07:00
Jacob MacDonald
4bdc91892a
chore(transformer): add a test that generated change detectors dont call notifyOnBinding for template variables
2015-07-13 15:09:06 -07:00
Tobias Bosch
b3a763a718
fix(compiler): keep `DOM.hasProperty` in sync between browser and transformer.
...
Right now, we always return true until
we have property schema support (#2014 ).
Fixes #2984
Closes #2981
2015-07-13 15:09:06 -07:00
Rado Kirov
7ee6963f5d
feat(query): initial implementation of view query.
...
ViewQuery is a new API that allows a component to query its view.
Closes #1935
2015-07-13 14:44:55 -07:00
Mark Ethan Trostler
1eab4f5f07
feat(license): include license files in dev and dev.sfx bundles
2015-07-13 14:01:56 -07:00
Jacob MacDonald
cf103de4a7
fix(transformer): Event getters now use property name not event name
2015-07-13 10:42:09 -07:00
Brian Ford
a9a552c112
feat(router): lifecycle hooks
...
Closes #2640
2015-07-13 09:12:15 -07:00
vsavkin
f5f85bb528
chore: added modules/.settings to .gitignore
...
Closes #2993
2015-07-13 09:15:46 +02:00
Richard Sentino
bdfef4ed16
docs(util/decorators): fix typos in ClassDefinition interface
...
Closes #3000
2015-07-13 09:08:12 +02:00
Peter Bacon Darwin
4d80ce5b4a
chore(doc-gen): add some tests for typescript-definition-package
2015-07-12 19:10:58 +01:00
Peter Bacon Darwin
09bb114a4d
chore(doc-gen): convert heritage for private constructor classes
...
When we are creating a type definition file for a class has a private constructor,
we convert it to a combination of an instance of a concrete type with no constructor and an interface that contains the other methods.
When this happens, we must also convert the class's heritage from
`implements` to `extends` since interfaces cannot implement other interfaces
or classes.
Fixes a problem with #2996
Closes #3002
2015-07-12 18:53:31 +01:00
Martin Probst
3bf8c18c56
chore: run clang-format on code base.
...
This fixes several minor indentation issues (instanceof precendence,
type declaration specificity, template string length calculation).
This should also fix some flip-flop situations with template strings.
2015-07-12 18:50:52 +02:00
Martin Probst
45994a53ce
feat: upgrade clang-format to v1.0.28.
2015-07-12 18:50:52 +02:00
Peter Bacon Darwin
875db11822
chore(doc-gen): update dgeni-packages to 0.10.18
...
0.10.18 has fixed the `@private` tag so this is not needed locally any more
2015-07-11 07:21:46 +01:00
Peter Bacon Darwin
2e4a2a0e5a
chore(doc-gen): remove unnecessary `@public` and `@exportedAs` tags
2015-07-11 07:21:46 +01:00
Peter Bacon Darwin
9fa7d38133
chore(doc-gen): put typescript stuff into its own package
...
This means that we can now run just the d.ts file generation by running:
```bash
gulp docs/typings
```
In addition the type definition generation was messing with the other docs tasks
so separating it also fixes problems there.
2015-07-11 07:21:45 +01:00
Peter Bacon Darwin
927454c8fa
chore(doc-gen): don't use `string` module to stripTags
...
This module writes a file called `string` containing the text `testtest`
to the file system when it initialize.
See https://github.com/arturadib/shelljs/issues/212
2015-07-11 07:21:33 +01:00
yjbanov
0e28297e68
feat(zone): add "on event done" zone hook
2015-07-10 15:45:52 -07:00
Jeff Cross
1eebceab27
feat(pipes): add static append method to Pipes
...
This change allows creation of a new Pipes binding with new pipes appended
to pipes of an inherited Pipes instance.
Closes #2901
2015-07-10 15:42:57 -07:00
Jeff Cross
9a70f84e60
refactor(pipes): rename PipeRegistry to Pipes
...
BREAKING CHANGE:
This change renames all instances of PipeRegistry to Pipes.
As part of this change, the former "defaultPipes" export is
now a Pipes instance, instead of a map. The map that was previously
called "defaultPipes" no longer exists, but may be accessed via
defaultPipes.config.
2015-07-10 15:42:56 -07:00
Jeff Cross
8b3efdf229
chore(pipes): rename pipe_registry.ts -> pipes.ts
...
This is its own commit so that tools have an easier time of preserving
history of the file, by keeping the diff between pipes.ts and
pipe_registry.ts minimal.
Also moved pipe_registry_spec.ts
2015-07-10 15:42:56 -07:00
Sigmund Cherem
1427d73b66
fix(example): add missing todo
2015-07-10 15:21:03 -07:00
Sigmund Cherem
62589293aa
fix(transformer): fix 'pub build' in examples
2015-07-10 15:08:48 -07:00
Rado Kirov
749d043258
fix(css_shim): fixes multiple uses of polyfill-unscoped-rule.
2015-07-10 12:40:57 -07:00
vsavkin
a6210466c7
fix(di): do not use exceptions to detect if reflection is enabled
2015-07-10 10:50:03 -07:00
Julie Ralph
71c65b47f9
feat(test): add test bundle
...
Create a bundle for the test library, TestComponentBuilder,
TestInjector, and DebugElement.
Internal tests use a superset of the bundle.
2015-07-09 18:07:48 -07:00
vsavkin
0ed5dd0d7b
fix(di): hostInjector and viewInjector support nested arrays
2015-07-09 15:03:38 -07:00
Pouria Alimirzaei
b716046b97
feat(pipes): add date pipe
...
Closes #2877
2015-07-09 15:00:14 -07:00
Pouria Alimirzaei
3143d188ae
feat(pipes): add number (decimal, percent, currency) pipes
2015-07-09 14:59:57 -07:00
vsavkin
b54e7214f0
chore: removed angular2.api.ts
...
BREACKING CHANGE:
We export InjectMetadata instead of InjectAnnotation
2015-07-09 13:54:07 -07:00
Matias Niemelä
d6dadc6efc
fix(router): fix broken `HashLocationStrategy` string issue for dart
2015-07-09 13:21:17 -07:00
Rado Kirov
546a8f9218
fix(package.json): move some deps into dev deps.
...
Closes #2448
2015-07-09 12:59:20 -07:00
Alex Eagle
fe49a7fc40
chore(build): upload dart artifacts to GCS
...
second attempt after rollback of https://github.com/angular/angular/pull/2946
After each successful build in the dart stable variant, this uploads just enough of the dart
artifacts to mirror what we would push to pub.
By uploading the files instead of a zip, this lets dart users depend on an unreleased snapshot
of angular2, and lets us easily fetch the dart artifacts for sync into google3
without having to re-build (potentially in a subtly different environment).
This doesn't upload anything for pull requests.
2015-07-09 11:55:04 -07:00
Victor Berchet
447926dc08
refactor(RegExp): use /.../ to create RegExp literal
...
fixes #2691
2015-07-09 09:14:25 +02:00
Matias Niemelä
258da88765
revert: example(routing): adding routing example and e2e tests
...
This reverts commit 718fa35167
.
2015-07-08 23:03:29 -07:00
Alex Eagle
e79dd6aa2d
fix(build) clang-format
2015-07-08 18:34:39 -07:00
Matias Niemelä
2c37cc5fcb
chore(examples): fix dart issues with router example
2015-07-08 18:01:32 -07:00
Alex Eagle
206c9bdd74
fix(build): remove the travis deploy step, which is broken.
...
I need to test this on a fork+travis rather than break the angular build.
2015-07-08 17:42:50 -07:00