Skip to content

Latest commit

 

History

History
59 lines (32 loc) · 2.77 KB

CHANGELOG.md

File metadata and controls

59 lines (32 loc) · 2.77 KB

Changelog

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)

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)

0.1.2 (2024-08-13)

Features

  • consume_till_outer_gt_inclusive! and consume_optional_angle_bracketed! (ecc27bf)

0.1.1 (2024-08-13)

Features

  • consume_till_outer_gt! and consume_bounds! (d1dc835)

0.1.0 (2023-03-18)

Features

Bug Fixes

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