ChangeLogFile class

A CHANGELOG.md is a log or record of all notable changes made to a project. To support tools that parse CHANGELOG.md, use the following format:

  • Each version has its own section with a heading.
  • The version headings are either a chapter (#) or a paragraph (##).
  • The version heading text contains a package version number, optionally prefixed with “v”.

A CHANGELOG.mdt is a TemplateFile that is used by the DocumentationBuilder to create or override the CHANGELOG.md file in the root of your dart project.

A CHANGELOG.mdt file can contain the TODO CHANGELOG_TAG which will generate the versions assuming you are using GitHub and mark very version as a milestone. The CHANGELOG.mdt file is stored in the doc/template folders in the root of the project

Inheritance

Constructors

ChangeLogFile()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited