Skip to content

Commit

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

- refactor: simplify various macro implementations
- remove unnecessary de-duping
- improve internal performance
- extract shared logic
- tests: additional unit tests for `@Data`

## 0.0.0-dev.9

- fix: `@Data` inheritance compatibility
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.9
version: 0.0.0-dev.10
repository: https://github.com/felangel/data_class
topics: [macros, data-class]

Expand Down

0 comments on commit c7fef79

Please sign in to comment.