Ecosyste.ms: OpenCollective

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

unified

Content as structured data
Collective - Host: opensource - https://opencollective.com/unified - Website: https://unifiedjs.com - Code: https://github.com/unifiedjs

Refactor to simplify completion handling

Closes GH-7.

github.com/unifiedjs/unified - 292cc0d018a64be3cf1c250ae7d176d9d08d27a4 authored over 8 years ago
Fix travis from deploying to npm on Node@6

github.com/unifiedjs/unified - d741b7774b9003637f6310bd2715de208ea16b08 authored over 8 years ago
Add mention of `trough` to `readme.md`

github.com/unifiedjs/unified - f09b1134318d12393e98a818c3f82de9b2a8d824 authored over 8 years ago
Refactor diagram

github.com/unifiedjs/unified - 12a45b5010934b5ad5ae8067d1488ff822de685c authored over 8 years ago
Move `trough` over to its own module

github.com/unifiedjs/unified - 81c67fb9a6b09c44d68ea309e8a5939f65cd8168 authored over 8 years ago
Fix bug where exceptions in `done` were swallowed

github.com/unifiedjs/unified - 2dfc93235b3fa03740c064b972468f212385a041 authored over 8 years ago
Refactor code-style to use `xo`

github.com/unifiedjs/unified - 01543d5568bff3df08e14e4a0d6fbad7468f620a authored over 8 years ago
Update tests for fix in `remark-validate-links`

github.com/unifiedjs/unified-engine-atom - 00c7bcbdf2812697bc7c8a326cc2284cdb9e746c authored over 8 years ago
Fix error if stdin cannot be accessed

github.com/unifiedjs/unified-engine - d6bccf7dc2440ffad33f04db500e8f6eec18a85a authored over 8 years ago
Fix bug where `files` didn’t filter properly

github.com/unifiedjs/unified-engine - db6f562563b445cbab6af04770d56b1eca82a912 authored over 8 years ago
Add `alwaysStringify` option

This new feature adds support for forcing succesful files to always
stringify, even if they are ...

github.com/unifiedjs/unified-engine - a57f523ac93f4339e4638fe57ba53c84a6a3b128 authored over 8 years ago
Update `readme.md`

github.com/unifiedjs/unified-args - d2f865d869d9479285b36a284cdf5ace74d48b13 authored over 8 years ago
Fix bug where `output` from config files wasn’t honoured

github.com/unifiedjs/unified-args - 81f033b1e2959473c06a60ff581372ee56dc0b68 authored over 8 years ago
Add section on projects

github.com/unifiedjs/unified-engine - 3daf73f12bc29ad28e14dba2971ba4a4c6adac2c authored over 8 years ago
Refactor debugging messages

github.com/unifiedjs/unified-engine - 4c62bfe720154812878540ddd03e1f970ad9bf66 authored over 8 years ago
Fix bug where `output` from config files wasn’t honoured

github.com/unifiedjs/unified-engine - 5900b658fb154cb494efa22a4f3c9d124604c79f authored over 8 years ago
Refactor code-style to use `xo`

github.com/unifiedjs/unified-args - 3a29d2927034a6dc4a81a8d18a6ef52d18188b44 authored over 8 years ago
Update tests for fixes in `unified-engine`

github.com/unifiedjs/unified-args - c2ad8bf558faeff7d72bd0873c26b8800ceaf754 authored over 8 years ago
Add npm deployment to Travis

github.com/unifiedjs/unified-engine-atom - 0914e5463ca2e61c237156ed4465804ea37d6fdf authored over 8 years ago
Add pretty errors when loading JSON

github.com/unifiedjs/unified-engine - 81613d6cdcff386e45016129d91589ca10b4f16b authored over 8 years ago
Add support for ignoring given `files`

Previously, ignore files only worked when finding files
based on `globs`. Not with `files`. Th...

github.com/unifiedjs/unified-engine - b9e8f90ec11faaad269906428e750411f3230a45 authored over 8 years ago
Add support for script configs as a function

Now, script configuration files (`$rcName.js`) can expose functions,
aside from objects. Those ...

