We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7652a17 commit 531e26cCopy full SHA for 531e26c
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+## 0.0.0-dev.7
2
+
3
+- feat: add `@Constructable` macro (`const` constructor)
4
+- feat: add `@Equatable` macro (`operator==` and `hashCode`)
5
+- feat: add `@Stringable` macro (`toString`)
6
+- feat: add `@Copyable` macro (`copyWith`)
7
+- feat: make nullable fields optional constructor params
8
+- feat: throw if a default constructor already exists
9
10
## 0.0.0-dev.6
11
12
- chore: rename to `Data()` to avoid confusion
pubspec.yaml
@@ -1,6 +1,6 @@
name: data_class_macro
description: Experimental support for data classes in Dart using pkg:macros
-version: 0.0.0-dev.6
+version: 0.0.0-dev.7
repository: https://github.com/felangel/data_class
topics: [macros, data-class]
0 commit comments