Ecosyste.ms: OpenCollective

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

PostHTML

PostHTML is a tool to transform HTML/XML with JS plugins
Collective - Host: opensource - https://opencollective.com/posthtml - Website: https://posthtml.org - Code: https://github.com/posthtml

Transpile es6 to es5 before tests

github.com/posthtml/posthtml-inline-css - 1da693a9f722625fc33ff46e530ad4ee3d752061 authored about 9 years ago
add clock to example

fix reduce bug

github.com/posthtml/posthtml-web-component - c803e6c8dc9d02943959fb26d9a6d0fa561394da authored about 9 years ago
Merge pull request #82 from vtrrsl/patch-1

fix typo in readme

github.com/posthtml/posthtml - a6132953d4d1e57b8781bb2fe1210f6fd68fb211 authored about 9 years ago
fix typo in readme

github.com/posthtml/posthtml - 9de3e16e406115e298a12a7b1993a30b1d812b1d authored about 9 years ago
Inline CSS from <style>

github.com/posthtml/posthtml-inline-css - 997d971e88f464afe55a65b1b1c5d53f001e67fc authored about 9 years ago
Improve getSpecificity() for long selectors

Long selectors (like '.a'.repeat(11)) were stronger than #a
I fixed that. Now only very long sel...

github.com/posthtml/posthtml-inline-css - ffc7554b1b2dc90abd5f3b3f4c632f927d4081ab authored about 9 years ago
Merge pull request #2 from island205/master

fix when array in content

github.com/posthtml/posthtml-render - 6efe76cf8723b10dca819e85269f472dcf25e555 authored about 9 years ago
fix when array in content

github.com/posthtml/posthtml-render - 12bde13a1f49ecaea1b7d563841e9d478094f969 authored about 9 years ago
fix(docs): fix readme

github.com/posthtml/posthtml - cd61bc11e1556b53894aa46fe2f406862ef57279 authored about 9 years ago
Merge pull request #81 from totora0155/add-plugin-link-to-readme

Add posthtml-collect-inline-styles link to README.md

github.com/posthtml/posthtml - 271206de20aca31cf93e50adc9787225e884dc60 authored about 9 years ago
Add posthtml-collect-inline-styles link to README.md

github.com/posthtml/posthtml - 66475596d6e33401447f2a58805a62eaef757f95 authored about 9 years ago
Merge pull request #80 from stevenbenisek/master

Add link to posthtml-prefix-class to readme

github.com/posthtml/posthtml - e4e736f0d2cf292353d60d8e4dd9c835396b5eda authored about 9 years ago
Add link to posthtml-prefix-class to readme

github.com/posthtml/posthtml - 0c1ffc4f765e5e747ad4d89f4e5f8c5b8f89d770 authored about 9 years ago
Merge pull request #79 from TCotton/grunt-posthtml-readme

changed README to add link to grunt-posthtml

github.com/posthtml/posthtml - 8806e7a7e492d6fac10f6d4ca72cd1c6cd783b9e authored about 9 years ago
docs(--): Added npm version badge

Added npm version badge and slight reformating of README

--

github.com/posthtml/grunt-posthtml - 6239bafa43d1e77737c64e734097f875e6bef9d4 authored about 9 years ago
docs(--): Added important documentation point about path resolution

Added note to documentation that the user will need to resolve a template string path if require...

github.com/posthtml/grunt-posthtml - ff7aef441886c3fc68535ac8755398adf4545225 authored about 9 years ago
more detailed Grunt description in README.md

github.com/posthtml/posthtml - 78f03bfa80d545cdfd200ffa68c834af6abcc096 authored about 9 years ago
changed README to add link to grunt-posthtml

github.com/posthtml/posthtml - 41f77e4627d8c7334a5fd8f3ea3a3159e9b03ae0 authored about 9 years ago
docs(--): First version for npm release

Bumped version number to v0.3.0 in order to acknowledge the first official npm release

--

github.com/posthtml/grunt-posthtml - 4db489ae97ccd50e9b269aa2d0d08337e4008582 authored about 9 years ago
Add PostHTML link in top Readme

github.com/posthtml/grunt-posthtml - 85be8caedd3c4831a420526e85499cbf6789c1a6 authored about 9 years ago
bumped version number for npm module update

github.com/posthtml/posthtml-head-elements - 9e2143ec088efa7cc82744b76000e6af6c677f03 authored about 9 years ago
chore(--): update npm versions dependencies

updated npm module dependencies to the latest version

--

