Skip to content

Latest commit

 

History

History
103 lines (56 loc) · 1.55 KB

CHANGELOG.md

File metadata and controls

103 lines (56 loc) · 1.55 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.

[2.0.1] - 2022-01-31

Fixed

  • Missing babel core dev dependency

[2.0.0] - 2022-01-31

Added

  • Transpiled esm and cjs modules

Removed

  • Main entry point

[1.2.5] - 2022-01-28

Fixed

  • Internal error on simultaneous empty data and empty errors

[1.2.4] - 2022-01-28

Fixed

  • Internal error on server errors

[1.2.3] - 2022-01-28

Fixed

  • Server decoding file data twice

[1.2.2] - 2022-01-27

Fixed

  • Swetch & Axios interceptor ignoring origin option

[1.2.1] - 2022-01-27

Fixed

  • Syntax error in Axios interceptor

[1.2.0] - 2022-01-27

Added

  • Origin property to swetch config (allows specifying fixed host for relative requests)

Fixed

  • Server always using request header origin

[1.1.2] - 2022-01-27

Fixed

  • Some requests never resolving

[1.1.1] - 2022-01-25

Fixed

  • Binary (npx)

Removed

  • swetch script

[1.1.0] - 2022-01-25

Added

  • Start & exec scripts
  • Log output with server info when running
  • Verbose errors when missing resource or init

Changed

  • Log output now shows shorter hashes
  • Errors are now responded as application/json

Fixed

  • Passing nullish values in config overriding defaults

[1.0.0] - 2022-01-25

Added

  • First versions of
    • Swetch
    • Swetch server
    • Axios Interceptor