Ecosyste.ms: OpenCollective

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

Sauron

Making web development faster and more ergonomic
Collective - Host: opensource - https://opencollective.com/sauron - Website: https://ivanceras.github.io - Code: https://github.com/ivanceras

test out cargo bloat

github.com/ivanceras/sauron - 175c0a5ee0eb9378aba8083159c4f2328acd2285 authored almost 5 years ago
bump other crates dep to sauron and sauron_vdom

github.com/ivanceras/sauron - 89b06f9351dac021158a74e4511682debe39b50d authored almost 5 years ago
bump up sauron_vdom

github.com/ivanceras/sauron - cbe29a25c2d56efad249bde1277e7c3f5bcdff42 authored almost 5 years ago
Prepare 0.24.0

github.com/ivanceras/sauron - b5be3461d48fba2112c12ec50442f195ebc744eb authored almost 5 years ago
detach 3 modules out of sauron (sauron-parse, sauron-syntax, sauron-md)

This is too keep sauron thin and simple

github.com/ivanceras/sauron - 594ea6362e8b67ab11bb4ddd691376639f11fa52 authored almost 5 years ago
Add todomvc benchmark link

github.com/ivanceras/sauron - 6645d361020abae448c1ca35dbb55cfb753aa084 authored almost 5 years ago
Add set_title in Window

github.com/ivanceras/sauron - 16e2a8da5e0a5d978d64d5775f14dfc0bf779d80 authored almost 5 years ago
Add functionality for inner_html which optimizes the performance of client side apps

github.com/ivanceras/sauron - 7ef54072ee25513aa2058e476dfdf9423a2ef7d1 authored almost 5 years ago
expose parse_simple

Add a functionality to hook url hashchange event in the browser

github.com/ivanceras/sauron - 264f607ae4e9c56611046226ba144ae92ed568aa authored almost 5 years ago
remove println debugging

github.com/ivanceras/sauron - 42fe12ec8734e43e3a321048276b3b688189c5cd authored almost 5 years ago
Improve code ergonomics

github.com/ivanceras/sauron - 36244df86da527ba04ba1e210a83ff31ef68330b authored almost 5 years ago
Implement event code

github.com/ivanceras/sauron - e3782f3fd9b8203ef5f1b5eecb389f07dc44c689 authored almost 5 years ago
Update dependency to pulldown-cmark 0.7.0

github.com/ivanceras/sauron - 28b1e79845e16e1436e6bc98a5f81291dd644297 authored almost 5 years ago
Fix code due to change in adding tag in diff patch in sauron_vdom

Fix tests

github.com/ivanceras/sauron - 8c8314819283e2ef32f72892e1d8150fadf17e42 authored almost 5 years ago
Add todo for Window

github.com/ivanceras/sauron - 91faee3c8c38d8ce5a148e4668e002df8bfd70fa authored almost 5 years ago
Make the patches contain the tag it is going to patch

github.com/ivanceras/sauron - 357a8b6c5b9541e02634ba6fe661c0992e60f2c2 authored almost 5 years ago
More fix test

github.com/ivanceras/sauron - 6a0d34c35f0a39575370b196616cac5614ec7d69 authored almost 5 years ago
Remove ambigous import glob

github.com/ivanceras/sauron - a587791b3a0c2de769003a7e0fcca2fcfef2ae7c authored almost 5 years ago
More fix on warnings in all features

github.com/ivanceras/sauron - 018c05c6490fabe45324ee81773ab5bec053e7ee authored almost 5 years ago
Fix warnings in example

github.com/ivanceras/sauron - d4f317cef4f72f5e803300b41c6e90e68431b16f authored almost 5 years ago
cargo clippy

github.com/ivanceras/sauron - 161886a891b195235b37325cf09032596dd1d20c authored almost 5 years ago
Fix warnings

github.com/ivanceras/sauron - 3270f2882793ef8d933ca7ee9d5bde91b2cb715b authored almost 5 years ago
Prepare 0.23.0 release

github.com/ivanceras/sauron - 934fcde52f26b1ba458e9218d45ae60ad67d233a authored almost 5 years ago
Remove unused feature flags

github.com/ivanceras/sauron - 7624e308320f4c40f235f883c36cf5fbbe7e3350 authored almost 5 years ago
Simplify the use Dispatch without the need for Rc

