3.2.6 • Published 4 years ago

@geut/chast v3.2.6

Weekly downloads
62
License
ISC
Repository
github
Last release
4 years ago

chast

Unist compatible spec for changelogs and helpers to nodes creation

Structure

interface Root <: Node {
  children: [Preface, Release*]
}
interface Preface <: Node {
  children: [Node]
}
interface Release <: Node {
  identifier: string,
  version: string,
  url: string?
  yanked: boolean?
  unreleased: boolean?
  children: [Action]
}
interface Action <: Node {
  name: string
  children: [Change*, Group*]
}
interface Group <: Node {
  name: string,
  children: [Change]
}
interface Change <: Node {
  children: [Node]
}
3.2.6

4 years ago

3.2.5

4 years ago

3.2.4

4 years ago

3.2.1

4 years ago

3.2.0

4 years ago

3.1.0

4 years ago

3.0.3

4 years ago

3.0.2

4 years ago

3.0.1

4 years ago

3.0.0

4 years ago

3.0.0-beta.2

4 years ago

3.0.0-beta.1

4 years ago

3.0.0-beta.0

4 years ago

2.3.0

4 years ago

2.2.0

5 years ago

2.0.0

6 years ago

2.0.0-beta.6

6 years ago

2.0.0-beta.5

6 years ago

2.0.0-beta.4

7 years ago

2.0.0-beta.3

7 years ago