Skip to content

Commit

Permalink
added support for generic table structs
Browse files Browse the repository at this point in the history
  • Loading branch information
maccesch committed Nov 2, 2023
1 parent 8991786 commit 832a6b3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [0.8.0] - 2023-11-02

### New Feature 🎉

- Support for generic structs

## [0.5.0] - 2023-10-20

### Breaking Changes 🛠️
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "leptos-struct-table"
version = "0.5.0"
version = "0.6.0"
edition = "2021"
authors = ["Marc-Stefan Cassola"]
categories = ["gui", "web-programming"]
Expand All @@ -13,7 +13,7 @@ repository = "https://github.com/Synphonyte/leptos-struct-table"

[dependencies]
leptos = { version = "0.5", features = ["nightly"] }
leptos-struct-table-macro = { path = "../leptos-struct-table-macro" }
leptos-struct-table-macro = "0.8"
async-trait = "0.1"
paste = { version = "1.0", optional = true }
chrono = { version = "0.4", optional = true, features = ["serde"] }
Expand Down

0 comments on commit 832a6b3

Please sign in to comment.