Skip to content

0.10.0

Compare
Choose a tag to compare
@cgefx cgefx released this 19 Aug 04:50
· 1425 commits to master since this release
abe8e9c

OpenAPI

  • Make API requests based on a range of provided options that are generated according to specifications defined in a yaml or json-formatted OpenAPI document.

WebRTC

  • Verify connectivity of ICE servers (STUN and TURN) for WebRTC applications by gathering ICE candidates and generating an SDP.

Bug Fixes

  • Fixed right margin bug on WebSocket message container
  • Fixed UI reducer composerDisplay test
  • Fixed initial state test in business reducer

Code Quality

  • Removed unused imports.
  • Removed unused props.
  • Updated ESLint config to be Typescript aware.
  • Added formatting and linting npm scripts.
  • Fixed as many inherited linting errors as possible. Disabled rules per file for many others. Tweaking rules and tending to the existing errors will need to continue, but the included updates should help enforce more standardization and best practices moving forward.
  • Updated Typescript declarations to match new redux store state, and to utilize enums and interface inheritance.
  • Updated vulnerable npm packages