Skip to content

Commit

Permalink
feat: 更新版本並增強島嶼渲染功能
Browse files Browse the repository at this point in the history
• 📦️ 將版本從0.1.1更新到0.1.2
• ♻️ 重構config模塊,將SsrkitConfigBuilder重命名為SsrkitConfigChanger
• ✨ 在island模塊中增強島嶼渲染器的類型定義
• ✨ 在island模塊中使用Arc來包裝島嶼渲染器
• ✨ 在lib模塊中重新導出新的config函數
  • Loading branch information
jeromeleong committed Aug 28, 2024
1 parent ed891db commit 0734edf
Show file tree
Hide file tree
Showing 14 changed files with 629 additions and 494 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ssrkit"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
authors = ["Jerome Leong <jeromeleong1998@gmail.com>"]
description = "SSR simplifier in Rust"
Expand All @@ -22,4 +22,4 @@ nanoid = "0.4.0"
indoc = "2.0.5"
lru = "0.12.4"

ssrkit-macros = { version = "0.1.0", path = "../ssrkit-macros" }
ssrkit-macros = { version = "0.1.1" }
Loading

0 comments on commit 0734edf

Please sign in to comment.