Skip to content

Commit cf60442

Browse files
authored
chore: v0.1.0 (#39)
1 parent 98d11a5 commit cf60442

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.1.0
2+
3+
- docs: minor `README.md` updates
4+
- chore(deps): upgrade Dart SDK constraint to `^3.5.0`
5+
- chore: add `funding` to `pubspec.yaml`
6+
17
## 0.0.2
28

39
- chore: migrate from `package:data_class_macro` to `package:data_class`

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![pub package](https://img.shields.io/pub/v/data_class.svg)](https://pub.dev/packages/data_class)
55
[![License: MIT](https://img.shields.io/badge/license-MIT-purple.svg)](https://opensource.org/licenses/MIT)
66

7-
**🚧 Experimental** support for data classes in Dart using [macros](https://dart.dev/language/macros).
7+
Support for data classes in Dart using [macros](https://dart.dev/language/macros).
88

99
## ✨ Features
1010

@@ -45,9 +45,6 @@ void main() {
4545

4646
## 🚀 Quick Start
4747

48-
1. Switch to the Flutter `master` channel
49-
`flutter channel master`
50-
5148
1. Add `package:data_class` to your `pubspec.yaml`
5249

5350
```yaml
@@ -71,4 +68,4 @@ void main() {
7168
dart --enable-experiment=macros run main.dart
7269
```
7370

74-
_\*Requires Dart SDK >= 3.5.0-152.0.dev_
71+
_\*Requires Dart SDK >= 3.5.0_

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: data_class
22
description: Experimental support for data classes in Dart using pkg:macros
3-
version: 0.0.2
3+
version: 0.1.0
44
repository: https://github.com/felangel/data_class
55
topics: [macros, data-class]
66
funding: [https://github.com/sponsors/felangel]
77

88
environment:
9-
sdk: ^3.5.0-152.0.dev
9+
sdk: ^3.5.0
1010

1111
dependencies:
1212
collection: ^1.0.0

0 commit comments

Comments
 (0)