Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 902 Bytes

CHANGELOG.md

File metadata and controls

48 lines (30 loc) · 902 Bytes

Changelog

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

Tags:

  • Breaking Change
  • Fixes and Functionality
  • Internal and Tests
  • Documentation

Unreleased

v2.0.1 (July 27, 2023)

Documentation

  • Fix documentation

v2.0.0 (July 27, 2023)

Breaking Change

  • Remove the default export
- import axiosWrapper from 'axios-fp-io-ts';
+ import { AxiosWrapper } from 'axios-fp-io-ts';
  • Add a CommonJS, and a UMD output

Internal and Tests

  • Update all devDependencies

Documentation

  • Improve visibility on npmjs registry
  • Fix typos in readme

v1.0.0 (December 22, 2021)

Initial version