## 2.0.0

- Converted to functional component and optimized to avoid unnecessary re-rendering
- Hence, peer dependency on React 16.7.0 or newer

## 1.1.2

- Fixed unnecessary version locks, i.e. removed yarn.lock from repository

## 1.1.1

- Fixed version/release tag mismatch

## 1.1.0

- Automated pull request fixing a security vulnerabilities.
- Upgraded packages

## 1.0.6

- Automated pull request fixing a security vulnerability.

## 1.0.5

- Automated pull request fixing a security vulnerability.

## 1.0.4

- Improved release procedure

## 1.0.3

- Improved release procedure

## 1.0.2

- Automated pull request fixing a security vulnerability.

## 1.0.1

- Added online demo to doc

## 1.0.0

- Changed from using text property to "standard" children property.
- Updated demo project to react 16.8.3 and react-native 0.59.9

## v0.3.0

- Made StyledText default export, allowing import StyledText from 'react-native-styled-text';
- Added TypeScript definitions

## v0.2.0

Feature

- Support RN Text properties

Updated docs

## v0.1.4

- Handle undefined/null 'text'
- Documentation: improved examples

## v0.1.3

- Added underline style in predefined styles
- Added screenshot of example for android

## v0.1.2

- Fix doc publishing

## v0.1.1

- Fix doc publishing

## v0.1.0

Features

- Default style definitions for bold and italic
- Supports HTML-codes for < > and "

Fixes

- Warning on tag mismatch
- Warning on unexpected end tags
