Skip to content

Latest commit

 

History

History
79 lines (55 loc) · 2.43 KB

CHANGELOG.md

File metadata and controls

79 lines (55 loc) · 2.43 KB

Flutter Template Changelog

@formatter:off

Guiding Principles

  • Changelogs are for humans, not machines.
  • There should be an entry for every single version.
  • The same types of changes should be grouped.
  • Versions and sections should be linkable.
  • The latest version comes first.
  • The release date of each version is displayed.
  • Mention whether you follow Semantic Versioning.

Types of changes

  • Added for new features.
  • Changed for changes in existing functionality.
  • Deprecated for soon-to-be removed features.
  • Removed for now removed features.
  • Fixed for any bug fixes.
  • Security in case of vulnerabilities.
  • Performance for improvements in performance.
  • Style for changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
  • Docs for documentation only changes
  • Build for changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)

A specification for adding human and machine readable meaning to commit messages.

  • feat a new feature
  • fix a bug fix
  • docs documentation only changes
  • style changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
  • refactor a code change that neither fixes a bug nor adds a feature
  • perf a code change that improves performance
  • test adding missing tests or correcting existing tests
  • build changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)
  • chore other changes
  • BREAKING CHANGE: a commit that has a footer BREAKING CHANGE:, or appends a ! after the type/scope, introduces a breaking API change (correlating with MAJOR in Semantic Versioning). A BREAKING CHANGE can be part of commits of any type.

Well-known flutter-analyzer issues


Appendix Issues


@formatter:off

Releases

Added

  • None

Changed

  • None

Fixed

  • None

Removed

  • None

BREAKING CHANGES

  • None