github.com/posthtml/posthtml-head-elements - 31076e3de06698032ff65a9f22bd579f0843fb0c authored about 9 years ago
minor code change

github.com/posthtml/grunt-posthtml - b5ba9cdab31b193160aaed130cf0143fc24add90 authored about 9 years ago
added back static file mapping

github.com/posthtml/grunt-posthtml - 948ead206409042261edf51bba80c260871c0811 authored about 9 years ago
temporarily removed static files

github.com/posthtml/grunt-posthtml - ff5bb7cb126b00f11370edcaa2523b482e4f4a03 authored about 9 years ago
minor change to code

github.com/posthtml/grunt-posthtml - 427e9d673680eeb571ecc518698f911c1d6bfab1 authored about 9 years ago
refactor(--): Removed some unrequired functions

Refactored the code to remove some forgotten functions

--

github.com/posthtml/grunt-posthtml - 4727e9085d26e5a38d6188c1c54f496e1454d7bf authored about 9 years ago
chore(--): rerranged order or dependencies

made posthtml a dependency and relegated grunt to a devdependency

--

github.com/posthtml/grunt-posthtml - 7b2c837e0e2b92e079c74ec1d1c16db48f715d86 authored about 9 years ago
test(--): Added test for static mapping

Added test for static mapping in Gruntfile.js configuration

--

github.com/posthtml/grunt-posthtml - 736bb386f420d9195425f0ee90705da3d9f4dc4a authored about 9 years ago
test(--): adds test for posthtml-include plugin

checks that the posthtml-include plugin works as intended

--

github.com/posthtml/grunt-posthtml - 6b6e70f41e9da5b5c4f7529eac0bae2a33966aa2 authored about 9 years ago
type in README.MD

github.com/posthtml/grunt-posthtml - 790cbac380bdc144d29e28447beb49928b9a636b authored about 9 years ago
docs(--): Expanded README docs

Added details on options and links to PostHTML page

--

github.com/posthtml/grunt-posthtml - 5c05e8b7ae0e06d9f995468c24e95d654410d681 authored about 9 years ago
test(--): Added test for posthtml-head-elements

Added second test this time for posthtml-head-elements

--

github.com/posthtml/grunt-posthtml - a9699ef06386790bf5112ff29ad822a2a22602ca authored about 9 years ago
refactor(--): Removed unwanted plugins

Removed unwanted plugins and add linting as part of NPM test

none

github.com/posthtml/grunt-posthtml - 6d1c21df86fe164cfca515fee261aa30d523abe7 authored about 9 years ago
test(--): Added first test

added test to build and used posthtml-doctype - test whether doctype changes to html5

none

github.com/posthtml/grunt-posthtml - 1fc35e6abe9781223490aa74e0d267a78c1f42c0 authored about 9 years ago
first working grunt / posthmtl plugin code

github.com/posthtml/grunt-posthtml - 4fad77e55ac57e715211e000fce1461e67f14fa1 authored about 9 years ago
created workable integration for individual files

github.com/posthtml/grunt-posthtml - daa5cd4cb07650d285d6ce89fe0253e48bf91790 authored about 9 years ago
docs(--): added commitizen support

added commitizen support as recommended by npm-module-checklist:
https://github.com/bahmutov/npm...

github.com/posthtml/grunt-posthtml - 619d9ab546530fc976ab300e9bee98d52c705465 authored about 9 years ago
Consider specificity of CSS selectors

github.com/posthtml/posthtml-inline-css - 6e5d9a970272cc94b2f010aee401c35e6fce865d authored about 9 years ago
docs(new npm module commitizen): added npm module commitizen to ensure consistent GIT commit comment

used commitizen as recommended by the npm-module-checklist:
https://github.com/bahmutov/npm-modu...

github.com/posthtml/posthtml-head-elements - c98f0c85a1a09dc37d7925b818e2ccfe660c73ad authored about 9 years ago
latest dependency versions

github.com/posthtml/grunt-posthtml - 7d1bb815a848e73246f97a8d759a2ca4c0358f7a authored about 9 years ago
added test coverage npm modules

github.com/posthtml/grunt-posthtml - dcfd1fa16090fc822bb0077632edde4688f3d2c2 authored about 9 years ago
first working integration with postHTML

github.com/posthtml/grunt-posthtml - 0d7405ce8134540265cbe54426616d406008625d authored about 9 years ago
added coveralls.yml to .npmignore

github.com/posthtml/posthtml-head-elements - 2fa07cf19d7abefa86dfeef79ffcabf4aacc5751 authored about 9 years ago
bumped version for test coverage automation

