Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/prettier/angular-html-parser

An HTML parser extracted from Angular with some modifications
https://github.com/prettier/angular-html-parser

Update README.md

Don't tell people to build angular from source themselves. Our examples are not well-constructed...

c5bd3f0773788a9d83aae2880acf5af851e3fea4 authored over 9 years ago
feat(material): early version of md-input

Closes #1753

ad239218140989ca28d26dc58ef4f7737a25e3d6 authored over 9 years ago
build(gulp): check node and npm version and log a warning if incompatible

Closes #1758

31cbec08571f277e78127b65749ae2b4909b7e73 authored over 9 years ago
fix(change_detection): updated dynamic change detector not to mutate when throwing

Closes #1762

d717529e9a8648a602c98dd5df09f0165866d51d authored over 9 years ago
refactor(render): remove recursion from renderer

The goal is to make implementing a renderer straight forward.

BREAKING_CHANGE:

- Renderer inte...

c68fa274440d4a35f6267cd34ee7f408a890f690 authored over 9 years ago
Add full example to FormBuilder docs

d2507ac76087c3dca635fe954b90a3aab7c37b04 authored over 9 years ago
fix(dart): Remove unused imports.

These imports cause dart analyze errors once ts2dart removes the
IMPLEMENTS import.

4ce0d5e02402822f3feff5067770a553b617a42c authored over 9 years ago
docs(annotations): differentiate between component definitions and component instances

Closes #1661

5d9e573b3e3d8880238f412c1f886085c7d12a49 authored over 9 years ago
feat(compiler): allow setting attributes on a host element

Closes #1402

51839ca6772ed5e033c71118ce1dc78cc990246d authored over 9 years ago
build(gulp): use gulp-watch instead of gulp.watch for watching files

gulp-watch uses chokidar which uses fsevents which is much better than fs polling or relying on ...

5e4fa5cf078db667a7b45dcf2e45b9a9f46b2690 authored over 9 years ago
chore(npm): bump angular version in the shrinkwrap after today's release

72254166616e0c5603ea1a60474ce2c162ffd045 authored over 9 years ago
build(typescript): Migrated change detection to typescript

fa28b28d0aec63dd721d2b0821b889c4d73a63db authored over 9 years ago
chore(release): releases alpha.22

f0ef72d6cc95802ea62b233323e239f5dbbe8d9a authored over 9 years ago
fix(brocolli): escape special regexp characters when building regexps

Special regexp tokens were allowed unchanged previously, which incorrectly broke
the include/exc...

a58c9f83bd1a5be110a7982bab7023b209634c37 authored over 9 years ago
chore(package.json): bump zone to 0.4.4

624a33f7f866acbc2830a787823d785c9edae211 authored over 9 years ago
chore(material): add simple e2e smoke tests for components.

20a033e4c9474b5c6d382eb57b2affba32f6d543 authored over 9 years ago
fix(decorators.es6): export Directive decorator

Closes #1688

93c331d10337d31ba38110434f326bf9e7bba3c4 authored over 9 years ago
fix(formatter): point to the newest clang-format

The prior version allowed for an older clang-format binary which has bugs

51c477925a8b00243feb6def9e74c729e5a8c673 authored over 9 years ago
chore(shrinkwrap): update dependencies to latest

Also, our package.json was out-of-sync with npm-shrinkwrap.json; see https://github.com/angular/...

1daa8aa3a1d09bdc7ae993a3d4cdff122f7c91c4 authored over 9 years ago
fix(docs): fix broken docs test after addition of .ts extension to dgeni

regex.

62bf777ef135c13e69774c282ffaa8a014f841d2 authored over 9 years ago
build(brocolli): move filename filtering into DiffingPluginWrapper

Closes #1719

aaf3edd1313b8a7a45b8c6cc0260c7140d000b18 authored over 9 years ago
fix(build): build the broccoli tools with correct typescript version.

By default, gulp-typescript currently depends on typescript 1.4, which doesn't work for us.
For ...

6bba289a3c87aae952ac7d3492152c2c427c0fa9 authored over 9 years ago
fix(decorators): incorrect annotation to decorator adapter

b0c735f72c72168e253dd2ada963b1fc417ba15b authored over 9 years ago
chore(benchmarks): add transform benchmark runner and clean up benchmark output

0e2047f9ca082e912d195338e7bae9753c908206 authored over 9 years ago
chore(doc-gen): include TypeScript files in the doc generation

e30ad2ec2c7cf75c3bfc8823a305c967a1a507a4 authored over 9 years ago
chore(doc-gen): log comments as silly() rather than info()

