Skip to content

Releases: frender-rs/syn-lite

syn-lite: v0.3.0

21 Aug 15:39
Compare
Choose a tag to compare

0.3.0 (2024-08-21)

⚠ BREAKING CHANGES

  • remove parse_inner_attrs!
  • remove parse_where_clause!
  • changed parse_generics and parse_item_fn

Features

  • changed parse_generics and parse_item_fn (b53e726)
  • consume_inner_attrs! (25e9882)
  • consume_optional_where_clause! (f088a78)
  • remove parse_inner_attrs! (9b2c272)
  • remove parse_where_clause! (b3e4180)

syn-lite: v0.2.0

13 Aug 14:18
Compare
Choose a tag to compare

0.2.0 (2024-08-13)

⚠ BREAKING CHANGES

  • for consume_till_outer_gt!, consume_till_outer_gt_inclusive! and consume_bounds!, the > in -> is now never considered as an outer >

Features

  • for consume_till_outer_gt!, consume_till_outer_gt_inclusive! and consume_bounds!, the > in -> is now never considered as an outer > (e9296ad)

syn-lite: v0.1.2

13 Aug 10:24
Compare
Choose a tag to compare

0.1.2 (2024-08-13)

Features

  • consume_till_outer_gt_inclusive! and consume_optional_angle_bracketed! (ecc27bf)

syn-lite: v0.1.1

13 Aug 09:15
Compare
Choose a tag to compare

0.1.1 (2024-08-13)

Features

  • consume_till_outer_gt! and consume_bounds! (d1dc835)

v0.1.0

18 Mar 17:02
Compare
Choose a tag to compare

0.1.0 (2023-03-18)

Features

Bug Fixes

  • where clause magical macros __![...]: __ not working (549081e)