tide-jsx v0.4.0

#rust#proc-macro#jsx

git clone https://git.pyrossh.dev/tide-jsx

Tide + JSX


685384dPeter John 2026-05-16T15:27:13+05:30
Revert "new stuff"
509577fPeter John 2026-05-16T14:31:46+05:30
new stuff
4650209Peter John 2022-09-25T14:50:25+05:30
add integration test
aeeb835Peter John 2022-09-18T09:30:51+05:30
Update README.md
a2a8cc9Peter John 2022-09-18T09:26:25+05:30
update readme
3823550Peter John 2022-09-18T09:18:55+05:30
remove tide dependency
a2f5155Peter John 2022-09-18T09:16:48+05:30
fmt all code
13ca0b5Peter John 2022-09-18T00:41:01+05:30
v0.4.0
4c95b9ePeter John 2022-09-18T00:16:58+05:30
v0.3.3
7a22303Peter John 2022-09-17T20:23:18+05:30
v0.3.2
f9e46d1Peter John 2022-09-17T19:30:16+05:30
v0.3.1
366ce47Peter John 2022-09-17T18:40:35+05:30
v0.3.0
e3c3a07Peter John 2022-09-17T18:14:08+05:30
fix build tests
cff578ePeter John 2022-09-17T16:22:15+05:30
v0.2.1
30df4d1Peter John 2022-09-17T16:19:03+05:30
fix tests
0e72dd9Peter John 2022-09-17T16:01:50+05:30
v0.1.1
77cb4fePeter John 2022-09-17T15:15:35+05:30
rename
78e2b8aPeter John 2022-09-17T14:53:54+05:30
rustt-2021
aa10a9dGal Schlezinger 2020-07-21T12:52:58+03:00
Use stable Rust (#41)
73c4aa5vpzomtrrfrt 2020-07-21T03:32:17-06:00
impl Render for Cow<'_, str> (#36)
cd4dd39vpzomtrrfrt 2020-07-21T03:30:42-06:00
Implement Render for Vec<T> (#40)
7bffb93vpzomtrrfrt 2020-06-30T00:59:01-06:00
Add Render impls for numeric primitives (#35)
534f9b7vpzomtrrfrt 2020-06-18T05:20:12-06:00
Use Cow for element attribute values (#21)
3f7f765Naitik Shah 2020-06-14T12:08:47+04:00
support keywords like type/for without resorting to raw (#30)
66cdde1Naitik Shah 2020-06-11T15:48:20+04:00
remove unnecessary pub visibility for tests (#29)
d26982cNaitik Shah 2020-06-11T15:43:31+04:00
add test showing how to use Option (#28)
553f893Naitik Shah 2020-06-11T14:00:09+04:00
Prepare for running in stable Rust (#27)
4ccab0cGal Schlezinger 2020-06-10T17:22:35+03:00
Set up GH actions for contributions (#26)
02548beNaitik Shah 2020-06-10T17:11:09+04:00
Eliminate unused brace errors & unused import (#25)
c35c7afGal Schlezinger 2020-06-10T15:56:40+03:00
Update github actions
8e2b393vpzomtrrfrt 2020-06-08T01:05:19-06:00
Add support for raw identifiers (#19)
915cec7Gal Schlezinger 2020-06-01T10:07:55+03:00
v0.3.1
dca74baAsh Guy 2020-05-25T17:30:29+10:00
[Fix] Elements Ordering & Struct Field Visibility (#17)
ebaddfdMario Reder 2019-12-18T08:47:37+01:00
fix: remove space before self closing tag (#11)
c44a431Gal Schlezinger 2019-11-27T15:44:57+02:00
v0.3.0
b03ce49Gal Schlezinger 2019-10-03T09:42:07+03:00
Use `Write` instead of owned strings (#8)
005fdc1Gal Schlezinger 2019-09-26T10:48:13+03:00
Support dashes in html tags attributes (#7)
00d5abdGal Schlezinger 2019-09-23T23:17:42+03:00
v0.2.0
7c790e3Gal Schlezinger 2019-09-23T21:41:29+03:00
Support empty brackets as Fragments (#5)
0c77270Gal Schlezinger 2019-09-23T21:33:38+03:00
Add `#[component]` macro (#4)
71a726cGal Schlezinger 2019-09-21T11:51:46+03:00
bump version for updating docs
2157b62Gal Schlezinger 2019-09-21T11:49:19+03:00
Add version
79a06e5Gal Schlezinger 2019-09-21T11:47:17+03:00
docs
a6199b7Gal Schlezinger 2019-09-21T11:08:52+03:00
escape strings
45d44a9Gal Schlezinger 2019-09-21T10:55:17+03:00
Move readme test to the lib root
0df6bedGal Schlezinger 2019-09-21T10:51:57+03:00
Better docs
c5dfed4Gal Schlezinger 2019-09-21T10:24:41+03:00
typo
178f9bcGal Schlezinger 2019-09-21T10:23:48+03:00
Create LICENSE
90721bfGal Schlezinger 2019-09-21T10:19:52+03:00
change readme
f995c83Gal Schlezinger 2019-09-21T10:14:45+03:00
prepare to publish v0.1
f4214dcGal Schlezinger 2019-09-21T10:10:22+03:00
Add description
377f310Gal Schlezinger 2019-09-21T10:07:06+03:00
README
6534ef8Gal Schlezinger 2019-09-21T09:46:24+03:00
Refactor proc macro to multiple structs (#1)
6eaa52fGal Schlezinger 2019-09-21T08:47:56+03:00
Use nightly rust
b61731cGal Schlezinger 2019-09-21T08:39:27+03:00
Add CI with GitHub actions
0f2ec10Gal Schlezinger 2019-09-21T08:38:56+03:00
pretty assertions
cc58dd1Gal Schlezinger 2019-09-21T08:30:36+03:00
initial implementation