Releases: ohkami-rs/uibeam
Releases · ohkami-rs/uibeam
v0.2.3
v0.2.2
v0.2.1
What's Changed
- feat: Axum integration by @Dragonink in #88
- refactor around web framework integrations by @kanarus in #89
- chore: set
all-features = true
inpackage.metadata.docs.rs
by @kanarus in #90 - feat:
actix-web
integration by @kanarus in #91 - docs: apply cfg-doc by @kanarus in #93
- v0.2.1 by @kanarus in #94
New Contributors
- @Dragonink made their first contribution in #88
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- chore(vscode): update dependencies by @kanarus in #70
- chore(vscode): update node to latest v24 by @kanarus in #71
- fix(UI): expression just under Component by @kanarus in #77
- chore: remove unused comments by @kanarus in #78
- feat(UI): unsafe insert html string by @kanarus in #80
- docs: fix phrases in README by @kanarus in #81
- chore: add regression tests in examples by @kanarus in #82
- enhance(UI): Support
<!DOCTYPE html>
inUI!
and auto-insert if not exists by @kanarus in #83 - chore: fix comment by @kanarus in #84
- perf(UI): eliminate concat doctype in auto-insertion by @kanarus in #85
- perf(UI): eliminate concat doctype also in explicit written one by @kanarus in #86
- v0.2.0 by @kanarus in #87
Full Changelog: v0.1.4...v0.2.0
v0.1.4
What's Changed
- docs(UI): expand
UI!
doc by @kanarus in #61 - docs: surround urls in doc comments by angle bracket (
<>
) by @kanarus in #62 - chore: hide items that are not intended to be pub to users by @kanarus in #63
- docs: add doc for
UI
andBeam
by @kanarus in #66 - feat: export
uibeam::escape
as a utility by @kanarus in #67 - enhance(UI): Support integer literal attribute values by @kanarus in #68
- v0.1.4 by @kanarus in #69
Full Changelog: v0.1.3...v0.1.4
v0.1.3
What's Changed
- enhance(vscode): support
UI!( ... )
by @kanarus in #52 - docs: add inner doc comment of lib.rs by @kanarus in #53
- perf(UI):
new_unchecked
size in separated steps by @kanarus in #54 - docs(UI): add doc for
UI!
by @kanarus in #56 - enhance(vscode): support
UI![ ... ]
bracket delimiters by @kanarus in #57 - docs(vscode): fix
UI! { ... }
to not use specific delimiter by @kanarus in #58 - chore(workflow): grep 'Published ...' log message from
vsce publish
by @kanarus in #59 - v0.1.3 by @kanarus in #60
Full Changelog: v0.1.2...v0.1.3
v0.1.2
v0.1.1
v0.1.0
What's Changed
- suppoer: VSCode Extension by @kanarus in #3
- docs: touch README by @kanarus in #4
- docs: update README example by @kanarus in #5
- perf: put
#[inline]
s for functions which should be inlined by @kanarus in #6 - perf: reduce memory allocations by
UI::concat<const N>
instead ofFromIterator
by @kanarus in #7 - docs: add
Conditional & Iterating rendering
section in README's Examples by @kanarus in #9 - chore: move repository from kanarus/ by @kanarus in #11
- docs: update README descriptions by @kanarus in #12
- docs: improve description by @kanarus in #13
- chore: add CI by @kanarus in #14
- refactor: use
ToTokens
trait instead ofrestore
method, and update CI by @kanarus in #15 - chore: update CI and fix typo in CI task def by @kanarus in #16
- chore: fill
keywords
of Cargo.toml by @kanarus in #17 - feat: boolean attribute without interpolation by @kanarus in #18
- chore: update README description by @kanarus in #19
- chore: apply and update around LICENSE by @kanarus in #22
- chore(support/vscode): prepare for publish by @kanarus in #23
- chore(support/vscode): prerelease by @kanarus in #24
- docs: update docs for VSCode extension by @kanarus in #28
- chore(support/vscode): bump version to v0.1.1 by @kanarus in #29
- fix(support/vscode): specify
--baseImageUrl
invsce package
by @kanarus in #30 - docs: improve vscode extension docs by @kanarus in #31
- chore(support/vscode): bump version to v0.1.3 by @kanarus in #32
- perf: pre-reserve buffer with estimated capacity in UI::new_unchecked by @kanarus in #34
- feat: negative integer attribute values by @kanarus in #35
- feat: kebab-case-tag-names by @kanarus in #36
- refactor:
HtmlIdent
parsing: usesyn::ext::IdentExt::parse_any
by @kanarus in #37 - chore: rename
sandbox
directory toexamples
by @kanarus in #38 - docs: update README by @kanarus in #39
- docs: fix README by @kanarus in #40
- chore(workflows): add publish-crates, publish-vscode by @kanarus in #42
- chore(workflow): fix around regex of grep by @kanarus in #43
- chore(workflow): fix bash elif by @kanarus in #44
- rename:
uibeam_macro
->uibeam_macros
by @kanarus in #45 - chore(workflow): fix around vsce publish by @kanarus in #46
- chore(workflow): specify
-q
to grep in if condition by @kanarus in #47
New Contributors
Full Changelog: https://github.com/ohkami-rs/uibeam/commits/v0.1.0