github.com/ivanceras/sauron - 930d9166509b9505281fc29383ed9e2de3b3669b authored almost 5 years ago
Add TODO, remove double + 'static

github.com/ivanceras/sauron - 24e8f7e0614d0e416aa6c1ce7c47d6b0ea290bc2 authored almost 5 years ago
fix: local variable color is ambigous with attributes::color

github.com/ivanceras/sauron - 362c2378c196cb8386d7a95f1d7a953bb0e14c23 authored almost 5 years ago
Remove unused code

add more TODO

github.com/ivanceras/sauron - a688e7d4ed49bb6dc99bad16f6305200d1193c2b authored almost 5 years ago
fix clippy warnings, cargo fmt

github.com/ivanceras/sauron - ac5e291fc2ef4eb3e35598e69696861fc279bb78 authored almost 5 years ago
Fix warnings and some clippy suggestions

github.com/ivanceras/sauron - 96523949df148f160e0ad6cd77450436ca18bb0c authored almost 5 years ago
breaking change: move Cmd and Dispatch to sauron, since it is specific to sauron

github.com/ivanceras/sauron - 7c3ad740543823ededf6ddf14c310b44f2346891 authored almost 5 years ago
Add Value::Bytes

cargo fmt

github.com/ivanceras/sauron - 7197d224d5b60ea0651996ecad7aa09de99067c4 authored almost 5 years ago
Update benchmark screenshot

github.com/ivanceras/sauron - 10f7d780fb2e70eee3653c81996f1799bd90b24a authored almost 5 years ago
Add note on the explicit passing of $ in macro

github.com/ivanceras/sauron - fba115934e2e8e827c26b03744797aca392d5f3e authored almost 5 years ago
Fix checked attribute behaviour

checked attribute has a special case since checked=checked means the control is checked, while c...

github.com/ivanceras/sauron - 0d6f8375fa3145d804953175d93aa23572a31be8 authored almost 5 years ago
NodeIdx is now usize instead of u32

github.com/ivanceras/sauron - ca4b9733d805bae7422060489e04765c077bb8b0 authored almost 5 years ago
Add as_bool function in Value

github.com/ivanceras/sauron - f5a6f828d86fb29acebda08d87c3f6f5a95c4324 authored almost 5 years ago
add function to create attribute from callback and from value

github.com/ivanceras/sauron - 5838b136af3afd4e68ba3ebcb17b2b66d6cb035a authored almost 5 years ago
Use the exact version of sauron_vomd in manifest

github.com/ivanceras/sauron - 96a6d5d69219bffa464eb6bb2203e4d01dca28e8 authored almost 5 years ago
Fix manifest of maintenance

github.com/ivanceras/sauron - c3d3b1778436741a6c89bf11731e8dc882cf3305 authored almost 5 years ago
Prepare 0.22.2 release

github.com/ivanceras/sauron - 4a51aa5a2b3e05ebdf42a59b59d68088d4a09cbe authored almost 5 years ago
Add maintance status in the manifest

github.com/ivanceras/sauron - b94b0187856b75b6d20d606ef372ceb362ba1813 authored almost 5 years ago
Expose diff_with_key for usage in sauron_native

Add a function take_callback to consume the value for usage in sauron_native

github.com/ivanceras/sauron - 02cd469dc5ef64a900732190da92b1a0fb1e8b13 authored almost 5 years ago
Improve the html parser

github.com/ivanceras/sauron - fb5851a8008d309dae21bb51d83334c7ed71e1f5 authored almost 5 years ago
Prepare 0.22.1 release

github.com/ivanceras/sauron - 384cd58e3cf3009b3f3dc876c01a714a7dcdcd21 authored almost 5 years ago
Only expose html::events in prelude when 'with-dom' feature is enabled

github.com/ivanceras/sauron - 58e5556db800377f8e00a656df2ef867830935a7 authored almost 5 years ago
Update TODO

github.com/ivanceras/sauron - 2d0440a528cf1b35b5a33fb84e6395bd3d9bbe43 authored almost 5 years ago
Take into account attributes that are not in the standard html attributes and use them as custom attribute expressed through attr function

