Releases: douggynix/dto_mapper
Releases · douggynix/dto_mapper
Release 0.3.1 with fix for attributes whitespace bug
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
@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
- @fatihaziz made their first contribution in #11
Full Changelog: 0.2.0...0.3.0
Major Release Switch
Implement adding new field with custom expression as value (#10)
- Implement adding new field with custom expression as value
- See details in readme : https://github.com/douggynix/dto_mapper/tree/0.2.0
Release Candidate for publishing to crate.io
No code change only configurations for publishing to crate.io
First release of Dto Mapper Library
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