We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0e0c81 commit 7db4351Copy full SHA for 7db4351
1 file changed
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Changelog
2
3
+## Unreleased
4
+
5
+### Added
6
7
+- Add `minimal_accessors` configuration to reduce generated file size
8
9
+### Changed
10
11
+- Use derives for `PartialEq` and `Default` when possible
12
13
## 0.2.0
14
15
### Added
@@ -11,8 +21,8 @@
21
- Add `field_lifetime` configuration to set lifetime of message fields
22
- Add container trait impls for `Cow`
23
- Add const constructor `_new` to hazzer structs and add const to all hazzer methods
-- Add `Generator::configure_many`
-- Add `Config::recursive_field`
24
+- Add `Generator::configure_many` method for configuring multiple paths at once
25
+- Add `recursive_field` configuration to box and handle max size for recursive fields
16
26
17
27
### Changed
18
28
0 commit comments