github.com/ivanceras/sauron - c51d64eef4cffe64c4dd44a5c413be3072334185 authored almost 5 years ago
Improve some docs

github.com/ivanceras/sauron - 6757ae293ee0d4766ca64b8d6bc08ccb508020ad authored almost 5 years ago
Make the example depend on the latest version of sauron

github.com/ivanceras/sauron - 527fc5ad085b410f2137490239df5c3b50e9bc29 authored almost 5 years ago
Prepare for 0.22.0 release

github.com/ivanceras/sauron - 2e6ba82e9f75d1a199224719acc5c56c3b8996fa authored almost 5 years ago
Add doc comment for the prelude

github.com/ivanceras/sauron - 28a332d1521a37914aad416569f56a5284e0bb79 authored almost 5 years ago
Make use of prelude to simpilfy imports in sauron

github.com/ivanceras/sauron - c26d8379b97d44bb8122eb4c1bf3538f6695b6e2 authored almost 5 years ago
Merge pull request #7 from ivanceras/feature-parser

Feature parser
- Add feature to parse html and convert it into sauron view syntax code.

github.com/ivanceras/sauron - 0a43613fc4ce66616cc566d58b862a8551fae2e8 authored almost 5 years ago
Add link to html2sauron

github.com/ivanceras/sauron - 3d826263dec064e81631e8788de96a9faefff8a9 authored almost 5 years ago
Remove unncessary Document, expose an easy to use function to convert html to sauron syntax

github.com/ivanceras/sauron - 2d253bb32926363eba315203d6c7502dcf744d48 authored almost 5 years ago
Put the const tags and attributes behind the with-parser feature gate

github.com/ivanceras/sauron - 3c2933452cfbd30c7533e4278c6bb51cef4b0c22 authored almost 5 years ago
Fix declare attribute for html_attributes_special and svg_attributes_special

Should also pass the when declared, otherwise it will be an invalid attribute

github.com/ivanceras/sauron - 95eed532b73163b76399f49780b34f3a86ffc235 authored almost 5 years ago
Enable the const with feature gate

github.com/ivanceras/sauron - 23ddc601a3a621f00401eb529228be37d320b273 authored almost 5 years ago
Complete the implementation of the parser and convert html into sauron syntax

github.com/ivanceras/sauron - 23f7b4f35b37515b50fd47bb581466fe8926c6d1 authored almost 5 years ago
Get rid of the enumerate tags/attributes for html and svg

This is accomplished by using a upper-level macro which enumerate the tags/attributes while also...

github.com/ivanceras/sauron - c1399e8bfdc4b10a85be7250e028035ec0cb74ae authored almost 5 years ago
Use the new refactor sauron with generics on the attribute key

github.com/ivanceras/sauron - eea46d177a77b81d87a91b16e7c9f68a63e39ebe authored almost 5 years ago
Initial code for parsing html into sauron node/document

github.com/ivanceras/sauron - ba9e336bdca39e4381da574bb4fb524752dfc8ba authored almost 5 years ago
Refactor Attribute key to use generic type

github.com/ivanceras/sauron - f41a1e8510903a93e285ef30995e99be2de0dc20 authored almost 5 years ago
Simplify the indent function

github.com/ivanceras/sauron - 592a07fe59126dac416f8cde3559cb8fa2aeed6f authored almost 5 years ago
Update docs

github.com/ivanceras/sauron - 84e1102d1704cf14205add5abd852e40418489ac authored almost 5 years ago
Make the subsecond update to the subsecond by ticking at every 20ms

github.com/ivanceras/sauron - 80cc42aec442da7b4125b56d8d1822f189e93bca authored almost 5 years ago
Add cargo deny configuration

github.com/ivanceras/sauron - 87743ab4dc5bc449645e75f984956177d6c2ef30 authored almost 5 years ago
Publish 0.21.1

github.com/ivanceras/sauron - 26af21e04c5d8c526d978dfb50b17e7dbb269021 authored about 5 years ago
Add a help function classes which joins an array of string into a space class

github.com/ivanceras/sauron - e751d01f839d5a9ac7b5b4dc431554d9ef732914 authored about 5 years ago
benchmark on the diff

github.com/ivanceras/sauron - a592b8ec6f68ef436062dbfff8aaf6dbb4cadce4 authored about 5 years ago
Use criterion in benchmarks

