Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Latest commit

 

History

History
38 lines (22 loc) · 702 Bytes

CHANGELOG.md

File metadata and controls

38 lines (22 loc) · 702 Bytes

Changelog

v5.6.1

  • Update flow-bin to v0.53.1
  • Update dependencies

v5.6.0

  • Update dependencies
  • Update flow-bin to v0.44.0

v5.5.1

  • Update dependencies

v5.5.0

  • Update flow-bin to v0.30.0.

v5.1.0

  • Reverted the flow comment detection as the new implementation was buggy.

  • Throttle the number of atom notifications, and limit console logs to dev mode.

v5.0.0

Bug Fixes

  • Removed the flow server management as it was causing problems.
  • Instead do a flow stop on deactivate.
  • Improved type checking using flow of the code base.

Enhancements

  • Change to a more strict check for a flow comment, to reduce false-positives