Skip to content

Latest commit

Β 

History

History
197 lines (117 loc) Β· 12.2 KB

CHANGELOG.md

File metadata and controls

197 lines (117 loc) Β· 12.2 KB

Changelog

All notable changes to this project will be documented in this file.

@sapphire/fetch@3.0.2 - (2024-01-19)

πŸ› Bug Fixes

  • Fixed commonjs typings export mapping (#707) (216ff02)

@sapphire/fetch@3.0.1 - (2023-12-18)

πŸ› Bug Fixes

  • fetch: Add additional reference lib comment (#695) (83400f3)

πŸ“ Documentation

  • fetch: README cleanup (#683) (147b2d5)

@sapphire/fetch@3.0.0 - (2023-12-10)

πŸš€ Features

  • fetch: Drop cross-fetch, always use global fetch (c716bc2)
    • πŸ’₯ BREAKING CHANGE: This version and all subsequent versions require NodeJS v18 or above, or v16 with the --experimental-fetch flag

πŸ§ͺ Testing

  • Switch from nock to mfw (5a5b3ff)

@sapphire/fetch@2.4.2 - (2023-12-04)

🏠 Refactor

  • Split @sapphire/time-utilities into 4 sub-packages (#462) (574299a)

πŸ› Bug Fixes

  • fetch: Properly split CJS, ESM and IIFE (4c6d808)
  • Update export mapping for proper ESM/CJS split (dd0cff8)
  • fetch: Update cross-fetch to v4.0.0 (e6ff4fc)
  • deps: Update all non-major dependencies (#607) (9cc8bd0)
  • deps: Update all non-major dependencies (#577) (291dd67)
  • deps: Update all non-major dependencies (#545) (40ca040)
  • deps: Update all non-major dependencies (#544) (cc78f17)
  • deps: Update all non-major dependencies (#532) (8033d1f)
  • deps: Update all non-major dependencies (#514) (21b07d5)
  • deps: Update all non-major dependencies (#505) (6178296)
  • deps: Update all non-major dependencies (#466) (dc08606)
  • deps: Update all non-major dependencies (e20f299)
  • deps: Update all non-major dependencies (2308bd7)

πŸ“ Documentation

  • Add @06000208 as a contributor (fa3349e)
  • Add @didinele as a contributor (42ef7b6)
  • Add @goestav as a contributor (0e56a92)
  • Add @CitTheDev as a contributor (34169ea)
  • Add @legendhimslef as a contributor (059b6f1)
  • Add @r-priyam as a contributor (fb278ba)
  • Change name of @kyranet (#451) (df4fdef)
  • Update @RealShadowNova as a contributor (a869ba0)
  • Add @muchnameless as a contributor (a1221fe)
  • Add @enxg as a contributor (d2382f0)
  • Add @EvolutionX-10 as a contributor (efc3a32)

πŸ§ͺ Testing

  • Update vitest to coverage v8 (a4bc6e4)

@sapphire/fetch@2.4.1 - (2022-07-13)

🏠 Refactor

  • Change const enum for regular enum (#394) (960e973)

πŸ› Bug Fixes

  • deps: Update all non-major dependencies (84af0db)

πŸ§ͺ Testing

  • Migrate to vitest (#380) (075ec73)

@sapphire/fetch@2.4.0 - (2022-06-05)

πŸ› Bug Fixes

  • deps: Update all non-major dependencies (50cd8de)

πŸ“ Documentation

  • Add @MajesticString as a contributor (295b3e9)
  • Add @Mzato0001 as a contributor (c790ef2)
  • Add @NotKaskus as a contributor (00da8f1)
  • Add @imranbarbhuiya as a contributor (fb674c2)
  • Add @axisiscool as a contributor (ce1aa31)
  • Add @dhruv-kaushikk as a contributor (ebbf43f)
  • Add @Commandtechno as a contributor (f1d69fa)
  • Fix typedoc causing OOM crashes (63ba41c)

πŸš€ Features

  • fetch: Accept JS objects for the request body (#365) (a3eee88)

πŸ§ͺ Testing

  • Fix fetch tests for Node 18 (e92fb02)

2.3.1 (2022-04-01)

Note: Version bump only for package @sapphire/fetch

2.3.0 (2022-03-06)

Features

2.2.0 (2022-03-01)

Features

  • fetch: add common media content types enum (#303) (2f1c464)
  • ts-config: add multi-config structure (#281) (b5191d7)

2.1.0 (2022-01-28)

Features

2.0.4 (2022-01-10)

Note: Version bump only for package @sapphire/fetch

2.0.3 (2021-11-06)

Note: Version bump only for package @sapphire/fetch

2.0.2 (2021-10-17)

Bug Fixes

  • allow more node & npm versions in engines field (5977d2a)

2.0.1 (2021-10-11)

Note: Version bump only for package @sapphire/fetch

2.0.0 (2021-10-04)

Features

  • fetch: migrate to using cross-fetch (#149) (a8baab9)
  • fetch: set minimum NodeJS to v14 (56889ab)

BREAKING CHANGES

  • fetch: fetch is no longer on the default export. Use a named import instead.
  • fetch: This package no longer depends on node-fetch
  • fetch: This package no longer depends on @types/node-fetch for TypeScript users

1.0.5 (2021-06-27)

Note: Version bump only for package @sapphire/fetch

1.0.4 (2021-06-27)

Note: Version bump only for package @sapphire/fetch

1.0.3 (2021-06-06)

Bug Fixes

  • remove peer deps, update dev deps, update READMEs (#124) (67256ed)

1.0.2 (2021-05-20)

Bug Fixes

  • fetch: mark package as side effect free (8e3e470)

1.0.1 (2021-05-02)

Bug Fixes

  • drop the www. from the SapphireJS URL (494d89f)
  • update all the SapphireJS URLs from .com to .dev (f59b46d)

1.0.0 (2021-04-21)

Features