Skip to content

Releases: thib3113/vban

v1.4.1

24 Mar 12:06
v1.4.1
0f00149
Compare
Choose a tag to compare

Fix GPR publish

v1.4.0 - new build system

24 Mar 11:34
v1.4.0
8d7cd8c
Compare
Choose a tag to compare

Now include ESM and CJS build (so a bundler can remove the unwanted version)

Full Changelog: v1.3.0...v1.4.0

v1.3.0

21 Mar 17:36
v1.3.0
f32667f
Compare
Choose a tag to compare

What's Changed

Update to support rev 11 .

  • Support chat packets (and stop crashing on chat packet)
  • support real time packets
  • add chat example

Breakings

  • VBANServicePacket is now divided in VBANPingPacket / VBANChatPacket / VBANRealTimeRegisterPacket / VBANRealTimeRegisterAnswerPacket / VBANRealTimePacket
  • VBAN ping packet is now in object VBANPingPacket
  • reservedLongASCII in ping VBAN ping packet, reservedLongASCII was now officially renamed to hostname
  • VBANSerialPacket => sr parameter is removed
  • VBANServer stop using callbacks, and now return promises

  • build(deps-dev): bump prettier from 3.2.4 to 3.2.5 by @dependabot in #273
  • build(deps-dev): bump dotenv from 16.4.1 to 16.4.2 by @dependabot in #278
  • build(deps-dev): bump @types/node from 20.11.16 to 20.11.17 by @dependabot in #274
  • build(deps-dev): bump typedoc from 0.25.7 to 0.25.8 by @dependabot in #276
  • build(deps-dev): bump @typescript-eslint/parser from 6.20.0 to 6.21.0 by @dependabot in #275
  • build(deps-dev): bump dotenv from 16.4.2 to 16.4.5 by @dependabot in #282
  • build(deps-dev): bump typedoc from 0.25.8 to 0.25.9 by @dependabot in #284
  • build(deps-dev): bump eslint from 8.56.0 to 8.57.0 by @dependabot in #285
  • build(deps-dev): bump @types/node from 20.11.17 to 20.11.20 by @dependabot in #283
  • build(deps-dev): bump typedoc from 0.25.9 to 0.25.10 by @dependabot in #287
  • build(deps-dev): bump @types/node from 20.11.20 to 20.11.24 by @dependabot in #286
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.20.0 to 7.0.0 by @dependabot in #281
  • build(deps-dev): bump typedoc from 0.25.10 to 0.25.12 by @dependabot in #289
  • build(deps-dev): bump @types/node from 20.11.24 to 20.11.25 by @dependabot in #288
  • build(deps-dev): bump @types/node from 20.11.25 to 20.11.30 by @dependabot in #294
  • build(deps-dev): bump @tsconfig/node14 from 14.1.0 to 14.1.1 by @dependabot in #293
  • build(deps-dev): bump typescript from 5.3.3 to 5.4.3 by @dependabot in #292
  • build(deps-dev): bump @types/node from 20.11.30 to 20.12.2 by @dependabot in #295
  • build(deps-dev): bump @tsconfig/node14 from 14.1.1 to 14.1.2 by @dependabot in #296
  • build(deps-dev): bump @types/node from 20.12.2 to 20.12.5 by @dependabot in #297
  • build(deps-dev): bump typescript from 5.4.3 to 5.4.4 by @dependabot in #298
  • build(deps-dev): bump typescript from 5.4.4 to 5.4.5 by @dependabot in #301
  • build(deps-dev): bump @types/node from 20.12.5 to 20.12.8 by @dependabot in #302
  • build(deps-dev): bump typedoc from 0.25.12 to 0.25.13 by @dependabot in #299
  • build(deps-dev): bump @types/node from 20.12.8 to 20.12.11 by @dependabot in #303
  • build(deps-dev): bump eslint-plugin-tsdoc from 0.2.17 to 0.3.0 by @dependabot in #308
  • build(deps): bump braces from 3.0.2 to 3.0.3 in the npm_and_yarn group by @dependabot in #329
  • build(deps-dev): bump @types/node from 20.12.11 to 22.2.0 by @dependabot in #328
  • build(deps-dev): bump ts-jest from 29.1.2 to 29.2.6 by @dependabot in #335
  • build(deps-dev): bump prettier from 3.2.5 to 3.5.3 by @dependabot in #334
  • build(deps-dev): bump typedoc from 0.25.13 to 0.28.0 by @dependabot in #331

Full Changelog: v1.2.5...v1.3.0

v1.2.5 - Synchronize with repo / remove useless files

02 Feb 23:09
c0cf115
Compare
Choose a tag to compare

What's Changed

Read more

v1.2.3

31 Jan 20:02
v1.2.3
9f358f8
Compare
Choose a tag to compare
  • more documentation and tests
  • add bitResolutionObject to VBANAudioPacket to directly get bitResolution informations

Full Changelog: v1.2.2...v1.2.3

v1.2.2

31 Jan 18:37
v1.2.2
0720fe4
Compare
Choose a tag to compare
  • Add renovate for devDeps
  • Correct little bugs (mainly with SR/bps when not used)
  • add unit tests

What's Changed

New Contributors

Full Changelog: v1.1.1...v1.2.2

v1.1.1

31 Jan 13:35
v1.1.1
31fbe17
Compare
Choose a tag to compare
  • correct serial bug
  • improve documentation

v1.1.0

30 Jan 00:23
v1.1.0
589a883
Compare
Choose a tag to compare

v1.0.6

25 Jan 15:06
v1.0.6
d36dfae
Compare
Choose a tag to compare

correct a typing

v1.0.5

12 Jan 15:04
v1.0.5
e3fcef2
Compare
Choose a tag to compare

Allow to know if VBANServer is already listening with <server>.isListening