# Changelog

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

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [16.2.0] - 2018-03-17

### Added

* Updated version of React

## [1.0.2] - 2017-08-25

### Fixed

* Fix error in mapToObject in src/react.index.js

## [1.0.1] - 2017-08-20

### Fixed

* Typo in documentation for `React.createElement/3`

## [1.0.0] - 2017-08-19

### Added

* `React.HTML` module for defining HTML React macros
* `React` FFI module with `createElement/3`
* `ReactDOM` FFI module with `render/2`
