Skip to content

Commit

Permalink
🔖 prepare for 1.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: birjuvachhani <[email protected]>
  • Loading branch information
BirjuVachhani committed May 9, 2020
1 parent 6f61165 commit 7e5ca5d
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## 1.0.0

- Added support for exporting generated dart code which is enabled by
default This can be helpful in cases where you want to use a single file
to import all of the generated classes. (Accessible individual classes
when importing)

- Added support to use opt in for usage of `part of` feature of dart. It
allows to avoid false imports when using export option. It makes all the
generated dart code files to behave like one file and one import.
- Added support to remove `Generated by spider...` comment line from all
the generated dart code. Allows to minimize vcs noise.
- `export_file` can be used to provide name of the export file.

#### Breaking Changes

- Instead of providing `package` to every group, now you have to define
global `package` name as it makes more sense. Providing package name for
individual groups won't work.

## 0.5.0

- Added support for `check updates`
Expand Down
2 changes: 1 addition & 1 deletion lib/src/version.dart

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

0 comments on commit 7e5ca5d

Please sign in to comment.