callisto-format 0.3.2

Byte-compatible parser/writer for @changesets/cli's changeset markdown and pre.json file formats.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# callisto-format

Changeset markdown parser and writer for Callisto monorepo version management.

## Overview

`callisto-format` provides bidirectional serialization for human-readable markdown changeset files stored in `.changeset/*.md`:

- Parse frontmatter declaring package bump types (`major`, `minor`, `patch`).
- Parse and serialize release summaries and changelog entries.
- Format-preserving markdown document construction.

## License

Permissively licensed under `MIT OR Apache-2.0`.