Ecosyste.ms: OpenCollective

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

github.com/ivanceras/jss

Easily create dynamic css using json notation
https://github.com/ivanceras/jss

more TODO item

9e526f4e57fd74d83d7c87e8e7876f49af00ff0d authored over 1 year ago by Jovansonlee Cesar <[email protected]>
publish: prepare for 0.6.2

87b78f6b3b9b41244a58d96ca2b3545ee4584e4c authored over 1 year ago by Jovansonlee Cesar <[email protected]>
chore: update dep version, remove unused deps

42e33837f79ff7c31ec85c42356524144e9035e2 authored over 1 year ago by Jovansonlee Cesar <[email protected]>
prepare for 0.6.1 release

17a4d266f81917df3e4b6657fbeedce2798270a5 authored over 1 year ago by Jovansonlee Cesar <[email protected]>
prepare for 0.6.0 release

af9278b78426f37404f0888f426ddd044d54e7e0 authored over 1 year ago by Jovansonlee Cesar <[email protected]>
add asserts and notes for the memory size of Value

6f23bdc1210b158e6599b43988dc867feb06c335 authored over 1 year ago by Jovansonlee Cesar <[email protected]>
add \n at both ends of the generated css when using the pretty variant

a9baa498e85bdf35937b6eeb0c16efa64185608f authored over 1 year ago by Jovansonlee Cesar <[email protected]>
docs: add a TODO item for jss

b072df969798e8873c58377d8d765d218d01eac4 authored over 2 years ago by Jovansonlee Cesar <[email protected]>
feat: add method to cast value to i32

ea7b9f5db3d8bf392f503ed1115dbcf02bd42498 authored over 2 years ago by Jovansonlee Cesar <[email protected]>
prepare for 0.5.0 release

14796bc148dc2e13bc99dc0235767871a5c1ead9 authored almost 3 years ago by Jovansonlee Cesar <[email protected]>
update todo

4b51d5fdfdd3896a71651d6784d49f87f9616e29 authored almost 3 years ago by Jovansonlee Cesar <[email protected]>
feat: add more units

a39306a9f23aff2892da0465c07dfce3641d41f6 authored almost 3 years ago by Jovansonlee Cesar <[email protected]>
improve the implementation of units, move value to here

64fd90bbe5cb65f2e0e369fd63685ce65ac68664 authored almost 3 years ago by Jovansonlee Cesar <[email protected]>
Prepare for 0.4.0 release

79d8914c1eb05e35fbc9969a842b2840fd56ceff authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Rewrite the style names copied from mdn, special style names prefixed with ':','::', etc are not included, Use phf crate to create the map at compile time

3ea9bdf44dee033359402a9b98b3370611a01703 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Use HashMap and HashSet

d4b88e8c58f0fb5355e0ba5dc6965c3d021aaf03 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Fix severe issue: The style names are instantiated with const instead of static, which cause sever performance penalty since it re-creates the style names every time it is used

a73ff566af620c5e088891647820ba3471c452d2 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Prepare for 0.3.2 release

f3cdadfb06ec5c0958bf17eadfe1fd547e108765 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Add class_namespaced function to build the class names with namespace in the same way as selector namespaced is built

64247503a39b6c6ea7d9437b97a4f7b0a4119864 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Rearrange function location

74fb380be829eda22c3d97ef7fd9b141d95f1d68 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Prepare for 0.3.1 release

3907e48ee0cad60cee61a373dce1a10c34998318 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
deny warnings, improve gh actions

a338b6c0fe9ae95720aa6e5b7536b172c3171b23 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Add test for svg properties

20cf4a21b718219b6c459953a20f3c878f971ad7 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Add feature strict which panics if using an invalid style name

0df064c54816006e44f887f8a421bd9a504845e5 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Add svg style names

7fc5b5c5aeeaee49ca648142158dd52aad6e4092 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Prepare for 0.3.0

9857adc1a45de7f302a64afef9c9da93d22a835e authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Move where the placement of braces in a function calls, since style attributes don't use braces

d5f2fefc8b0bb8324e2304fb30cacfae1842e057 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Prepare for 0.2.0 release

e209d819a1942f83f346ffe83f1566f1919304d0 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Improve readme

fdd8f9fc16e07d06ae3dcbc529b6883200c7f8a5 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Add more feature in the README

b6a914383b86095ea75b293d751ae08a8fa9ba18 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Remove unused crate doc-comment

7fef36afea87146e9ecd7e7bb5a032a627ac78bc authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Add a panicking example

58750afc0cb6269da3a178e24943130a95e15770 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Improve docs

19d3afd3a10d251167b92a35594923fabd220a81 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Use more descriptive names

eb68da9bb946f13e2c4bc4c567b49a825d56495a authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Add documentation for style! macro

ca927b3a62b01985c6954b442130eb6ae711f395 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Refactor functions to support plain css for usage in html attributes

7f5c767f184fb72f8ee3c3997060126ad3512432 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Improve the example

bb1af189515f82a9be79c221c65d15e8a290e410 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Change description

f2693f1b18c2188aad5e367720b607ddfffe1873 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Add github workflows

56d08773244fff9857ca7d4a784624b9b86d5b25 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
More doc improvements

65e9a7488496d3e9d8ba268b81b988a0de63363e authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Improve README, add license

010d8f9aa2c2f781285e2dafba5c977909b2e262 authored over 3 years ago by Jovansonlee Cesar <[email protected]>
Initial commit

2f69a4ffa8fde18aeeb084160426856b7f597633 authored over 3 years ago by Jovansonlee Cesar <[email protected]>