Skip to content

Commit 531e26c

Browse files
committed
chore: v0.0.0-dev.7
1 parent 7652a17 commit 531e26c

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -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+
110
## 0.0.0-dev.6
211

312
- chore: rename to `Data()` to avoid confusion

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: data_class_macro
22
description: Experimental support for data classes in Dart using pkg:macros
3-
version: 0.0.0-dev.6
3+
version: 0.0.0-dev.7
44
repository: https://github.com/felangel/data_class
55
topics: [macros, data-class]
66

0 commit comments

Comments
 (0)