Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 573 Bytes

CHANGELOG.md

File metadata and controls

25 lines (16 loc) · 573 Bytes

0.0.4

  • Removed IssueTemplate.requiresFlutterApp.
  • Added IssueSection.requiresFlutterProject.
  • Replaced template used in example/issue.dart and README.md to FlutterBugReportIssueTemplate.

0.0.3

  • Refactor IssueTemplate.titlePlaceholder to IssueTemplate.titleTemplate.
  • Document a few public APIs.
  • Add few lints.

0.0.2

  • Handle inter-IssueSection spacing in IssueBuilder.
  • Add example, demo video and CreditsIssueSection.
  • Improve README.

0.0.1+1

  • Bug fix: GitHubIssueTracker threw exception with template.

0.0.1

  • Initial version.