Skip to content

Releases: jdno/typed-fields

0.6.0

03 Dec 11:47
0a83dfd

Choose a tag to compare

What's Changed

Added

  • Add a path! macro for paths by @jdno in #148

Full Changelog: v0.5.2...v0.6.0

0.5.2

11 Aug 13:13
c5401de

Choose a tag to compare

What's Changed

Fixed

  • Fix feature flags leaking into generated code by @jdno in #132

Full Changelog: v0.5.1...v0.5.2

0.5.1

10 Aug 16:17
39c6ab6

Choose a tag to compare

What's Changed

Added

  • Allow changing the type in number! macro by @jdno in #130

Full Changelog: v0.5.0...v0.5.1

0.5.0

09 Aug 15:58
4db5295

Choose a tag to compare

What's Changed

Added

Changed

  • Upgrade to Rust edition 2024 and set MSRV to 1.85.0 by @jdno in #124

Full Changelog: v0.4.3...v0.5.0

0.4.3

04 Jul 17:20
208943b

Choose a tag to compare

What's Changed

This is a maintenance release that switches to trusted publishing for crates.io.

Full Changelog: v0.4.2...v0.4.3

0.4.2

14 May 12:46
4abff4c

Choose a tag to compare

What's Changed

Changed

  • Restrict maximum dependency versions by @jdno in #112

Full Changelog: v0.4.1...v0.4.2

0.4.1

20 Mar 12:28
744cfcb

Choose a tag to compare

What's Changed

Added

  • Document the generated methods for newtypes by @jdno in #88

Full Changelog: v0.4.0...v0.4.1

0.4.0

15 Feb 23:45
60eabce

Choose a tag to compare

What's Changed

Added

  • Allow to pass attributes to newtypes by @jdno in #86

Fixed

  • Include README in releases by @jdno in #58

Full Changelog: v0.3.0...v0.4.0

0.3.0

18 Dec 12:50
089207e

Choose a tag to compare

What's Changed

Changed

  • Unlock dependencies by @jdno in #34
  • Bump Minimum Supported Rust Version to 1.71.1 by @jdno in #45
  • Bump secrecy crate to 0.10.3 by @jdno in #54

New Contributors

Full Changelog: v0.2.0...v0.3.0

0.2.0

21 Aug 09:19
abe6d1f

Choose a tag to compare

What's Changed

Added

  • Create macro for fields with a URL by @jdno in #16
  • Create macro for fields with a UUID by @jdno in #19
  • Create macro for fields with a ULID by @jdno in #24

Changed

  • Build documentation for all features by @jdno in #18

Full Changelog: v0.1.0...v0.2.0