Skip to content

Releases: cjlawson02/ntcore-ts-client

0.2.2

19 Nov 21:27
Compare
Choose a tag to compare
  • Mostly version bumps
  • Type info checking when creating a "new" topic when there is an existing instance

What's Changed

Full Changelog: 0.2.1...0.2.2

0.2.1

10 Mar 20:00
dca027a
Compare
Choose a tag to compare

What's Changed

  • feat: release v0.2.1 by @Chris2fourlaw in #44
  • chore: update deps/nx
  • chore: update changelog and bump version

Full Changelog: 0.2.0...0.2.1

0.2.0

23 Feb 02:25
b88b49f
Compare
Choose a tag to compare

Note from the author

Hey everyone! Thank you for all the support, feature requests, and notifying me of bugs. Based on the usage and feedback, I've decided to mark this release as production.

As always, feel free to open an issue or PR for future bug finds or feature requests.

Thanks,
Chris Lawson

What's Changed

Breaking Changes

  • BREAKING CHANGE: deprecated NetworkTables.createInstance*()
    • Please use NetworkTables.getInstanceByTeam() and NetworkTables.getInstanceByURI()
  • BREAKING CHANGE: removed NetworkTables.getInstance() and NetworkTables.getServerURL()
  • BREAKING CHANGE: deprecated NetworkTableTypeInfos
    • Fixed typo: now called NetworkTablesTypeInfos (NetworkTables plural! With S!)

New Features

  • feat: allow multiple connections

Bug fixes

  • fix: rename NetworkTableTypeInfos to NetworkTablesTypeInfos
  • fix: connect to the correct mDNS address
    • We were trying to connect to roborio-frc-<team>.local instead of roborio-<team>-frc.local
  • fix: bug with creating instance on same URI w/ different port
  • fix: queue value to published topic w/o server connection

Misc commits

  • chore: bump version
  • chore: update deps
  • style: prepend nt client id with ntcore-ts-
  • chore: update deps
  • chore: bump version to 0.2.0

Non-library changes

  • Improve docs by @Pokesi in #15
  • fix(ci): temporarily disable linting through CI by @Chris2fourlaw in #16
  • chore: upgrade tslib and dev deps by @Chris2fourlaw in #17
  • feat(dev): add commitlint for conventional commits enforcement by @Chris2fourlaw in #18
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.48.2 to 5.49.0 by @dependabot in #20
  • build(deps-dev): bump @typescript-eslint/parser from 5.48.2 to 5.49.0 by @dependabot in #19
  • build(deps-dev): bump eslint-plugin-jsdoc from 39.6.7 to 40.0.0 by @dependabot in #27
  • build(deps): bump tslib from 2.4.1 to 2.5.0 by @dependabot in #25
  • build(deps-dev): bump jest and @types/jest by @dependabot in #28

New Contributors

Full Changelog: 0.1.0-beta.0...0.2.0

0.1.0-beta.0

15 Jan 06:38
Compare
Choose a tag to compare
0.1.0-beta.0 Pre-release
Pre-release

NodeJS is now supported! 🎉🎉🎉

What's Changed

  • fix: CI error on dependabot.yml lint by @Chris2fourlaw in #6
  • feat: Add Node support, upgrade packages by @Chris2fourlaw in #8
  • fix: build eslint-config before lint by @Chris2fourlaw in #9

Known Issues

  • CI build still failing on a lint issue #10

Full Changelog: 0.0.1-beta.5...0.1.0-beta.0

0.0.1-beta.5

07 Jan 06:32
Compare
Choose a tag to compare
0.0.1-beta.5 Pre-release
Pre-release
  • Breaking changes:
    • renamed NetworkTableTypes to NetworkTablesTypes

Full Changelog: 0.0.1-beta.4...0.0.1-beta.5

0.0.1-beta.4

07 Jan 06:02
Compare
Choose a tag to compare
0.0.1-beta.4 Pre-release
Pre-release
  • Note: beta.1-beta.3 were tests of publishing to NPM and small fixes
  • Fixed dependency issue
  • Added keywords
  • Breaking changes:
    • renamed Topic to NetworkTablesTopic
    • renamed NetworkTableTypeInfo to NetworkTablesTypeInfo
    • Moved to ES5/CommonJS compiling

Full Changelog: 0.0.1-beta.0...0.0.1-beta.4

0.0.1-beta.0

07 Jan 04:01
Compare
Choose a tag to compare