Skip to content

Latest commit

 

History

History
43 lines (24 loc) · 903 Bytes

CHANGELOG.md

File metadata and controls

43 lines (24 loc) · 903 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Enhanced

  • Update README
  • Add instruction comments for public types and methods.

[0.3.1] - 2021-03-21

Fixed

  • Last scanned value sent back soon after reconnected

[0.3.0] - 2021-03-21

Enhancements

  • Add CHANGELOG.md
  • Setup CI environments

Adds

  • Add videoGravity setup in initializer (BREAKING)

Fixes

  • Subscription will drop first metadata output if nil, to prevent writing in @States, which might be bound to, during view rendering.

[0.2.0] - 2021-03-19

Changes

  • Using setting closure rather than Binding object on initializer (BREAKING)

[0.1.0] - 2021-03-19

  • Initial release.