Releases: hackolade/fetch
Releases · hackolade/fetch
Release v1.3.2
Sorry, something went wrong.
No results found
Release v1.3.2 (#31)
# Content
## Fixed
- Fixed creation of GitHub release after NPM publishing
Release v1.3.1
Sorry, something went wrong.
No results found
Content
Fixed
- Added types to package exports map
- Added missing default export to index.d.ts
- Fixed repository declaration in package.json
- Fixed GitHub action for NPM publishing
Changed
- Bumped Electron dev dependency from 36.2.0 to 43.4.1 to align with Hackolade Studio and close Dependabot advisories
Release v1.3.0
Sorry, something went wrong.
No results found
Release v1.3.0 (#26)
# Content
## Fixed
- Migrated from SWC to esbuild in order to generate a dedicated
entrypoint for browser deployments without any reference to Electron
---------
Co-authored-by: Thomas Jakemeyn <thomas.jakemeyn@gmail.com>
Release v1.2.1
Sorry, something went wrong.
No results found
Release v1.2.1 (#25)
### Fixed
- Moved default export to barrel file for making this library a drop-in
replacement of node-fetch
Release v1.2.0
Sorry, something went wrong.
No results found
Release v1.2.0 (#24)
### Added
- Added default export for making this library a drop-in replacement of
node-fetch
Release v1.1.1
Sorry, something went wrong.
No results found
Release v1.1.1 (#23)
## [1.1.1] - 2025-03-06
### Fixed
- Added `.js` extension to relative imports and exports for compliance
with ESM requirement
- Added _package.json_ with `{ "type": "module" }` in ESM build
- Preserved dynamic import of _electron_ in both CommonJS and ESM builds
Release v1.1.0
Sorry, something went wrong.
No results found
Release v1.1.0 (#21)
- Provided custom HTTP handler for `aws-sdk` based on `hckFetch()`
Release v1.0.1
Sorry, something went wrong.
No results found
Enriched documentation for NPM registry (#17)
# Content
- Added link to Hackolade website
- Added `repository` link in `package.json`
Release v1.0.0
Sorry, something went wrong.
No results found
Release 1.0.0 (#16)
# Content
- Bumped `version` in `package.json` to `1.0.0`
- Added `keywords` in `package.json` in order to ease searching on the
NPM registry
- Added MIT `license` in `package.json`
- Added MIT `LICENSE` file
- Renamed release job from `publish` to `release` (publishing to NPM is
just one step of the release job)
- Documented release process in README file
Release v0.0.1
Sorry, something went wrong.
No results found
Added steps to create GitHub release on release (#15)