Skip to content

v0.4.0 Release

Pre-release
Pre-release
Compare
Choose a tag to compare
@harrydehix harrydehix released this 22 Mar 08:23
· 120 commits to main since this release
d4ba08f

What's new?:

  • Refractored code base: Internally a lot of code got refractored. Now it's much more readable and easier to maintain!
  • Switch to a fully promise based code style: All functions related to the connection to / communication with the weather station now return promises, allowing clean code to be written using async/await. Therefore the VantInterface.ready function and the "error" event got removed.
  • Progress on weather data containers: The first weather data container (the RichRealtimeDataContainer) is now available offering a more abstract layer to interact with your weather station.
  • Typed-checked events: Event listeners are now type-checked!