Skip to content

Latest commit

Β 

History

History
202 lines (104 loc) Β· 9.1 KB

CHANGELOG.md

File metadata and controls

202 lines (104 loc) Β· 9.1 KB

Changelog

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

2.5.1 - (2024-07-11)

πŸ› Bug Fixes

  • TypeError when requiring discord.js (06e6afc) (#573 by @favna)

2.5.0 - (2024-06-30)

πŸ“ Documentation

  • readme: Fix table of contents (707e242)

πŸš€ Features

2.4.4 - (2024-01-19)

πŸ› Bug Fixes

  • Fixed commonjs typings export mapping (#526) (b7787cb)

2.4.3 - (2023-12-05)

πŸ› Bug Fixes

2.4.2 - (2023-12-04)

πŸ› Bug Fixes

  • Properly split CJS and ESM (3b42e83)

2.4.1 - (2023-11-05)

πŸ› Bug Fixes

  • deps: Update prebuilts, drop node 16 prebuilts, update for node-gyp v10.x and Python 3.12 (#500) (ffcc607)

2.4.0 - (2023-04-23)

πŸ› Bug Fixes

  • ci: Include build-from-source step in x86-64 build (#430) (2d44dfc)

πŸš€ Features

  • Add prebuilts for NodeJS v20 (and drop prebuilts for 12, 14, 15, and 17) (#452) (5ac4c42)

2.3.0 - (2022-12-18)

πŸš€ Features

  • Add node 19 support (#428) (f2d2dc6)

2.2.6 - (2022-11-12)

πŸ› Bug Fixes

  • Fixed prebuild target (#421) (1d8887e)

2.2.5 - (2022-11-06)

πŸ› Bug Fixes

  • deps: Update all non-major dependencies (#417) (482018e)
  • deps: Update all non-major dependencies (#371) (384abe7)

πŸ“ Documentation

  • Add @allcontributors[bot] as a contributor (00e117e)
  • Add RealShadowNova as a contributor for tool (#389) (ae3669f)

πŸ§ͺ Testing

2.2.4 - (2022-04-29)

Bug Fixes

  • prebuilts: Remove macos-12 target as it conflicts with macos-latest (027a015)
  • prebuilts: Ensure proper prebuilts are published (de4d79c)
  • Configure prebuilts for Node 17 and Node 18 (ec2e873)

@sapphire/type@2.2.3 - (2022-04-26)

Bug Fixes

  • prebuilts: Remove macos-12 target as it conflicts with macos-latest (027a015)
  • prebuilts: Ensure proper prebuilts are published (de4d79c)
  • Configure prebuilts for Node 17 and Node 18 (ec2e873)

@sapphire/type@2.2.2 - (2022-04-26)

Bug Fixes

  • prebuilts: Ensure proper prebuilts are published (de4d79c)
  • Configure prebuilts for Node 17 and Node 18 (ec2e873)

@sapphire/type@2.2.1 - (2022-04-26)

Bug Fixes

  • Configure prebuilts for Node 17 and Node 18 (ec2e873)

2.2.0 (2022-03-06)

Features

Bug Fixes

2.1.2 (2021-11-06)

2.1.1 (2021-10-17)

Bug Fixes

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

2.1.0 (2021-08-14)

Features

  • create release with prebuilts for Node 16.6.2 (560018a)

2.0.11 (2021-06-18)

Bug Fixes

  • bump gen-esm-wrapper dependency to remove __esModule key (49de458)

2.0.10 (2021-06-18)

Bug Fixes

  • fixed object with null prototypes being ignored (#234) (b83e14e)

2.0.9 (2021-06-06)

Bug Fixes

  • restore prebuilts
  • add musl prebuilts (#233) (2fe8d13)
  • explicitly fallback to build when creating prebuilts (992cf1f)

2.0.5 (2021-06-05)

Bug Fixes

  • fixed urls in package, changelog and readme (93ec5c3)

2.0.4 (2021-05-20)

Bug Fixes

  • ensure bundlers do not incorrectly detect missing dependency (4244a36)

2.0.3 (2021-05-20)

Bug Fixes

  • mark package as Side Effect free (fa1625c)

2.0.2 (2021-05-02)

Bug Fixes

  • switch back to icrawl's v1 artifact uploader (e7450cf)

2.0.1 (2021-05-02)

Bug Fixes

  • switch to @discordjs/node-pre-gyp (1b4847c)

2.0.0 (2021-05-02)

⚠ BREAKING CHANGES

  • type: No longer bundles with rollup because this relies on NodeJS internals and should only be used in NodeJS environments.

Features

  • type: native module for node 16 (d5fd960)