packages feed

mangrove-cli-0.1.0.0: CHANGELOG.md

# Changelog for `mangrove`

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to the
[Haskell Package Versioning Policy](https://pvp.haskell.org/).

## Unreleased

## 0.1.0.0 - 2026-08-12

### Added

- Types and data structures for building argument parsers
- Combinators for constructing parsers
- Typeclass for parsing schemes (Scheme)
- A UNIX-style parsing scheme with a subargument parsing scheme
- A stream parsing monad (StreamParser)
- Support for generating help information
- A basic test suite with 53 unit tests
- An API for running parsers and collecting the results