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
Merge pull request #39 from ivanceras/remove-execute-in-request-animation-frame
Remove unused function execute_in_request_in_animation_frame
github.com/ivanceras/sauron - 0aa8ae59dee3fea4818442412a80b9462e2aeebd authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Update dep restq in data-viewer
github.com/ivanceras/sauron - 352adc89480704b1e1e7a9a5950e12a56e091bec authored over 3 years ago by Jovansonlee Cesar <[email protected]>
github.com/ivanceras/sauron - 352adc89480704b1e1e7a9a5950e12a56e091bec authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Rename Effects::map_follow_ups to Effects::map_msg and Cmd::map_follow_ups to Cmd::map_msg, we already know that it is mapping the follow_up and the effects is already in the same type as the component that is containing it
github.com/ivanceras/sauron - 41ca25a0de2da0a5f435eaf0db0e00095de561eb authored over 3 years ago by Jovansonlee Cesar <[email protected]>
github.com/ivanceras/sauron - 41ca25a0de2da0a5f435eaf0db0e00095de561eb authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Component and Widget are merged using Component as the final name, Component can now return both effects and followups
github.com/ivanceras/sauron - 52c8871ed5de06c25841f0c167a7e90dfc8a3207 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
github.com/ivanceras/sauron - 52c8871ed5de06c25841f0c167a7e90dfc8a3207 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Fix examples due to changes in function signatore of Component trait
github.com/ivanceras/sauron - ddd6f21b22fa0350f8929e5549f050cab1e05cf8 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
github.com/ivanceras/sauron - ddd6f21b22fa0350f8929e5549f050cab1e05cf8 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Component is just a widget which returns Effects with follow_ups, but no effects
github.com/ivanceras/sauron - 43ee41e06fec5336758ffe5de1b3a9ead93654f6 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
github.com/ivanceras/sauron - 43ee41e06fec5336758ffe5de1b3a9ead93654f6 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Add implementation to convert Cmd from Effects, rename Cmd::map_effects to Cmd::map_follow_ups
github.com/ivanceras/sauron - 76aa6f82fae71c36586b6c55a21554a9686a2965 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
github.com/ivanceras/sauron - 76aa6f82fae71c36586b6c55a21554a9686a2965 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Use effects in window-tab-rows example
github.com/ivanceras/sauron - 2dd2c2de8f4c4de5e7c2cca84cc0149fbd2b9c42 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
github.com/ivanceras/sauron - 2dd2c2de8f4c4de5e7c2cca84cc0149fbd2b9c42 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Rename generics in Callback<EVENT,MSG> to Callback<IN,OUT> for a more generic application
github.com/ivanceras/sauron - 803edf0a4622bdeccf69f6ae8a1d8153f8598e4c authored over 3 years ago by Jovansonlee Cesar <[email protected]>
github.com/ivanceras/sauron - 803edf0a4622bdeccf69f6ae8a1d8153f8598e4c authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Add TODO notes
github.com/ivanceras/sauron - d97f06b5bc575f73f9af81e0aae120aff59efb3f authored over 3 years ago by Jovansonlee Cesar <[email protected]>
github.com/ivanceras/sauron - d97f06b5bc575f73f9af81e0aae120aff59efb3f authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Wire the Callback into the parent Component Msg
github.com/ivanceras/sauron - 7ab6526e8b0d45bb4933275b1a1773640bc4f3a9 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
github.com/ivanceras/sauron - 7ab6526e8b0d45bb4933275b1a1773640bc4f3a9 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Use effects in custom_widget example
github.com/ivanceras/sauron - 0e190a28c22a639c44643e7b027e7a7b3e6b05e2 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
github.com/ivanceras/sauron - 0e190a28c22a639c44643e7b027e7a7b3e6b05e2 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Move effects out into its own module, Add functions for mapping effects easily
github.com/ivanceras/sauron - 530d39527c48fdc64cc0b6f06acf71075d99974f authored over 3 years ago by Jovansonlee Cesar <[email protected]>
github.com/ivanceras/sauron - 530d39527c48fdc64cc0b6f06acf71075d99974f authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Add Effects struct to contain follow_up msg and effect Msg intended for the parent component
Move Application out to its own module
github.com/ivanceras/sauron - d9d3ebfaa1e86c119113edcbd50a5deb40692d2d authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Add batch_map function to Cmd to simultaneously map Msg list and create a Cmd
github.com/ivanceras/sauron - 1c5fef72b45efe5959e70c585d8f9afe91566384 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
github.com/ivanceras/sauron - 1c5fef72b45efe5959e70c585d8f9afe91566384 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Make clippy happy
github.com/ivanceras/sauron - 386c6b9419b462a462e8a442dcdb0b137149ae3c authored over 3 years ago by Jovansonlee Cesar <[email protected]>
github.com/ivanceras/sauron - 386c6b9419b462a462e8a442dcdb0b137149ae3c authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Remove node_idx in render, it was for debugging only
github.com/ivanceras/sauron - a698a68820ec05e2e72dde346b3e088d974e8dd0 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
github.com/ivanceras/sauron - a698a68820ec05e2e72dde346b3e088d974e8dd0 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Remove unused function Cmd::from_msg
github.com/ivanceras/sauron - 6346e0fc40bb71acb2be8963e3639e0b9492edb2 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
github.com/ivanceras/sauron - 6346e0fc40bb71acb2be8963e3639e0b9492edb2 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Improve the Component system, Add 2 new types of Components: Container, and View
github.com/ivanceras/sauron - fc26bdf7b2d8d18c37aec91f1a000507feacd7ae authored over 3 years ago by Jovansonlee Cesar <[email protected]>
github.com/ivanceras/sauron - fc26bdf7b2d8d18c37aec91f1a000507feacd7ae authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Add a way to convert mouse_event into Event
github.com/ivanceras/sauron - 70e63a38b75a497ab10b84f0f6bfc3167c96d9b6 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
github.com/ivanceras/sauron - 70e63a38b75a497ab10b84f0f6bfc3167c96d9b6 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Remove unused function execute_in_request_in_animation_frame
github.com/ivanceras/sauron - a33c9035d2ffb1a4a8d9a81455acb0f7195009db authored over 3 years ago by Jovansonlee Cesar <[email protected]>
github.com/ivanceras/sauron - a33c9035d2ffb1a4a8d9a81455acb0f7195009db authored over 3 years ago by Jovansonlee Cesar <[email protected]>
map follow_up updates from components inside a component
github.com/ivanceras/sauron - 40731835e0a6d480bb2e1b980361b9fdb5e10c8e authored over 3 years ago by Jovansonlee Cesar <[email protected]>
github.com/ivanceras/sauron - 40731835e0a6d480bb2e1b980361b9fdb5e10c8e authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Remove outdated comment
github.com/ivanceras/sauron - 21db58f2e612649da11060d672ebbdc95aaaaca5 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
github.com/ivanceras/sauron - 21db58f2e612649da11060d672ebbdc95aaaaca5 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Simplify the batching the follow up Msg
github.com/ivanceras/sauron - 78587643af83355c9ea70bee4c65cb82faf49020 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
github.com/ivanceras/sauron - 78587643af83355c9ea70bee4c65cb82faf49020 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Add method in Cmd to accept Msg and Vec<Msg> intended to be used for deriving an Application Cmd from Component Msg
github.com/ivanceras/sauron - ab0dd6f0a9c51ca07483a6a9ef79ad8e58e87316 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
github.com/ivanceras/sauron - ab0dd6f0a9c51ca07483a6a9ef79ad8e58e87316 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Prepare for 0.41.1 release
github.com/ivanceras/sauron - a3c697e9f1340bbba91eec5c16ad3efa5fd55244 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
github.com/ivanceras/sauron - a3c697e9f1340bbba91eec5c16ad3efa5fd55244 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Add utility functions in html attributes which manipulates classes with namespace
github.com/ivanceras/sauron - eab6d0c85f7cdf06d7c23895ce51ef8a4eedca86 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
github.com/ivanceras/sauron - eab6d0c85f7cdf06d7c23895ce51ef8a4eedca86 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Improve the publish script
github.com/ivanceras/sauron - 6c6e7b515b270fd56fe145396106d6997960abd3 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
github.com/ivanceras/sauron - 6c6e7b515b270fd56fe145396106d6997960abd3 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Add a publish script to automate the process
github.com/ivanceras/sauron - 6d4d9cd86cd31d4ee410095b33f65874c4422f99 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
github.com/ivanceras/sauron - 6d4d9cd86cd31d4ee410095b33f65874c4422f99 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Prepare for 0.41.0 release
github.com/ivanceras/sauron - e62e7301a0bdceafd1f8b78c5e2f2e31d0fe4a02 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
github.com/ivanceras/sauron - e62e7301a0bdceafd1f8b78c5e2f2e31d0fe4a02 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Add a publish script
github.com/ivanceras/sauron - 35c885f20ff85fced07f0a267c57c165d9fd3fd1 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
github.com/ivanceras/sauron - 35c885f20ff85fced07f0a267c57c165d9fd3fd1 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
organize changelog
github.com/ivanceras/sauron - 9f0642debfa0fbf50b861089a86c89e6854b730b authored over 3 years ago by Jovansonlee Cesar <[email protected]>
github.com/ivanceras/sauron - 9f0642debfa0fbf50b861089a86c89e6854b730b authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Update Changelog
github.com/ivanceras/sauron - a45db66b5503441f81513860ffb8009864a6a174 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
github.com/ivanceras/sauron - a45db66b5503441f81513860ffb8009864a6a174 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Make data-viewer example uses Component trait on child components rather than Application
github.com/ivanceras/sauron - d17f5e6f3c86d57b957d34419a699e14b3c550b5 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
github.com/ivanceras/sauron - d17f5e6f3c86d57b957d34419a699e14b3c550b5 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Fix examples to use the modified init function
github.com/ivanceras/sauron - cb32ab8ea76d1b023e89f0e9ba6de0c1d01d3643 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
github.com/ivanceras/sauron - cb32ab8ea76d1b023e89f0e9ba6de0c1d01d3643 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Fix the example code in the README
github.com/ivanceras/sauron - d21b9132682092b12945dc4321cd94e0429dbc32 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
github.com/ivanceras/sauron - d21b9132682092b12945dc4321cd94e0429dbc32 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Remove mapping functions in Cmd, Program, DomUpdater since it proved to be futile attempt to automatically map from sub components
github.com/ivanceras/sauron - e72d66dfa725c6efbf369bca13050cc21e817605 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
github.com/ivanceras/sauron - e72d66dfa725c6efbf369bca13050cc21e817605 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Merge pull request #38 from ivanceras/develop
Develop
github.com/ivanceras/sauron - 2dfbdc456a7003368d48aa3da5a4acaee4b9ffcb authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Remove outdated comment in tags lookup
Update TODO
github.com/ivanceras/sauron - 861945f22a22932c35a6c04b6b386a59b5bc5d12 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
update feature flags with the removal of markdown feature, update Notes
github.com/ivanceras/sauron - 58ed7b6c82eeb83d6c6c6297dc1b2147ad556982 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
github.com/ivanceras/sauron - 58ed7b6c82eeb83d6c6c6297dc1b2147ad556982 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Add a test for style macro used in attributes
github.com/ivanceras/sauron - 2c972bb91e18f6507e7565bcb1359dee0f4cde31 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
github.com/ivanceras/sauron - 2c972bb91e18f6507e7565bcb1359dee0f4cde31 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Remove dep lazy_static in favor of once_cell
github.com/ivanceras/sauron - 735d7ccf937f66202f116428dcf1f2352bf49b07 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
github.com/ivanceras/sauron - 735d7ccf937f66202f116428dcf1f2352bf49b07 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Move sauron-parse out of the repository to keep sauron slim
github.com/ivanceras/sauron - 8e4babb2fa1b1cf065b816e46017da9f9261998d authored over 3 years ago by Jovansonlee Cesar <[email protected]>
github.com/ivanceras/sauron - 8e4babb2fa1b1cf065b816e46017da9f9261998d authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Remove style macro in favor of jss crate
github.com/ivanceras/sauron - 928b0e47a25d8a8ed34b556f0da25e74709b8b1c authored over 3 years ago by Jovansonlee Cesar <[email protected]>
github.com/ivanceras/sauron - 928b0e47a25d8a8ed34b556f0da25e74709b8b1c authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Fix tests
github.com/ivanceras/sauron - f030f2a2dc55a82cf31350fea4f90205d77bc068 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
github.com/ivanceras/sauron - f030f2a2dc55a82cf31350fea4f90205d77bc068 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Merge branch 'develop' into node-recycle-issue
github.com/ivanceras/sauron - 99aece6757424f4f3e5a5b4491ce4f89f4dc3b13 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
github.com/ivanceras/sauron - 99aece6757424f4f3e5a5b4491ce4f89f4dc3b13 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Merge branch 'master' into node-recycle-issue
github.com/ivanceras/sauron - 37d305caedcc8172eaa258e9aac7e8d90158316c authored over 3 years ago by Jovansonlee Cesar <[email protected]>
github.com/ivanceras/sauron - 37d305caedcc8172eaa258e9aac7e8d90158316c authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Refactor matching tags, attributes, and style names
github.com/ivanceras/sauron - fe820f565daf690817efd843607ab9ee2bb8379e authored over 3 years ago by Jovansonlee Cesar <[email protected]>
github.com/ivanceras/sauron - fe820f565daf690817efd843607ab9ee2bb8379e authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Remove ignorcase matching in sauron-parse
github.com/ivanceras/sauron - 044513e8c6b8f2ce5bd92ebd25d9ee2083f4e7dc authored over 3 years ago by Jovansonlee Cesar <[email protected]>
github.com/ivanceras/sauron - 044513e8c6b8f2ce5bd92ebd25d9ee2083f4e7dc authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Fix data-viewer example
github.com/ivanceras/sauron - 5b4d07d2b23cae3f48e59e3e6ad28a8e79dae2f8 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
github.com/ivanceras/sauron - 5b4d07d2b23cae3f48e59e3e6ad28a8e79dae2f8 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Fix test fixtures due to rename on Component -> Application
github.com/ivanceras/sauron - 73ba8662c5f58e4dbddcd90b497ae8e3666ec0f9 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
github.com/ivanceras/sauron - 73ba8662c5f58e4dbddcd90b497ae8e3666ec0f9 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Some more examples fixes
github.com/ivanceras/sauron - f8870ade02587df0195ee11f2cd308c1eccbc39b authored over 3 years ago by Jovansonlee Cesar <[email protected]>
github.com/ivanceras/sauron - f8870ade02587df0195ee11f2cd308c1eccbc39b authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Fix due to core rename of Component to Application
github.com/ivanceras/sauron - afb21e0fbc0c7855dbbc34791a9ad570be678d9e authored over 3 years ago by Jovansonlee Cesar <[email protected]>
github.com/ivanceras/sauron - afb21e0fbc0c7855dbbc34791a9ad570be678d9e authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Fix due to core rename of Component to Application
github.com/ivanceras/sauron - c936974e3a654122a424d120db9f8fe8b5ff01f7 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
github.com/ivanceras/sauron - c936974e3a654122a424d120db9f8fe8b5ff01f7 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Fix due to core rename of Component to Application
github.com/ivanceras/sauron - 618ee2e4ca65aa1000f0de1a22a1c17d8c4c7b10 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
github.com/ivanceras/sauron - 618ee2e4ca65aa1000f0de1a22a1c17d8c4c7b10 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Fix todomvc-macro-syntax due to core rename of Component to Application
github.com/ivanceras/sauron - 25a603c31dd91dc488201c63d45622cc82d4843c authored over 3 years ago by Jovansonlee Cesar <[email protected]>
github.com/ivanceras/sauron - 25a603c31dd91dc488201c63d45622cc82d4843c authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Fix todomvc due to core rename of Component to Application
github.com/ivanceras/sauron - 5b169127e1d7a8b7eb9b50583dca43f9a5031d88 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
github.com/ivanceras/sauron - 5b169127e1d7a8b7eb9b50583dca43f9a5031d88 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Fix minimal-macro-syntax due to core rename of Component to Application
github.com/ivanceras/sauron - 0b0d42aa37b68812edb95cf0e9d03cb0d61cd95f authored over 3 years ago by Jovansonlee Cesar <[email protected]>
github.com/ivanceras/sauron - 0b0d42aa37b68812edb95cf0e9d03cb0d61cd95f authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Fix minimal example from the core rename of Component to Application
github.com/ivanceras/sauron - f9ef7ea3cdc23f9547d2170a6a7ae0cbe067f619 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
github.com/ivanceras/sauron - f9ef7ea3cdc23f9547d2170a6a7ae0cbe067f619 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Fix name of svg-clock and svg-clock-macro-syntax, they have swapped names
github.com/ivanceras/sauron - 29b82ee8c4047e502cd0ac89945556c9c8ada358 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
github.com/ivanceras/sauron - 29b82ee8c4047e502cd0ac89945556c9c8ada358 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Fix svg-clock example from core rename of Component to Application, also fix the link to js in index.html
github.com/ivanceras/sauron - 99081677d2cca1d244f2ba5eaad3ee5498e56a46 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
github.com/ivanceras/sauron - 99081677d2cca1d244f2ba5eaad3ee5498e56a46 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Fix with the new rename of component to Application
github.com/ivanceras/sauron - 0374da3d499aa9f91e552275b32ad3d3109facfb authored over 3 years ago by Jovansonlee Cesar <[email protected]>
github.com/ivanceras/sauron - 0374da3d499aa9f91e552275b32ad3d3109facfb authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Fix window tab rows, which showcases the use of Application, Component and Widget
github.com/ivanceras/sauron - 784f31f42fa6591144c51643f3a78d0eb4abb3c9 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
github.com/ivanceras/sauron - 784f31f42fa6591144c51643f3a78d0eb4abb3c9 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Fix custom widget demonstrating the use of Application and Widget
github.com/ivanceras/sauron - c11e5815dc6ccbe00a4e711112c4ef557f22e653 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
github.com/ivanceras/sauron - c11e5815dc6ccbe00a4e711112c4ef557f22e653 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Rename Component to Application, use Component for other use
github.com/ivanceras/sauron - f38bc3543eb392599d7b003244324acdc1c54c75 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
github.com/ivanceras/sauron - f38bc3543eb392599d7b003244324acdc1c54c75 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Add TODO on naming
github.com/ivanceras/sauron - 43378d188966bc40a5aeee653c82dc0e3355d805 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
github.com/ivanceras/sauron - 43378d188966bc40a5aeee653c82dc0e3355d805 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Merge pull request #37 from ivanceras/map-cmd
Map cmd
github.com/ivanceras/sauron - ae95077f1634696566303dcfda362f953d758603 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Merge old map-cmd from github version
github.com/ivanceras/sauron - 0c2173cdf4b3664141b599742e6ad558d10d37ce authored over 3 years ago by Jovansonlee Cesar <[email protected]>
github.com/ivanceras/sauron - 0c2173cdf4b3664141b599742e6ad558d10d37ce authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Add SimpleComponent and SubComponent as 2 types of Component
github.com/ivanceras/sauron - e7d3bc1cba6d36396bc8d0e7a9c20052bfed240e authored over 3 years ago by Jovansonlee Cesar <[email protected]>
github.com/ivanceras/sauron - e7d3bc1cba6d36396bc8d0e7a9c20052bfed240e authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Add map cmd
github.com/ivanceras/sauron - c2690a2e98d6b5ef316f3c61d0f1b10b4b8b4ccc authored over 3 years ago by Jovansonlee Cesar <[email protected]>
github.com/ivanceras/sauron - c2690a2e98d6b5ef316f3c61d0f1b10b4b8b4ccc authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Make the mapping from Cmd and Program work
github.com/ivanceras/sauron - 3bdf242754c5c12731713c337a6e450e63a6d8b0 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
github.com/ivanceras/sauron - 3bdf242754c5c12731713c337a6e450e63a6d8b0 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Initial code for Mapping Cmd, Program and DomUpdater
github.com/ivanceras/sauron - 67966e3655af2bf2fe28fac4780c8ee29965fd58 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
github.com/ivanceras/sauron - 67966e3655af2bf2fe28fac4780c8ee29965fd58 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Merge pull request #36 from kdheepak/patch-1
Fix typo in README.md
github.com/ivanceras/sauron - c19dafb46b77fbef3619caa5ed37db64016a296d authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Fix typo in README.md
github.com/ivanceras/sauron - 53e32218831e60195db6a0e884167c687c28d4a0 authored over 3 years ago by Dheepak Krishnamurthy <[email protected]>
github.com/ivanceras/sauron - 53e32218831e60195db6a0e884167c687c28d4a0 authored over 3 years ago by Dheepak Krishnamurthy <[email protected]>
Modify the callback such that there is less chance that node with different event will be recycled
github.com/ivanceras/sauron - 81a18188411e351a4728a51ad54c1bda1661aa82 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
github.com/ivanceras/sauron - 81a18188411e351a4728a51ad54c1bda1661aa82 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Fix github actions error
github.com/ivanceras/sauron - a62467c810d1479428723f048799cef73440f7db authored over 3 years ago by Jovansonlee Cesar <[email protected]>
github.com/ivanceras/sauron - a62467c810d1479428723f048799cef73440f7db authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Move out futuristic-ui out of the examples
github.com/ivanceras/sauron - bc0b956eefa1e7d8beac3304145cd29e2fcb925a authored over 3 years ago by Jovansonlee Cesar <[email protected]>
github.com/ivanceras/sauron - bc0b956eefa1e7d8beac3304145cd29e2fcb925a authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Add a valid identifier as lookup for usage in styles in jss! macro
github.com/ivanceras/sauron - 47ba251117f7661c226695889f53adc36f275a9d authored over 3 years ago by Jovansonlee Cesar <[email protected]>
github.com/ivanceras/sauron - 47ba251117f7661c226695889f53adc36f275a9d authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Switch dependency from serde_json to json where quotes on identifier keys are optional
github.com/ivanceras/sauron - 3f8c0f1ab270394990aa04907ba5597f75371f8f authored over 3 years ago by Jovansonlee Cesar <[email protected]>
github.com/ivanceras/sauron - 3f8c0f1ab270394990aa04907ba5597f75371f8f authored over 3 years ago by Jovansonlee Cesar <[email protected]>
**breaking** move markdown out to a new repository
github.com/ivanceras/sauron - 272189b0a8b56caa6a9a9cd45e358da776ff7cef authored over 3 years ago by Jovansonlee Cesar <[email protected]>
github.com/ivanceras/sauron - 272189b0a8b56caa6a9a9cd45e358da776ff7cef authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Update TODO
github.com/ivanceras/sauron - c739744009b2da74dd1895a80d9852aa538e652a authored over 3 years ago by Jovansonlee Cesar <[email protected]>
github.com/ivanceras/sauron - c739744009b2da74dd1895a80d9852aa538e652a authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Add init_with_program for enabling components have access to the program
github.com/ivanceras/sauron - 0afcedbf9661be6e3d20061698704f92788e7cce authored over 3 years ago by Jovansonlee Cesar <[email protected]>
github.com/ivanceras/sauron - 0afcedbf9661be6e3d20061698704f92788e7cce authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Remove the link to the WIP guide for now
github.com/ivanceras/sauron - 8fc9f05db231c5d1b1afc279d9619fd49189b333 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
github.com/ivanceras/sauron - 8fc9f05db231c5d1b1afc279d9619fd49189b333 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Improve documents
github.com/ivanceras/sauron - 4bbdc93825ef50b0f9e1b7c01e1bbde31f573377 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
github.com/ivanceras/sauron - 4bbdc93825ef50b0f9e1b7c01e1bbde31f573377 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Improve css for counter example
github.com/ivanceras/sauron - 15ff223c1427c383bd50162da7bf607722befcc5 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
github.com/ivanceras/sauron - 15ff223c1427c383bd50162da7bf607722befcc5 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Put back sauron markdown plugin test using svgbob
github.com/ivanceras/sauron - 7112d41c405190235c65ae62af5019e5c4b57c27 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
github.com/ivanceras/sauron - 7112d41c405190235c65ae62af5019e5c4b57c27 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Add a test to show node-recylcing bug
github.com/ivanceras/sauron - 3657d40b84ec02b035ac35b646a62c2e91b7f1a9 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
github.com/ivanceras/sauron - 3657d40b84ec02b035ac35b646a62c2e91b7f1a9 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Add version number to published sauron-parse for sauron-node-macro (This is very inconvenient for each relase)
github.com/ivanceras/sauron - 10016e7a898c2dfbc3cea16c8b1708d8abfb6bef authored over 3 years ago by Jovansonlee Cesar <[email protected]>
github.com/ivanceras/sauron - 10016e7a898c2dfbc3cea16c8b1708d8abfb6bef authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Use path in dev-dependency
github.com/ivanceras/sauron - e23ee4ba8d185201558b9220c484f3db42228846 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
github.com/ivanceras/sauron - e23ee4ba8d185201558b9220c484f3db42228846 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Prepare for 0.40.0 release
github.com/ivanceras/sauron - 152915cc96d95539e92e7d3032baf4afee1a74ee authored over 3 years ago by Jovansonlee Cesar <[email protected]>
github.com/ivanceras/sauron - 152915cc96d95539e92e7d3032baf4afee1a74ee authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Update changelog
github.com/ivanceras/sauron - 1974279aa7c455c963eb620342eee58ff6e2fe78 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
github.com/ivanceras/sauron - 1974279aa7c455c963eb620342eee58ff6e2fe78 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
temporarily disable test involving svgbob for the meantime
github.com/ivanceras/sauron - 09d8d1269dda863fc33d165806ddfe3f0eb6a0f2 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
github.com/ivanceras/sauron - 09d8d1269dda863fc33d165806ddfe3f0eb6a0f2 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Remove the use of local paths
github.com/ivanceras/sauron - 72377055e786c88ea04dc8daea9633b31537e191 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
github.com/ivanceras/sauron - 72377055e786c88ea04dc8daea9633b31537e191 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Add more notes
github.com/ivanceras/sauron - b4d1bfbc1b28387ed99809191edf544a3792c06c authored over 3 years ago by Jovansonlee Cesar <[email protected]>
github.com/ivanceras/sauron - b4d1bfbc1b28387ed99809191edf544a3792c06c authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Improve sauron-node-macro to improve performance by making resolving the values of namespace and self-closing at compile time, rather than at runtime
github.com/ivanceras/sauron - d4ba64acd07ff8ff68e1bcb86a83dc51c1b151d7 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
github.com/ivanceras/sauron - d4ba64acd07ff8ff68e1bcb86a83dc51c1b151d7 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Remove markdown_with_code_fence_processor as it is very long and is superseded with markdown_with_plugins
github.com/ivanceras/sauron - 58178022549b646f375d2be4b00a516f927fcffb authored over 3 years ago by Jovansonlee Cesar <[email protected]>
github.com/ivanceras/sauron - 58178022549b646f375d2be4b00a516f927fcffb authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Improve plugin architecture for markdown, Added inline html processor plugin capability
github.com/ivanceras/sauron - b1eb040368e94ae14cae0fdbf23ceedf9551619a authored over 3 years ago by Jovansonlee Cesar <[email protected]>
github.com/ivanceras/sauron - b1eb040368e94ae14cae0fdbf23ceedf9551619a authored over 3 years ago by Jovansonlee Cesar <[email protected]>
display the details when it errors
github.com/ivanceras/sauron - 721a70c09432d19da0a445d831e849f1344285c5 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
github.com/ivanceras/sauron - 721a70c09432d19da0a445d831e849f1344285c5 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Modify scroll_to_top to return as a Cmd rather than a function call
Add popstate on the events
github.com/ivanceras/sauron - ffe28beb18c8987a93cac844938ecc27e6ed1d53 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Update changelog
github.com/ivanceras/sauron - 41f1cef960a4a889c7111069811c489fe09d5ef5 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
github.com/ivanceras/sauron - 41f1cef960a4a889c7111069811c489fe09d5ef5 authored over 3 years ago by Jovansonlee Cesar <[email protected]>