Skip to content

Latest commit

 

History

History
104 lines (54 loc) · 2.17 KB

CHANGELOG.md

File metadata and controls

104 lines (54 loc) · 2.17 KB

Changelog

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 Semantic Versioning.

Changed

  • More flexible createFold and createFoldObject signature that allow users to pass already refined data and not loose the refining

Fixed

  • Fix intersections for and and or signatures

Changed

  • Remove createFoldObject string constraint on fold keys

Changed

  • rename combineGuards as and

Added

  • Add or guard helpers

Changed

  • Update libs

Changed

  • misc: bump fp-ts from 2.5.0 to 2.5.1

Changed

  • misc: bump @types/jest from 25.1.2 to 25.1.3

Changed

  • misc: bump ts-jest from 25.2.0 to 25.2.1

Changed

  • misc: bump typedoc from 0.16.9 to 0.16.10

Changed

  • misc: bump rollup from 1.31.0 to 1.31.1

Changed

  • misc: bump fp-ts from 2.4.4 to 2.5.0

Added

  • fold creators createFold and createFoldObject
  • helpers combineGuards and not to compose guards