Skip to content

Releases: bram209/leptosfmt

0.1.12

31 Jul 20:18
Compare
Choose a tag to compare

[0.1.12] - 2023-07-31

Bug Fixes

  • View macro indentation issues (#59)

Miscellaneous Tasks

  • Remove dbg! (Closes: #55) (#56)

0.1.11

27 Jul 16:04
Compare
Choose a tag to compare

[0.1.11] - 2023-07-27

Bug Fixes

  • Rework non-doc comments (#48)
  • Implement workaround for non-doc comments (#49)
  • Comment extracting in attribute with block expr

Documentation

  • Fix typo in "AlwaysUnlessLit" example (#41)

Features

  • Add stdin and quiet mode (#30)
  • Rework non-doc comments v2 (#52)
  • Support leptos 0.5+ (#53)

0.1.10

22 Jul 13:58
Compare
Choose a tag to compare

[0.1.10] - 2023-07-22

Bug Fixes

  • Rework non-doc comments (#48)

Documentation

  • Fix typo in "AlwaysUnlessLit" example (#41)

Features

  • Add stdin and quiet mode (#30)

0.1.9

29 Jun 21:21
Compare
Choose a tag to compare

[0.1.9] - 2023-06-29

Bug Fixes

  • Ignore comments outside view macro (#40)

0.1.8

29 Jun 18:24
Compare
Choose a tag to compare

[0.1.8] - 2023-06-29

Bug Fixes

  • Don't emit empty line when multiline opening tag (#38)

0.1.7

29 Jun 16:48
Compare
Choose a tag to compare

[0.1.7] - 2023-06-29

Bug Fixes

  • Respect string whitespace (#37)

Continuous Integration

  • Build binary for MacOS arm64

Features

  • Respect single empty line (#36)

0.1.6

29 Jun 12:34
Compare
Choose a tag to compare

[0.1.6] - 2023-06-29

Features

  • Migrate to rstml (#32)
  • Non-doc comments within rsx (#4)

Miscellaneous Tasks

  • Share printer implementation with leptosfmt-prettyplease (#31)

0.1.5

29 May 21:39
Compare
Choose a tag to compare

[0.1.5] - 2023-05-29

Bug Fixes

  • Format view! macro with global class (#21)
  • View! macro bytecode range when contains unicode characters larger than 1 byte (#22)
  • Improve identation of view! macro (#23)

Features

  • Read settings from a config file (#25)

Miscellaneous Tasks

  • Make macro collecting functionality public
  • Export token types (#24)

0.1.4

27 Mar 20:43
aecfbb8
Compare
Choose a tag to compare

[0.1.4] - 2023-03-27

Bug Fixes

  • Multiline strings (#8)

Continuous Integration

  • Fix changelog generation config
  • Only trigger CI when .rs file changed

Features

  • Attribute value brace style (#10)

0.1.3

23 Mar 17:41
Compare
Choose a tag to compare

[0.1.3] - 2023-03-23

Bug Fixes

  • Formatting for html comments (#1)
  • Formatting doctype (#2)

Continuous Integration

  • Automate publish process (#6)
  • Automatically update changelog
  • Update comitter name for automatic changelog commit

Features

  • Changelog generation (#5)

Miscellaneous Tasks

  • Add CI group to changelog