Skip to content

Releases: Sebastian-Webster/mysql-memory-server-nodejs

v1.10.1

13 Jun 11:27
Compare
Choose a tag to compare

What's Changed

Chores

  • chore: Change array.at(-1) to array[array.length - 1] to remove TypeScript compiler target error in 3e169aa
  • tests: Add Node 24 tests in #221
  • tests: Remove Windows 2019 GitHub Actions test in preparation of the GitHub Actions Windows 2019 image removal in 3893aa4
  • deps: Update semver to latest (7.7.1 -> 7.7.2) in 8f21070
  • docs: Correct incorrect MySQL version download range in 4f4a77c

Full Changelog: v1.10.0...v1.10.1

v1.10.0

21 Apr 22:29
Compare
Choose a tag to compare

What's Changed

Features

Bug Fixes

Chores

Full Changelog: v1.9.0...v1.10.0

v1.9.0

24 Feb 18:11
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.8.2...v1.9.0

v1.8.2

15 Jan 20:02
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.8.1...v1.8.2

v1.8.1

06 Dec 02:17
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.8.0...v1.8.1

v1.8.0

04 Dec 02:05
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.7.1...v1.8.0

v1.7.1

26 Nov 00:27
Compare
Choose a tag to compare

What's Changed

fix: Fixed database creation failing when crypto is not a global object

fix: Fixed typos in the CLI version of the package and in documentation

Full Changelog: v1.7.0...v1.7.1

v1.7.0

25 Nov 10:14
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.6.0...v1.7.0

v1.6.0

24 Oct 11:46
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.0...v1.6.0

v1.5.0

13 Oct 00:42
Compare
Choose a tag to compare

What's Changed

  • feat: Declare support for Bun >=1.0.0 in #113
  • feat: Add downloadRetries option in #114
  • fix: Do not save binary file if CDN status code is not 200 in 221d46d

Full Changelog: v1.4.3...v1.5.0