FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Releases · hackolade/fetch · GitHub

Releases: hackolade/fetch

Release v1.3.2

Choose a tag to compare

Filter
github-actions released this 27 Aug 06:42
78e8edb
Release v1.3.2 (#31)

# Content

## Fixed

- Fixed creation of GitHub release after NPM publishing

Release v1.3.1

Choose a tag to compare

Filter
thomas-jakemeyn released this 26 Aug 15:31
0aaf366

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

Choose a tag to compare

Filter
github-actions released this 14 May 11:01
1a9a663
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

Choose a tag to compare

Filter
github-actions released this 20 Mar 13:36
ddee74e
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

Choose a tag to compare

Filter
github-actions released this 20 Mar 10:31
a6a91cd
Release v1.2.0 (#24)

### Added

- Added default export for making this library a drop-in replacement of
node-fetch

Release v1.1.1

Choose a tag to compare

Filter
github-actions released this 06 Mar 13:20
f28c7c9
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

Choose a tag to compare

Filter
github-actions released this 07 Nov 15:34
d2e41c2
Release v1.1.0 (#21)

- Provided custom HTTP handler for `aws-sdk` based on `hckFetch()`

Release v1.0.1

Choose a tag to compare

Filter
github-actions released this 10 Oct 10:00
aa5d6b0
Enriched documentation for NPM registry (#17)

# Content

- Added link to Hackolade website
- Added `repository` link in `package.json`

Release v1.0.0

Choose a tag to compare

Filter
github-actions released this 10 Oct 09:33
8e23d26
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

Choose a tag to compare

Filter
github-actions released this 10 Oct 09:06
2e66465
Added steps to create GitHub release on release (#15)

Back | FazBrowse Home | New Git URL