Skip to content

Commit

Permalink
v0.0.10: CHANGELOG updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ARK4579 committed Jun 5, 2021
1 parent 37ba54b commit b374e4e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
13 changes: 9 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,26 @@
## 0.0.10

- New Djs Added to support generation of flutter widget djs
- Existing Djs updated to support generation of flutter widget djs

## 0.0.9

- Seprated creating and writing of FileDj
- Separated creating and writing of FileDj

## 0.0.8

- Updated Json Serilizations.
- Updated Json Serializations.
- StatelessWidgetDj added to support Stateless Widget blocks in code.
- ReturnDj added to support return blocks in code.

## 0.0.7

- Updated Json Serilizations to Remove Bugs.
- Updated Json Serializations to Remove Bugs.
- IfElseDj added to support If/Else blocks in code.

## 0.0.6

- Updated Json Serilizations to Remove Bugs.
- Updated Json Serializations to Remove Bugs.
- Updated example.

## 0.0.5
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: dj
description: Auto-Generate Dart and Flutter Code while retaining manual user updates to generated code.
version: 0.0.9
version: 0.0.10
homepage: https://www.ark4579.com
repository: https://github.com/ARK4579/dj
issue_tracker: https://github.com/ARK4579/dj/issues
Expand Down

0 comments on commit b374e4e

Please sign in to comment.