Skip to content

Releases: taywa/swetch

3.1.0

03 Feb 08:26
Compare
Choose a tag to compare

Added

  • Server option for ignoring headers
  • Server option for customizing data serialization
  • Server option for customizing responses
  • Server now adds Date, Expires and Age headers with current request date when responding

Changed

  • JSON data is now formatted with 2 spaces by default
  • Date, Expires, Age and Content-Encoding headers are now removed before saving

3.0.0

31 Jan 14:50
Compare
Choose a tag to compare

Changed

  • Changed file extensions of dist modules to reflect their syntax
  • Renamed dist directories to reflect file extensions
  • Removed module type from package

2.0.2

31 Jan 12:33
Compare
Choose a tag to compare

Fixed

  • Missing dist

2.0.1

31 Jan 12:32
Compare
Choose a tag to compare

Fixed

  • Missing babel core dev dependency

2.0.0

31 Jan 12:32
Compare
Choose a tag to compare

Added

  • Transpiled esm and cjs modules

Removed

  • Main entry point

1.2.5

28 Jan 16:56
Compare
Choose a tag to compare

Fixed

  • Internal error on simultaneous empty data and empty errors

1.2.4

28 Jan 16:56
Compare
Choose a tag to compare

Fixed

  • Internal error on server errors

1.2.3

28 Jan 16:55
Compare
Choose a tag to compare

Fixed

  • Server decoding file data twice

1.2.2

27 Jan 15:45
Compare
Choose a tag to compare

Fixed

  • Swetch & Axios interceptor ignoring origin option

1.2.1

27 Jan 15:45
Compare
Choose a tag to compare

Fixed

  • Syntax error in Axios interceptor