Skip to content

Releases: sokomishalov/lombok-rs

0.4.0

15 Aug 11:24
Compare
Choose a tag to compare
  • Introduce support for @Value - #[derive(Value)]
  • Fix import issue in EqualsAndHashCode by using FQ method names without imports under the hood (#8)

Full Changelog: 0.3.3...0.4.0

0.3.3

12 Mar 14:06
08889f8
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.2...0.3.3

0.3.2

12 Mar 14:05
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.1...0.3.2

0.3.1

06 Jul 11:04
Compare
Choose a tag to compare
  • fixes #5

0.3.0

29 Jun 16:09
Compare
Choose a tag to compare
  • Typo with macro AllArgsContructor (#3)
  • Cannot use no args constructor (#4)

0.2.0

21 Jun 15:39
Compare
Choose a tag to compare
  • add a link to the repository and docs at the crates.io (#1)
  • provide getter_mut (#2)

0.1.1

06 Apr 11:01
Compare
Choose a tag to compare

compile fix

0.1.0

17 Dec 09:28
Compare
Choose a tag to compare

Initial release