github.com/posthtml/posthtml-head-elements - 27133c313ac95117460b4bd94d07461802148f61 authored about 9 years ago
added istanbul and coveralls test coverage

github.com/posthtml/posthtml-head-elements - 1718658f954b2cd4baee44b62e1847855d8329aa authored about 9 years ago
Update posthtml to 0.8.0

github.com/posthtml/gulp-posthtml - b23a8e614043773d9d5c0fc3920e55f72f454968 authored about 9 years ago
chore(ver): v0.8.0

github.com/posthtml/posthtml - 2fc47ba36130407961da0338743eabf616fca5d0 authored about 9 years ago
feat(docs): upd plugin sections in Readme

github.com/posthtml/posthtml - c69bc2b9b4c8bc9a5986efd39d137af614a04956 authored about 9 years ago
more work on the grunt posthtml plugin

github.com/posthtml/grunt-posthtml - 82983b05bef12f24afdacdd407c366c3df2938b4 authored about 9 years ago
added npm version badge

github.com/posthtml/posthtml-head-elements - a5e008405ebcce46003e7ca94bdaae017ead995a authored about 9 years ago
skeleton html PostHTML set-up

github.com/posthtml/grunt-posthtml - 0d39ef1dd90c27cf06825f4fc4be8ae637822ad4 authored about 9 years ago
Merge pull request #3 from voischev/patch-1

Add badge, add desc

github.com/posthtml/posthtml-inline-css - ac8df6f9bfd8cc6ed1591fbf1aa845eb78bbfca7 authored about 9 years ago
add example and more concept explanation

github.com/posthtml/posthtml-web-component - 341a4498e2fd0f66ec5cb93813877a9d9ded4606 authored about 9 years ago
Merge branch 'master' of github.com:island205/posthtml-web-component

github.com/posthtml/posthtml-web-component - a3930b74381eb70f67f501fafaef1731b20efa94 authored about 9 years ago
Merge pull request #4 from zhouwenbin/master

Update README.md

github.com/posthtml/posthtml-include - 75ee0066f06caeec705abc778bc5b096a8fc1f90 authored about 9 years ago
Merge pull request #2 from voischev/delete-debuger

Delete debuger

github.com/posthtml/posthtml-web-component - 23807b30c1263ad05dddf65ecc2c9f02fb92b596 authored about 9 years ago
Merge pull request #1 from voischev/fix-docs

fix package.json & add PostHTML link to Readme

github.com/posthtml/posthtml-web-component - c134ad51dcc675ebc6178d46fa02b3e3bf6f1048 authored about 9 years ago
fix(docs): delete parse section

github.com/posthtml/posthtml - 16511096b6790d595f18a9df3ffd3e742a28f7fc authored about 9 years ago
Merge pull request #76 from island205/add-posthtml-web-component

feat(docs): add posthtml-web-component link

github.com/posthtml/posthtml - 0aaa0bed207c965069cefbe60053f14b12076239 authored about 9 years ago
fix package.json & add PostHTML link to Readme

github.com/posthtml/posthtml-web-component - fd7ed17d36f913888d2026afd57a7a273d856735 authored about 9 years ago
Merge remote-tracking branch 'posthtml/master' into add-posthtml-web-component

github.com/posthtml/posthtml - 8f89a857eadbfe396362a3d6f197d1de03f7fa15 authored about 9 years ago
Merge branch 'maltsev-patch-1'

github.com/posthtml/posthtml - 9e061597c14173dfb38f682fd98b0d8d6fe01692 authored about 9 years ago
Merge branch 'patch-1' of https://github.com/maltsev/posthtml into maltsev-patch-1

github.com/posthtml/posthtml - b983a789e1f28021cf41b3801aba0f711937e3fc authored about 9 years ago
Merge pull request #74 from TCotton/readme-headElements

feat(docs): add posthtml-head-elements link to readme

github.com/posthtml/posthtml - d8eafaaa6ddf97e2d388a8b27938570a3f79f87d authored about 9 years ago
Merge pull request #73 from island205/master

fix(*): fix bug when node is null

github.com/posthtml/posthtml - f889697c49b7e6adb758fa546740b752b89feb9e authored about 9 years ago
Merge pull request #71 from adinvadim/adinvadim/posthtml-express

Update README. Use PostHTML with Jade engine in Expressjs

github.com/posthtml/posthtml - a4f8805f3211dcb96de53af0804a7fb4df01de8b authored about 9 years ago