Skip to content

Latest commit

 

History

History
51 lines (26 loc) · 1.04 KB

CHANGELOG.md

File metadata and controls

51 lines (26 loc) · 1.04 KB

Changelog

1.0.0 - initial release

1.0.1 - fix bug where tool tried to parse non-Dart files

1.0.2 - improve readme

1.0.3 - add changelog and expand description

1.0.4 - fix bug where --exported-only didn't work

1.0.5 - improve documentation

1.0.6 - export the necessary symbols

1.0.7 - add documentation comments

1.1.0 - add --search option

1.2.0 - fix --exported-only, add --has-a and --is-a

1.3.0 - add aggregation, --exclude-has-a, --exclude-is-a

    fix bug where exported classes were double-counted

1.3.1 - improve type name output

1.3.2 - widen dependency ranges for flutter users

2.0.0 - refactor to make builders simpler to implement

    add nomnoml support

2.0.1 - fix incomplete --is-a implementation

3.0.0 - update to non-nullable types by default

3.1.0 - improve --exclude functionality and fix bugs

3.1.1 - fix insecure link in readme

4.0.0 - update dependencies

    handle web/ and bin/ directories

    fix is-a include bug

4.0.1 - fix duplication bug in parts files

4.1.0 - add Mermaid diagram support