c509057f65e991acbbe40040e3d571d72a330fa1 authored over 9 years ago
chore(doc-gen): provide aliases for jade-data docs

e138add584365c4a9ed1007abd9c79e10e51d2f7 authored over 9 years ago
fix(decorators): fixed decorators

49777648b34a5ec17d2e97e5f2ec8debb0b13194 authored over 9 years ago
chore(build): migrated di to TypeScript

cb87fa0970f9ecd04212c55d158e4021bc1fc541 authored over 9 years ago
chore: support last dev build of Dart at 1.10.0-dev.1.10

Can revert once 1.11 is available

649e27661036b26564abdd158a970e9324982812 authored over 9 years ago
chore: update pubspec files

Allow latest analyzer version
Add an upper constraint to the Dart SDK

5ef11774c22c649d4891073a3cad3ea84994e611 authored over 9 years ago
chore: add more types to a number of top-level properties and methods

75db2c52411c801afa138800fe20cec3b731184e authored over 9 years ago
feat(dart/transform): Generate DirectiveMetadata for exports

For all files that export another library, include `DirectiveMetadata`
for the exported library ...

c8ebd11d633d3f85675ee8ca4f102e69a6090013 authored over 9 years ago
chore(build): update to TypeScript @head

We need to pick up some bugfixes for decorator emit. This still has our patch to make Error a cl...

6651aa1e1dd3e7a13a969848ca3e661d2bcb2649 authored over 9 years ago
build bug fix

3f28d087787998e097d109e2896699ddd57ec654 authored over 9 years ago
more comments

ab28676d0260772b477b6382cfa4f367b67fee60 authored over 9 years ago
fixed build process by adding comment

577a80371ff415979f3c0a4a482e9b802e4da803 authored over 9 years ago
chore(build): remove karma preprocessors

Custom karma preprocessors are no longer being used after 1676 and 1597

01fdb4afc65e4413edb2481189081c42bc13d7e1 authored over 9 years ago
fix(decorators): fixes decorator reflection.

The bug appears when there are only type annotations without parameter
annotations.

be7504d4514e135ccf2dc780e6fad72d142083cb authored over 9 years ago
refactor(dart/transform): Use render Compiler concepts

Update `TemplateCompiler` transform step to use abstractions used by the
render `Compiler`. For ...

169e4e862d6f829cb8f8af96a8fd6d709a0595d0 authored over 9 years ago
refactor(render): rename `RenderView` and `RenderProtoView`

Part of #1675
Closes #1705

abc3de7efe8aaa9cbd62c00c8f1d5e2178854df2 authored over 9 years ago
feat(dart/analysis): Build DirectiveMetadata for LibrarySpecificUnit

initial commit for the dart analyzer task

0b1bb172c9dfdf00dec2e02cb08933a4f9006f18 authored over 9 years ago
refactor(renderer): separate compiler from renderer

Part of #1675
Closes #1702

0856516ae9ce7b9d3efb7208fa070b61368af745 authored over 9 years ago
build(gulp): fix concurrency and caching issues in test.unit.js and test.unit.dart tasks

previously there was a chance of race conditions that could sporadically fail the build.

additi...

705d3aacff4005483f8ecbff5fc2d484b3e38cf5 authored over 9 years ago
build(gulp): do no rebuild tools during test.unit.cjs

This introduces private !build.js.cjs task that is to be executed only from other public tasks.

9d1df21d915f28316de398c0c7fda0d27a90bbc1 authored over 9 years ago
build(broccoli): traceur plugin should react only to .js/.es6/.cjs file removal

3f36a3c1198ee143d2186fe4d112c4e10199c0f2 authored over 9 years ago
build(broccoli): refactor typescript plugin to be incremental via DiffingBroccoliPlugin

1d0078415fdd5c5e634b99dc31f0ac71bc954cb4 authored over 9 years ago
build(gulp): create private build.tools task and use it instead of magic variable

This way when gulp prints out that it's running build/clean.tools it really means
that it's clea...

6b017fb3885063a5c7b76950e6fca92c409a8911 authored over 9 years ago
build(broccoli.d.ts): add tree.description signature

e9668697447c05c23d423dd41f14c2635345d272 authored over 9 years ago
build(broccoli): add DiffingBroccoliPlugin and refactor existing plugins to use it

tree-differ:
- export both TreeDiffer and DiffResult interface

diffing-broccoli-plugin:
- f...

8c15ccecd1c78c10f90e9c1f0fe87215eaffb973 authored over 9 years ago
chore(build): make karma watch broccoli output for dart unit tests

