File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.12.1] - 2024-09-01
4+
5+ ### Features 🚀
6+
7+ - Added support for generics in struct field types (thanks to @frnsys )
8+ - Added macro options for much more flexibility with leptos-i18n (thanks to @Baptistemontan )
9+ - Added hint to readmes of examples how to run them (thanks to @luckynumberke7in )
10+
311## [ 0.12.0] - 2024-08-14
412
513### Breaking Change 🛠️
Original file line number Diff line number Diff line change 11[package ]
22name = " leptos-struct-table"
3- version = " 0.12.0 "
3+ version = " 0.12.1 "
44edition = " 2021"
55authors = [" Marc-Stefan Cassola" ]
66categories = [" gui" , " web-programming" ]
@@ -13,7 +13,7 @@ repository = "https://github.com/Synphonyte/leptos-struct-table"
1313
1414[dependencies ]
1515leptos = { version = " 0.6" }
16- leptos-struct-table-macro = { version = " 0.11.1 " }
16+ leptos-struct-table-macro = { version = " 0.11.2 " }
1717leptos-use = " 0.12"
1818rust_decimal = { version = " 1.35" , optional = true }
1919chrono = { version = " 0.4" , optional = true }
You can’t perform that action at this time.
0 commit comments