1.2.4 (2023-03-19)
- add exports field for types (aa2e8ee)
1.2.3 (2023-03-19)
- remove legacy package entry points in favor of exports (e78e74b)
1.2.2 (2022-10-21)
- proper import and typing resolution for browser (4fff8e6)
1.2.1 (2022-10-19)
- build output formats to properly support cjs and esm (2bec790)
- test by using built cjs file (f06ef72)
1.2.0 (2022-10-18)
- add browser write support (01aa80c)
1.1.7 (2022-10-18)
- properly ensure error is type Error (3acd5b9)
1.1.6 (2022-10-17)
- recreate Error from error-like object (8849636)
1.1.5 (2022-10-17)
- walk back some changes that introduced bugs (1adfed9)
1.1.4 (2022-10-17)
- set err and msg properly (be4e117)
1.1.3 (2022-10-16)
- handle the case where data is a stringified obj, other fixes (1c176e6)
1.1.2 (2022-10-09)
- remove object mode and return value as string (6dd630d)
1.1.1 (2022-10-08)
- minify build (051c064)
1.1.0 (2022-10-08)
- support node 18 stream by setting object mode when init split (9ef8275)
- remove patch-package from postinstall step (74c9888)
1.0.3 (2022-10-04)
- use stream events to process obj instead of async loop to see if that handles errors better (6bbbcea)
1.0.2 (2022-10-04)
- capture error and unknown events from stream (6be64a2)
1.0.1 (2022-10-04)
- allow passing build options, add exception handling for default close on err (dca6cb4)
- add exception handling, improve source typing (e14fc96)
- 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)