Previously, karma used a custom preprocessor. Instead, have karma
run built dart from the `dist`...

bb6f59e423a80055256eb4a847e6d4a8db243022 authored over 9 years ago
fix(router): fix for leading slash in dart

Using string1 === string2 translates to identical(string1, string2) in
dart, which is incorrect ...

c9cec6000737d89ffacfe3c6678cd65d34d2d8fc authored over 9 years ago
feat(dom): add location and history as DOM-like APIs.

Instead of global access methods.

f356d033625c25cfa169e0b0943620c2bb5a44d8 authored over 9 years ago
feat(dart/transform): Add DirectiveMetadataExtractor transform step

Add a step that reads `DirectiveMetadata` object off annotated classes
into `.ng_meta.dart` file...

0520ca68b4798c2f4cc1036e57d9b8f8957005a6 authored over 9 years ago
feat(router): adds the router to the self-executing bundle.

Due to limitation of system build, the router cannot have its own sfx
bundle.

Fixes an issue wi...

8e1d53b5e9ac2e3e080efb46c29d6ed28eafca9c authored over 9 years ago
refactor: add types to top-level fields in change_detection

Also introduced an abstract PipeFactory base class

f5b56c627baa65bd164824a5cc7534cc6517fdba authored over 9 years ago
chore(build): change TS Error type to a class.

This will be in the next upstream release.

740d85cad8638801f92ad99dea6894986ce4f107 authored over 9 years ago
chore(build): fix package.json warning

Nit: the contributors field is defined as an array, see
https://docs.npmjs.com/files/package.jso...

33bba094d24fd405ac30c2619b863c380fbfb86c authored over 9 years ago
feat(material): add prototype dialog component w/ demo.

f88c4b77cad5bf08bc124115c7f4d92c65c45f7a authored over 9 years ago
feat(router): export decorator version of RouteConfig

75da6e4c4a2d641695e4436a50e1d314dce6bc83 authored over 9 years ago
feat(benchmarks): Add basic dart transformer benchmarks.

Adds simple benchmarks for various transformation phases, as well as hello_world.
Does not integ...

1864f60afb3cb67cb4dbef406b9376cbfe966401 authored almost 10 years ago
feat(decorators): adds decorator versions of DI annotations.

In 'angular2/di' the symbol:
- Inject is a decorator
- InjectAnnotation is an annotation

Intern...

457c15cd6c941c996d79feb8256829cded9b2fc4 authored almost 10 years ago
feat(router): route redirects

9153331303253a8ad71cf4ce581795686c401694 authored almost 10 years ago
refactor(router): rename "alias" to "as"

28feac9411c79091bfc344566fbcc6ea9db7b01b authored almost 10 years ago
feat(router): sibling outlets

9d5c33f9dd66f08e372d1ec051f61f7526562515 authored almost 10 years ago
fix(router): navigate on popstate event

2713b7877b2ef95e2ad20a1a2611cf9ec73b2593 authored almost 10 years ago
chore(router): add router bundle to gulpfile

2f0fef8ee1d969cd70c80e6ce401ae6dc7ed6026 authored almost 10 years ago
fix(router): infer top-level routing from app component

Closes #1600

46ad3552c761b15dadacd2ef20eb691a00c2e58f authored almost 10 years ago
fix(router): throw if config does not contain required fields

259f872ceabc7d4754a4ee3a14f2d807db57d4cf authored almost 10 years ago
feat(router): export routerInjectables

ef7014fe19e5046b33676acc3d73c874812a6301 authored almost 10 years ago
refactor(router): rename LocationMock to LocationSpy

68ed8f1b6bb34125f3f25a50d2f1fac7233e6827 authored almost 10 years ago
feat(router): add location service

ea546f5069efcb2b34e445190b4bad4dc6a77910 authored almost 10 years ago
fix(router): use lists for RouteConfig annotations

4965226f3f134b74ed20b4e3e97c3ecc515d3f19 authored almost 10 years ago
fix(bundle): update the bundle config to point to rx.js

cf3221307914920b3c594a9041698902eafa94c2 authored almost 10 years ago
refactor(view): moved the logic from ProtoView to ProtoViewFactory

ce6a2ba8360ba6dd83e3a053dde718a1ec4543d6 authored almost 10 years ago
chore(packaging): switch to conventional changelog

0f4a089c32271672ee7a6a0f32eb4b723899298f authored almost 10 years ago
chore(build): Remove .es6 files which shadow .ts files.

This removes .es6 files which are pure duplicates of a
.ts file in the same folder.
Next we need...

3c77855b39779c88f5d9a545aae572ab986b3cb9 authored almost 10 years ago
fix(view): changed view manager to hydrate change detector after creating directives

