Skip to content

Commit

Permalink
🔖 release chopper generator v7.0.4 (#502)
Browse files Browse the repository at this point in the history
# chopper_generator

## 7.0.4

- #501
  • Loading branch information
techouse authored Sep 5, 2023
1 parent b969ea0 commit 9a3b540
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion chopper/example/definition.chopper.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion chopper/test/test_service.chopper.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion chopper/test/test_service_variable.chopper.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions chopper_generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 7.0.4

- Ignore unnecessary_string_interpolations ([#501](https://github.com/lejard-h/chopper/pull/501))

## 7.0.3

- The @ChopperApi annotation's baseUrl property can be used as a top level constant string variable ([#493](https://github.com/lejard-h/chopper/pull/493))
Expand Down
1 change: 1 addition & 0 deletions chopper_generator/lib/src/generator.dart
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ final class ChopperGenerator
'always_put_control_body_on_new_line, '
'always_specify_types, '
'prefer_const_declarations, '
'unnecessary_string_interpolations, '
'unnecessary_brace_in_string_interps';
final DartEmitter emitter = DartEmitter();

Expand Down
2 changes: 1 addition & 1 deletion chopper_generator/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: chopper_generator
description: Chopper is an http client generator using source_gen, inspired by Retrofit
version: 7.0.3
version: 7.0.4
documentation: https://hadrien-lejard.gitbook.io/chopper
repository: https://github.com/lejard-h/chopper

Expand Down
2 changes: 1 addition & 1 deletion chopper_generator/test/test_service.chopper.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion chopper_generator/test/test_service_variable.chopper.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9a3b540

Please sign in to comment.