3.2.6 • Published 2 years ago

@geut/chast v3.2.6

Weekly downloads
62
License
ISC
Repository
github
Last release
2 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

2 years ago

3.2.5

2 years ago

3.2.4

2 years ago

3.2.1

3 years ago

3.2.0

3 years ago

3.1.0

3 years ago

3.0.3

3 years ago

3.0.2

3 years ago

3.0.1

3 years ago

3.0.0

3 years ago

3.0.0-beta.2

3 years ago

3.0.0-beta.1

3 years ago

3.0.0-beta.0

3 years ago

2.3.0

3 years ago

2.2.0

4 years ago

2.0.0

5 years ago

2.0.0-beta.6

5 years ago

2.0.0-beta.5

5 years ago

2.0.0-beta.4

5 years ago

2.0.0-beta.3

5 years ago