github.com/unifiedjs/unified-engine - 1b5284440d149b385204271d54d11ceb799fc299 authored over 8 years ago
Add consolidation of plugins

Previously, if `lint`, `remark-lint`, and `remark-lint/index.js` were
configured, it would lead ...

github.com/unifiedjs/unified-engine - 1dbbebef1763f29a3e0c2a75c0ee638e2f95c6ec authored over 8 years ago
Fix bug where `output` from settings wasn’t honoured

If `output` is given (has a type of `boolean`) in the configuration
for `engine()`, it should ov...

github.com/unifiedjs/unified-engine - 4d126405ef690e2d675ee9af22e2dcbfa1a426bd authored over 8 years ago
Add support for `$rcName.yaml` configuration files

This new feature adds support for searching for `$rcName.yaml` files,
just like the current `$rc...

github.com/unifiedjs/unified-engine - 514d384724239e5c1d2f6e5eb2e1c848950323d3 authored over 8 years ago
Update `vfile-reporter`

github.com/unifiedjs/unified-engine - 85a49ccefcb68fef42fa2a9b53e7f3cc21ee959c authored over 8 years ago
Refactor code-style to use `xo`

github.com/unifiedjs/unified-engine - b6d8a852078a6a48ca88f977ff21d867227a6577 authored over 8 years ago
Add references to `rehype`

github.com/unifiedjs/unified - 781de3553600b6ea9dccd0eb80e1b6288a6b15a5 authored over 8 years ago
Remove unstable note

github.com/unifiedjs/unified - 908ff761abfec0fcc3b781e39754aaaa2aec8922 authored over 8 years ago
Re-add support for `node_modules`

In 74eb209, support for searching `node_modules` was completely
removed. This commit reverts th...

github.com/unifiedjs/unified-engine - e58fa193bb5f82309ecd7e1d704a7d7686787207 authored over 8 years ago
Update docs to mention loading plug-ins by path

Related to wooorm/unified-args#1.

github.com/unifiedjs/unified-engine - 21567a021ecfd505f0892b56c399c79cc132a059 authored over 8 years ago
Update dev-dependencies

github.com/unifiedjs/unified-engine - fa23d0dc073d853297bf9d5b2b1927d02cb5abb5 authored over 8 years ago
Update docs to mention loading plug-ins by path

Closes GH-1.

github.com/unifiedjs/unified-args - 4c2335f02b07f7836ac687c4bd1ab6bdbc0b52e4 authored over 8 years ago
Update dev-dependencies

github.com/unifiedjs/unified-args - 9905a8893e6ec06cbe13640e9a92cc3ed340acae authored over 8 years ago
Update codecov

github.com/unifiedjs/unified - 0cc610122a0c8b6c526a121933855644dd0c9511 authored over 8 years ago
Fix bug in chaining when using multiple attachers

github.com/unifiedjs/unified - dda5530e369e0feb67c55185ae01f67d317d5024 authored over 8 years ago
Update dev-dependencies

github.com/unifiedjs/unified - 11966bcfa10d807f2bf7bd397e8c20b0741fcea7 authored over 8 years ago
Update codecov interface

github.com/unifiedjs/unified-message-control - b0b80e3e3edfbe99e6a6808efe5c086d905fade8 authored over 8 years ago
Add Node@^6.0.0 to Travis targets

github.com/unifiedjs/unified-message-control - 0bdc11e32d591d10d11d1f0205f85e1538940760 authored over 8 years ago
Fix bug where `output` in config files was not honoured

...and make debugging where `settings`, `output`, and `plugins` come
from easier.

github.com/unifiedjs/unified-engine - cf1b4d4bfcbcefea5157eb7ff984f9f68da64582 authored over 8 years ago
Fix failure when piping empty file

github.com/unifiedjs/unified-engine - 2da3a5f052b38fa4df1116ed05228cc7d4556549 authored over 8 years ago
Fix swallowed sync parse / compile error

github.com/unifiedjs/unified - f206ad26942edc51a235ef6d8517133bf1daeac3 authored over 8 years ago
Fix final gap detection

Previously, gaps at the end of the file were too easily detected,
thus causing messages to be ig...

github.com/unifiedjs/unified-message-control - 3148a82da1200a27487c1240989ae1c455f02e0b authored over 8 years ago
Update `out` to default to if one file is given

The previous behaviour defaulted to whether one file was processed,
thus `globs: ['.']` could ch...

github.com/unifiedjs/unified-engine - db7257f6320fe90344f59beb447e66b3f5c7c1ef authored over 8 years ago
Update to increase perf if no negations are used

Related to the previous commit, `unified-engine` no longer enters
ignored directories if no nega...

github.com/unifiedjs/unified-engine - ff1ab4d27464266c8780507610e462d640df689d authored over 8 years ago
Update to increase perf in large packages

Previously, `node_modules` was handled like a normal glob, which
allowed negation patterns to re...

github.com/unifiedjs/unified-engine - 74eb209c1e4f8328cf98769cca709c60517caa2c authored over 8 years ago
Fix pipe interface on old event emitters

github.com/unifiedjs/unified - b74bf03bf07b8ea0d59c87a875bae767c6edd51a authored over 8 years ago
Update to inline `pipe`, slimming down bundled size

github.com/unifiedjs/unified - 712474f17f6627c7ceb35a8537fb8a1ca90d0709 authored over 8 years ago
Update dev-dependencies

github.com/unifiedjs/unified - 13e4e303e5d7c5a8bb4ed4d70129f4a1190de6f3 authored over 8 years ago
Add linting to `lib/unified.js`

github.com/unifiedjs/unified - 8d5930b8ddea2e001f3e514042f50971d5f015fa authored over 8 years ago
Initial commit

Related to wooorm/remark#182.

github.com/unifiedjs/unified-args - b1b76c19581b82a9e2eb0eab587302187f0c14d5 authored over 8 years ago
Add codecov bash interface

github.com/unifiedjs/unified-engine - 1d591dde46ff5c078b645e5b3d8018680c9a1208 authored over 8 years ago
Update description

github.com/unifiedjs/unified-engine - dfc06e16cf0a1dfb6e77ed4e133f0c765c8ef211 authored over 8 years ago
Update links in docs

github.com/unifiedjs/unified-engine - e1ba45be92fe07437c16bb917e8a395babd733cd authored over 8 years ago
Add `empty` fixture

github.com/unifiedjs/unified-engine - 99921853052618346b796bffc3b68d5543b871a1 authored over 8 years ago
Initial commit

Related to wooorm/remark#182.

github.com/unifiedjs/unified-engine - f36463b7984d885d7311562541b20ffcf80ebcd0 authored over 8 years ago
Update `package.json`

github.com/unifiedjs/unified - c4a50f97f6c5ea264e1664b1515e3e9ebdb77520 authored over 8 years ago
Remove Node 0.10 from supported targets

github.com/unifiedjs/unified - 3737e4fedad5f3d8122c60023a47c8a65f51f210 authored over 8 years ago
Fix `.gitignore`

github.com/unifiedjs/unified - b64f512f1c62008cb92393ce755b462c72c1afed authored over 8 years ago
Rewrite library

* Rewritten interface designed for ease of use when creating,
using, and combining process...

github.com/unifiedjs/unified - a070ad0df7bcb3c43b3539d331f853fcef8db4e2 authored over 8 years ago
Update dev-dependencies

github.com/unifiedjs/unified - fa9ac3651bb7d223e6bf9c4642feca4d30842c69 authored over 8 years ago
Update metadata in `package.json`

github.com/unifiedjs/unified-message-control - bec1fcf24a4c388b71920d1cec85f8dadf1b6eef authored almost 9 years ago
Update dev-dependencies

github.com/unifiedjs/unified-message-control - 9100bdd6d7387dfd7342ece7f42e4b101ac45502 authored almost 9 years ago
Update for changes in remark

github.com/unifiedjs/unified-message-control - 90aa08946ecdd8371399decdda63b64507023e18 authored almost 9 years ago
Update dev-dependencies

github.com/unifiedjs/unified - a2526e093c832337e3d1eab10816bb28feb05f85 authored almost 9 years ago