Skip to content

Latest commit

 

History

History
225 lines (146 loc) · 15.3 KB

CHANGELOG.md

File metadata and controls

225 lines (146 loc) · 15.3 KB

Changelog

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

Generated by auto-changelog.

  • export QueryProtocols and ServerInfo types 6f15a96

13 October 2024

  • Revert "fix: export CJS and MJS correctly" 945c503

13 October 2024

  • fix: export CJS and MJS correctly 0d821d6
  • docs: correct runtime deps feature ce179d9

13 October 2024

  • feat: expose player info from modern query response to results 745883d
  • docs: update docs related to playerInfo and bump version querystring 4c55462

10 October 2024

  • start refactoring tests c8bc146
  • start refactoring code to support two protocols eeb26db
  • fix unit tests f1b1937
  • update README.md to show how to use modern query protocol bdeba66
  • fix modernProtocol tests 4b7d631
  • chore: invalidate npm version svg cache 8bf9c5e
  • fix: code coverage uploads f6cb537

29 September 2024

  • decode and split data in a more standard compliant way 468d61d

29 September 2024

  • feat!: bump minimum required Node version to 18 f85c826
  • feat: add node 22 to test matrix 115211a
  • chore: use latest codecov-action 3275713

29 September 2024

  • chore: migrate to eslint 9, upgrade other devDeps 08fda5b
  • chore: upgrade devDeps 8c661e0
  • feat: add eslint-plugin-import-x d283c58
  • chore: upgrade devDeps 28c02c5
  • chore: upgrade devDeps 334f4f4
  • chore: upgrade dev deps 8e3afd0
  • feat: prefix "_minecraft._tcp." if needed for SRV lookups 5908478

23 July 2024

24 May 2024

7 April 2024

  • chore: upgrade devDependencies e117f04
  • chore: upgrade dependencies 1600fa9
  • chore: upgrade devDependencies dfc577d
  • fix: correct mistakes in test workflow syntax, remove node 16 975612f

31 January 2024

  • chore: bump devDependencies e1fa39b
  • chore: upgrade devDependencies 2e942c5
  • chore: upgrade devDependencies 8d889ce
  • chore: upgrade devDependencies c2dcf2f
  • chore: upgrade github workflows to node 20 de4f62f
  • chore: update copyright year 9aa0182

25 August 2023

  • chore: upgrade devDependencies 7fb087a

20 July 2023

  • chore: bump devDependencies and add esModuleInterop to suppress test warning 45a2107
  • chore: bump devDependencies ac65083
  • chore: bump devDependencies 64611fd

21 February 2023

  • chore: upgrade devDependencies a0b5fbe
  • chore: migrate from travis to github actions 05eee98
  • chore: re-organize and document test harness ab3d906
  • docs: clarify error type in README.md 411a49b
  • fix: speed up test that was using an arbitrary delay db21081
  • fix: run npm ci before test in coverage workflow beee3a3

8 February 2023

  • feat: resolve as offline instead of throwing 542b9e6
  • docs: update README.md to describe updated error handling 4481030

30 January 2023

  • feat: update index.test.ts and clean up socket creation 4789a8e
  • docs: update README.md for fetchServerInfo refactoring 13e1f06
  • feat!: refactor resolveSrvRecord and fetchServerInfo into the same function 6aa391c
  • fix: use build stages to only deploy once add1454
  • docs: add comments to fetchServerInfo b0db001

28 January 2023

  • chore: install typescript explicitly and modify rollup invocation to support .ts fadfebd
  • docs: add tsdoc comments 9d23c82
  • chore: refactor eslint config to json 54e0815
  • chore: convert jest config to json, rollup config to typescript f7c86d0
  • feat: set up travis to deploy new tags 29d9fae
  • chore: disable no-control-regex rule project-wide f2c260d
  • fix: prevent index.test.d.ts from being generated in lib/ during build 6ff2e29
  • chore: remove superfluous "async" modifier 53b9bde
  • fix: typo in .eslintrc.json 199fb2a

25 January 2023

  • chore: upgrade dev dependencies b720eb9
  • feat: add .travis.yml for node 16/18 tests a59a3aa
  • fix: switch to array form ec52d48
  • docs: add codecov banner image and add link to package 8e8b9e4
  • feat: upload coverage to codecov 3121f05
  • fix: backfill up to 10 commits for auto-changelog 8059a76
  • feat: add test script to .travis.yml fcd4ddd

13 January 2023

  • feat: add unit tests a4a8f4d
  • feat: add test coverage for client.write being called da2244f
  • chore: update LICENSE years d67b473
  • chore: remove unused test code cab0f79

7 January 2023

  • chore: upgrade dependencies 16bafef
  • feat: add @rollup/plugin-terser 2bb00b0
  • feat: remove rollup-plugin-terser 06ff108

25 November 2022

22 October 2022

  • chore: add repo to package metadata d1ab821
  • feat: increase commit limit for auto-changelog d7254b3
  • feat: add prepack script to package.json 6158d1c

8 October 2022

  • feat: rewrite code in TypeScript, add CommonJS support 5f11b3d
  • feat: add auto-changelog to build process 83672e3

26 August 2022

  • feat: add resolveSrvRecord helper 946d3e2
  • docs: update example to add SRV lookup d8b2316
  • feat: add error handling for invalid server replies 09489fd
  • feat: close socket on timeout or error 471ecac
  • refactor: cache query byte buffer 5db1249

v0.1.0

26 August 2022