Skip to content

Releases: canusdev/dashpub

0.0.2

05 Feb 07:40

Choose a tag to compare

feat: enhance documentation and pana compliance for full ecosystem

This commit addresses documentation gaps and static analysis suggestions to improve the quality scores (pana) for dashpub_api, dashpub_cli, and dashpub_server.

Changes:

  • dashpub_api:
    • Added full API documentation comments.
    • Added [example/dashpub_api_example.dart]
    • Bumped version to 0.0.2.
  • dashpub_cli:
    • Created [lib/dashpub_cli.dart] dart doc visibility.
    • Added [example/dashpub_cli_example.dart]
    • Updated archive dependency to ^4.0.0.
    • Updated package description and bumped version to 0.0.2.
  • dashpub_server:
    • Added library and method-level documentation (e.g., [getTeams] [login]_
    • Renamed isInitialized to [checkInitialized] to resolve name conflict.
    • Added [example/example.dart] requirements.
    • Renamed package to dashpub in pubspec.yaml.

First Release

05 Feb 05:46

Choose a tag to compare

0.0.1

fixed a dependencies conflict