c1579222bd74f83f73d1d6c7e1636c7ebd0ea3bc authored almost 10 years ago
feat(decorators): adds support for parameter decorators.

Paramater decorators expect to be called as currently implemented by TS.

f863ea0db54a1b5c985671e32c358e73b4ead456 authored almost 10 years ago
feat(benchmark): added an implementation of the tree benchmark in React

e4342743c09c6ea70e9dc401eafbf77652bdf49f authored almost 10 years ago
fix(compiler): clone templates before compiling them

This is needed as the compiler changes templates during compilation
and we are caching templates...

9e8d31d5324b9909539889f4a8d12fb2f616847f authored almost 10 years ago
refactor(compiler): rename decorator directives into directive

BREAKING CHANGE:
Previously, `Directive` was the abstract base class of several directives.
Now,...

f75a50c1ddb542d3898def5464629c1f13540ee2 authored almost 10 years ago
refactor(benchpress): report forced gc metric separately

c671706518faa9c561f0426cf22e023b25e8eabc authored almost 10 years ago
fix(exception_handler): log errors via `console.error`

This is e.g. needed as we use this to test for errors
in our examples.

ead21c91a41510a6fb86c5b16369c425315e9a11 authored almost 10 years ago
fix(decorators): updates missing benchmark and fixes typo.

87dcd5eb6f46011720aa4a4d41d7f00a26f05754 authored almost 10 years ago
refactor(core): remove DynamicComponent

BREAKING CHANGE:
A dynamic component is just a component that has no @View annotation…

8faf6364dc344d53c619a1bdfc1ed4d856375f82 authored almost 10 years ago
chore(build): update clang-format to 1.0.10

Closes #1593

b71fe311fc8104866d81da0479edf14cee7832ff authored almost 10 years ago
chore(build): update TypeScript version to unreleased beta

Also fixup the typings which were broken by changes in typescript's lib.d.ts.
Second attempt to ...

bb50fc131bd74bed2e394df2eaba1bcff75fc6bc authored almost 10 years ago
refactor(compiler): remove `Viewport` directives, use `Decorator` instead

BREAKING_CHANGE:
- The special type of `Viewport` directives is removed
in favor of a more gen...

3aac2fefd7f93c74abfa5ee58aa0ea8d4840b519 authored almost 10 years ago
feat(decorators): adds decorators to be used by TS and Babel transpiled apps.

fb67e37339949f352a98822d4989b484c23e3468 authored almost 10 years ago
feat(dart/transform): Add directiveMetadata{To,From}Map

Add utility methods to convert `render.dom.DirectiveMetadata` to and
from maps. This will allow ...

648c514c2863bf38dae1a5f0797916b828121d09 authored almost 10 years ago
chore(build): Karma watches broccoli output.

This is a prerequisite for switching to TypeScript. We need to remove the Traceur preprocessor
f...

511e832ee25a3d8734b0835c7e8c8d8aa14bfb88 authored almost 10 years ago
refactor(core): introduce `ViewRef` and `ProtoViewRef`

BREAKING CHANGES:
- `NgElement` merged into `ElementRef`
- `Compiler.compile…` returns `ProtoVie...

09f8d8f7ba977d881f4b6ef7907e66f0098b1743 authored almost 10 years ago
fix(build): use correct tsd command to get typings at requested versions

1205f54d01aa8a5700843de7a9c3e311bbea1739 authored almost 10 years ago
fix(build): revert typescript upgrade which broke the build.

This reverts commit a7a9463624f40c17105abe4574794e0fc8302c24.
This reverts commit 59824e40e8354e...

b5032fd374278a4215541e1f34a96a69068d8a48 authored almost 10 years ago
fix(build): refer to newest version of hammerjs typings

a7a9463624f40c17105abe4574794e0fc8302c24 authored almost 10 years ago
chore(build): update TypeScript version to unreleased beta

Also fixup the typings which were broken by changes in typescript's lib.d.ts

59824e40e8354e5b8c70c8c0f81dfce2c0ecb2f4 authored almost 10 years ago
chore(build): run forms tests in Node

Closes #1565

a51a5c29680ffdf4c23dc468ae47ca1d12a561fb authored almost 10 years ago
fix(compiler): changed the compiler to set up event listeners and host properties on host view elements

Closes #1584

e3c11045bf335b141cc986be411ed7d71dd4ed5b authored almost 10 years ago
chore(packaging): copy changelog.js from angularjs

3bb3bff1f2219f3e9924a37aa07c65b2fd043caa authored almost 10 years ago