Skip to content

Releases: douggynix/dto_mapper

Release 0.3.1 with fix for attributes whitespace bug

29 Dec 00:05
e3573a4
Compare
Choose a tag to compare

What's Changed

  • cancel white space removal within attributes value by @douggynix in #14
  • Update CHANGELOG.md for 0.3.1 relase by @douggynix in #15

Full Changelog: 0.3.0...0.3.1

Release 0.3.0 with Macro Attributes for struct and fields

16 Nov 18:36
7376eef
Compare
Choose a tag to compare

@fatihaziz: A new Contributor has joined.dto_mapper.
A special thanks that new contributor @fatihaziz that started the work on macro attributes for struct and fields

  • Adding macro attributes features on struct, existing mapped fields and new fields

Changed

  • BREAKING: Remove unstringify library crate dependency. it is no longer required for this version. You can uninstall it
    by issuing this command from your project. And remove any reference of it from your code base.
cargo remove unstringify

What's Changed

  • PR: improving macro with adding attributes properties for struct by @fatihaziz in #11
  • code refactoring changes with macro attributes added to mapped existing fields by @douggynix in #12
  • adding new contributor to change log by @douggynix in #13

New Contributors

Full Changelog: 0.2.0...0.3.0

Major Release Switch

25 Apr 06:04
610daa2
Compare
Choose a tag to compare

Implement adding new field with custom expression as value (#10)

Release Candidate for publishing to crate.io

20 Nov 06:51
9e2e5d0
Compare
Choose a tag to compare

No code change only configurations for publishing to crate.io

First release of Dto Mapper Library

20 Nov 05:54
43739e2
Compare
Choose a tag to compare

This is the first release of DTO mapper:

  • Support multiple declarations of dto
  • Support renaming for mapping fields
  • Have derive attribute and implement Default
  • Can ignore a list of fields