github.com/ivanceras/sauron - 35109bab09e0ebd35aa7e3ab770b43397f1f4e4a authored about 5 years ago
Add link to demo of some examples

github.com/ivanceras/sauron - 3eb629652866549385cc8d92a4c6f395afc4c418 authored about 5 years ago
Add data-viewer as an example rather than a submodule project

github.com/ivanceras/sauron - 8c4fa894c5209b0af7026c0522a92120b0289b68 authored about 5 years ago
Revert "Add data-viewer to workspace"

This reverts commit 47c20fd7ebde04da3a5d4a4177e94b90dab23ce9.

github.com/ivanceras/sauron - a201a9a2d8cd5acf83b41fa1db0c01eb9990cae1 authored about 5 years ago
Revert "Add data-viewer as an example"

This reverts commit 3df0e83ce87db41e55d988d72cf076c7b70034fb.

github.com/ivanceras/sauron - 6ea9c3b1e2e91709b94ccee8ccaa6d764f719478 authored about 5 years ago
Add data-viewer to workspace

github.com/ivanceras/sauron - 47c20fd7ebde04da3a5d4a4177e94b90dab23ce9 authored about 5 years ago
Add data-viewer as an example

github.com/ivanceras/sauron - 3df0e83ce87db41e55d988d72cf076c7b70034fb authored about 5 years ago
Specify the version for sauron_vdom to 0.21.0

github.com/ivanceras/sauron - d9d88b9d9c36d775cc2cf979768ebbc9e11e336b authored about 5 years ago
Bump up sauron_vdom to 0.21.0

github.com/ivanceras/sauron - 07efe16b4094a71fdd760b0a98f96198ffe544ec authored about 5 years ago
Prepare release 0.21.0

github.com/ivanceras/sauron - b9cf08f328d7ebe3e960d51b60b5f24ed9d23c2f authored about 5 years ago
Prepare for 0.21.0 release

github.com/ivanceras/sauron - 983364ef9796d3039d8f06e0b65905478fa12d74 authored about 5 years ago
Prepare for next release

github.com/ivanceras/sauron - 740c1fe159d349d6d385cdd51dec9ffd517f5512 authored about 5 years ago
demote style tag to be just a tag and no macro

github.com/ivanceras/sauron - 22de5c25473d404f90a4e0a9b3814a6f0723a50e authored about 5 years ago
Update Changelog

github.com/ivanceras/sauron - be91cf386564f33792fecb1946ec524586cc462d authored about 5 years ago
Add Window as a global object to let components easily attached events to the window

github.com/ivanceras/sauron - 51c3b79a4fb2374f2b6cf8da2397eb68c2b7b183 authored about 5 years ago
Include mousemove in the supported event type

github.com/ivanceras/sauron - 286e8ceb123f039c2285dfed256fa3d515c89981 authored about 5 years ago
Take into account for namespace in attributes such as xlink:href in embededd svg image

github.com/ivanceras/sauron - b884f193b5ff64b1b0f628f152c4dc0685cd1a7c authored about 5 years ago
Fix error in svg_graph example

github.com/ivanceras/sauron - 4748891380f3bb8804acce12cbb3d997ccc3a6b5 authored about 5 years ago
Implement creating an attribute that has namespace

github.com/ivanceras/sauron - 4ae8d94a0d42b7ce80d8ce006081d8a963198c4d authored about 5 years ago
Preparing release for 0.20.3

github.com/ivanceras/sauron - 0774b49143c65e044c79580fc03f9192c1bca4ee authored about 5 years ago
Improve events where the user can customize the even_mapper to prevent_default and/or stop_propagation

github.com/ivanceras/sauron - ebdd6ad37e99ce3937349abcd61efefda1db7d52 authored about 5 years ago
Preparing release for 0.20.2

github.com/ivanceras/sauron - 160525ada83f4f8e42c4f561ca0cb3cc1cf97437 authored about 5 years ago
Fix test errors

github.com/ivanceras/sauron - a4c0c0779440c62c7ee02c16b8406d232706669d authored about 5 years ago
Update changelogs

github.com/ivanceras/sauron - ba3c3848e6cc07a2ac19aedd6d4d0fb6e9673f17 authored about 5 years ago