Skip to content

Latest commit

 

History

History
91 lines (72 loc) · 3.18 KB

CHANGELOG.md

File metadata and controls

91 lines (72 loc) · 3.18 KB

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.

1.1.1 - 2021-09-29

Fixed

1.1.0 - 2020-09-19

Added

  • Xcode 12 compatibility by @radko93.
  • CHANGELOG.md
  • README section: Changelog
  • peerDependency: react-native >=0.6.2

1.0.1 - 2019-05-29

Added

  • README: add info about automatic linking when using pods in iOS projects
  • README: add FAQ entry: Why does Automatic Linking not work for iOS?

1.0.0 - 2019-02-18

Added

  • README: add FAQ: Why the jump from version 0.6.2 to 1.0.0?

0.6.2 - 2019-02-01

Added

  • .editorconfig

Fixed

  • copyright attribution
  • type definition (thanks to @jens-duttke)

0.6.1 - 2018-11-15

Fixed

  • README: variable matrix

0.6.0 - 2018-11-06

Added

Fixed

  • make variables, namespaces in win code consistent with Android and iOS

0.5.3 - 2018-10-31

Fixed

0.5.2 - 2018-10-30

Changed

  • lint rules
  • README: improved build instructions
  • gradle config: compile -> implementation

0.5.1 - 2018-10-29

Fixed

  • Android: add missing import for ArrayList

0.5.0 - 2018-10-29

Changed

  • change package name, repo address, author
  • Android: rename classnames, package name, module name
  • iOS: rename classnames, package name, module name
  • improve documentation README

0.4.0 - 2018-10-23

Added

Changed

Fixed

  • Android gradle build script by @lxcid