Skip to content

Releases: ohkami-rs/uibeam

v0.2.3

30 May 05:31
1894ddf
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.2...v0.2.3

v0.2.2

18 May 18:18
6a963c6
Compare
Choose a tag to compare

What's Changed

  • chore(integrations): provide integrations by minimal dependencies by @kanarus in #96
  • docs(integrations): improve integrations' sample codes with dev-dependencies by @kanarus in #97
  • v0.2.2 by @kanarus in #98

Full Changelog: v0.2.1...v0.2.2

v0.2.1

18 May 00:27
bef8653
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.2.1

v0.2.0

17 May 08:34
d4ca2c1
Compare
Choose a tag to compare

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> in UI! 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

07 May 06:13
78807ab
Compare
Choose a tag to compare

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 and Beam 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

07 May 01:58
c3361a5
Compare
Choose a tag to compare

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

06 May 23:16
da07b74
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.1...v0.1.2

v0.1.1

06 May 21:59
c4602dd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.1.1

v0.1.0

06 May 21:01
403af31
Compare
Choose a tag to compare

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 of FromIterator 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 of restore 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 in vsce 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: use syn::ext::IdentExt::parse_any by @kanarus in #37
  • chore: rename sandbox directory to examples 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