From 41ea79373b1b8d45799a325d08ed7836afe0f570 Mon Sep 17 00:00:00 2001 From: ark4579 Date: Sun, 11 Apr 2021 18:53:53 +0500 Subject: [PATCH] v0.0.8 changelog updated --- CHANGELOG.md | 6 ++++++ pubspec.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be973ef..6ef8300 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.0.8 + +- Updated Json Serilizations. +- 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. diff --git a/pubspec.yaml b/pubspec.yaml index 0b97045..ddf34dc 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: dj description: Auto-Generate Dart and Flutter Code while retaining manual user updates to generated code. -version: 0.0.7 +version: 0.0.8 homepage: https://www.ark4579.com repository: https://github.com/ARK4579/dj issue_tracker: https://github.com/ARK4579/dj/issues