Skip to content

Latest commit

 

History

History
142 lines (66 loc) · 6.35 KB

CHANGELOG.md

File metadata and controls

142 lines (66 loc) · 6.35 KB

1.2.4 (2023-03-19)

Bug Fixes

  • add exports field for types (aa2e8ee)

1.2.3 (2023-03-19)

Bug Fixes

  • remove legacy package entry points in favor of exports (e78e74b)

1.2.2 (2022-10-21)

Bug Fixes

  • proper import and typing resolution for browser (4fff8e6)

1.2.1 (2022-10-19)

Bug Fixes

  • build output formats to properly support cjs and esm (2bec790)
  • test by using built cjs file (f06ef72)

1.2.0 (2022-10-18)

Features

  • add browser write support (01aa80c)

Bug Fixes

1.1.7 (2022-10-18)

Bug Fixes

  • properly ensure error is type Error (3acd5b9)

1.1.6 (2022-10-17)

Bug Fixes

  • recreate Error from error-like object (8849636)

1.1.5 (2022-10-17)

Bug Fixes

  • walk back some changes that introduced bugs (1adfed9)

1.1.4 (2022-10-17)

Bug Fixes

  • set err and msg properly (be4e117)

1.1.3 (2022-10-16)

Bug Fixes

  • handle the case where data is a stringified obj, other fixes (1c176e6)

1.1.2 (2022-10-09)

Bug Fixes

  • remove object mode and return value as string (6dd630d)

1.1.1 (2022-10-08)

Bug Fixes

1.1.0 (2022-10-08)

Features

  • support node 18 stream by setting object mode when init split (9ef8275)

Bug Fixes

  • remove patch-package from postinstall step (74c9888)

1.0.3 (2022-10-04)

Bug Fixes

  • use stream events to process obj instead of async loop to see if that handles errors better (6bbbcea)

1.0.2 (2022-10-04)

Bug Fixes

  • capture error and unknown events from stream (6be64a2)

1.0.1 (2022-10-04)

Bug Fixes

  • allow passing build options, add exception handling for default close on err (dca6cb4)

1.0.0 (2022-10-02)

Features

  • add exception handling, improve source typing (e14fc96)

Bug Fixes

  • add correct git plugin for release (5e56f3e)
  • formatting of releaserc file (52f2561)
  • release: first release (164c623)
  • remove git+ from repository url (2ffb0f0)
  • update repository url to be valid fqdn (ebc6210)
  • use coirrect repositry protocol in package.json (31217b0)
  • use main instead of master for branches configuration in release (578c9f4)
  • use node to execute make in scripts (6355ca7)