Skip to content

v2.0.0

Compare
Choose a tag to compare
@intrueder intrueder released this 01 May 10:05
· 20 commits to master since this release

Changelog

  • Add TypeScript declarations (ff05525, 24f0ac7)
  • Fix "build from sources" on Windows (fc9c662)
  • Add missing deviceId to CorsairDeviceInfo (37dce6a)
  • breaking change: Generate enum-to-string converter functions instead of reversed maps (2c21a0e)
  • breaking change: Change CorsairDeviceInfo structure (14849c6)

    channels is a simple array of CorsairChannelInfo elements
    CorsairChannelsInfo was removed, channels.length can be used to read the number of channels
    devcesCount was removed from CorsairChannelInfo, devices.length can be used instead