Skip to content

Commit

Permalink
Bump version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
spideythewebhead committed Nov 1, 2023
1 parent c1212c6 commit c655442
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.2.0

- Add function declaration method support in DeclarationFinder
- Add ability to reload plugins without re-running tachyon
- Add ability to get a named argument (expression) in AnnotationValueExtractor
- Add "discarded_futures" in analysis_options.yaml
- Update "ignore_for_file" for generated files

## 0.1.0

- Bump dependencies versions to latest
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,9 @@ A fast and simple alternative for `build_runner` to generate dart code.

Check out the [example](https://github.com/spideythewebhead/tachyon/tree/main/example) folder to see how you can create a custom code generator
and use it

## List of plugins

- data_class_plugin (https://pub.dev/packages/data_class_plugin)
- http_client_plugin (https://pub.dev/packages/http_client_plugin)
- riverpod_tachyon_plugin (https://pub.dev/packages/riverpod_tachyon_plugin)
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.1.0"
version: "0.2.0"
term_glyph:
dependency: transitive
description:
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: tachyon
description: A code generation building tool.
version: 0.1.0
version: 0.2.0

homepage: https://github.com/spideythewebhead/tachyon
repository: https://github.com/spideythewebhead/tachyon
Expand Down

0 comments on commit c655442

Please sign in to comment.