Skip to content

Releases: Juici/int-enum-rs

1.1.2

15 May 09:49
1.1.2
b0cae75
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.1...1.1.2

1.1.1

18 Mar 13:58
5fd208f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.1...1.1.1

1.0.1

17 Feb 16:23
1.0.1
036361b
Compare
Choose a tag to compare

What's Changed

  • Fix name collision and CI issues by @Juici in #15

Full Changelog: 1.0.0...1.0.1

1.0.0

20 Jan 19:58
1.0.0
83ef757
Compare
Choose a tag to compare

Rewrite the macro to use a single proc-macro crate.

The macro now derives impls for From and TryFrom instead of using a custom IntEnum trait.

Full Changelog: 0.4.0...1.0.0

0.4.0

23 Feb 23:32
0.4.0
f159445
Compare
Choose a tag to compare

Rewrite from attribute macro to a derive macro.

This is a breaking change from version 0.3.0.

0.3.0

23 Feb 23:32
0.3.0
423d72d
Compare
Choose a tag to compare
0.3.0 release

0.1.0

21 Oct 14:41
0.1.0
8e73862
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

Initial release of the crate.

All test cases passing with no known issues.