Skip to content

Commit

Permalink
chore: v0.1.0 (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel authored Sep 25, 2024
1 parent 98d11a5 commit cf60442
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.1.0

- docs: minor `README.md` updates
- chore(deps): upgrade Dart SDK constraint to `^3.5.0`
- chore: add `funding` to `pubspec.yaml`

## 0.0.2

- chore: migrate from `package:data_class_macro` to `package:data_class`
Expand Down
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![pub package](https://img.shields.io/pub/v/data_class.svg)](https://pub.dev/packages/data_class)
[![License: MIT](https://img.shields.io/badge/license-MIT-purple.svg)](https://opensource.org/licenses/MIT)

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

## ✨ Features

Expand Down Expand Up @@ -45,9 +45,6 @@ void main() {

## 🚀 Quick Start

1. Switch to the Flutter `master` channel
`flutter channel master`

1. Add `package:data_class` to your `pubspec.yaml`

```yaml
Expand All @@ -71,4 +68,4 @@ void main() {
dart --enable-experiment=macros run main.dart
```

_\*Requires Dart SDK >= 3.5.0-152.0.dev_
_\*Requires Dart SDK >= 3.5.0_
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: data_class
description: Experimental support for data classes in Dart using pkg:macros
version: 0.0.2
version: 0.1.0
repository: https://github.com/felangel/data_class
topics: [macros, data-class]
funding: [https://github.com/sponsors/felangel]

environment:
sdk: ^3.5.0-152.0.dev
sdk: ^3.5.0

dependencies:
collection: ^1.0.0
Expand Down

0 comments on commit cf60442

Please sign in to comment.