Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 700 Bytes

CHANGELOG.md

File metadata and controls

24 lines (14 loc) · 700 Bytes

Changelog for rsv

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

The format is based on Keep a Changelog, and this project adheres to the Haskell Package Versioning Policy.

Unreleased

1.2.1.0 - 2024-01-25

Added

  • Added EncoderContext newtype wrapper around Reader ParserConfig.

Changed

  • Encoder is now EncoderContext Builder instead of Reader ParserConfig Builder (but it's just a newtype wrapper).
  • ValueParser and RowParser are now just Parser.

Removed

  • mappendA, foldApp and <+> have been removed in favor of the Monoid instance of EncoderContext.