Skip to content

Latest commit

 

History

History
79 lines (50 loc) · 1.48 KB

CHANGELOG.md

File metadata and controls

79 lines (50 loc) · 1.48 KB

0.0.15

  • added missing args package.

0.0.14

  • merged dj_fc into dj

0.0.13

  • fixed issues with previous release
  • updated example
  • updated BaseDj to write code directly to disk

0.0.12

  • dj_io moved here
  • improved formatting of generated code using dart_style package
  • added support for json serialization in generated code without using JsonSerializer

0.0.11

  • Simple Minor update

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

  • Separated creating and writing of FileDj

0.0.8

  • 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 Serializations to Remove Bugs.
  • IfElseDj added to support If/Else blocks in code.

0.0.6

  • Updated Json Serializations to Remove Bugs.
  • Updated example.

0.0.5

  • Updated BaseDj structure.
  • Updated Description in pubspec.yaml
  • Added an example and also updated it in README.md

0.0.4

  • Removed dart.io dependency
  • Added Support For Json Serialization

0.0.3

  • Added Support For:
    • Functions
    • Function Args
    • Variable Types
    • Function Call.

0.0.2

  • Added Base Code For generating:
    • Nested Directories
    • Files
    • Import lines
    • and other code flies to bind these together.

0.0.1

  • Initial version, Getting Started, Publishing to pub.dev to test, created by Abdur Rehman Khalil