# Changelog

All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning].
This change log follows the format documented in [Keep a CHANGELOG].

[semantic versioning]: http://semver.org/
[keep a changelog]: http://keepachangelog.com/

## 0.4.2 - 2020-01-27

### Fixed

- Fixed the Preact package.

## 0.4.0 - 2020-01-27

### Added

- Added functions:
  - `useInfiniteQuery`
  - `useInfiniteScroll`
  - `useAll`
  - `useOnAll`

## 0.3.0 - 2020-01-15

### Changed

- **BREAKING**: `reactopod` now only supports React.

- Get rid of webpack warning during compilation.

### Added

- Publish separate `preactopod` package for Preact.

## 0.2.0 - 2020-01-14

### Changed

- Make Reactopod work both with React and Preact.

## 0.1.0 - 2020-01-13

### Added

- Added functions:
  - `useGet`
  - `useOnGet`
  - `useQuery`
  - `useOnQuery`
