Skip to content

Releases: xballoy/axios-fp-io-ts

v2.1.1

30 Oct 18:24
Compare
Choose a tag to compare

v2.1.0

30 Oct 18:14
1f3a993
Compare
Choose a tag to compare

What's Changed

Read more

v2.0.1

27 Jul 14:19
Compare
Choose a tag to compare

Documentation

  • Fix documentation

v2.0.0

27 Jul 14:10
Compare
Choose a tag to compare

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

22 Dec 16:05
Compare
Choose a tag to compare

Initial version