Skip to content

0.2.0

Compare
Choose a tag to compare
@cjlawson02 cjlawson02 released this 23 Feb 02:25
· 23 commits to main since this release
b88b49f

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