Skip to content

Commit

Permalink
chore: v0.0.0-dev.11
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel committed May 25, 2024
1 parent 65271a7 commit 82f01b7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.0.0-dev.11

- feat: simpler `copyWith` syntax
- fix: `toString()` omits trailing comma when terminating with a `null` field.

## 0.0.0-dev.10

- refactor: simplify various macro implementations
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: data_class_macro
description: Experimental support for data classes in Dart using pkg:macros
version: 0.0.0-dev.10
version: 0.0.0-dev.11
repository: https://github.com/felangel/data_class
topics: [macros, data-class]

Expand Down

0 comments on commit 82f01b7

Please sign in to comment.