# Changelog

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

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

## [0.2.4] - 2021-05-17

### Added

- Iterator now have two new props: `onFallback` and `onFallbackProps`;

### Changes

- TSconfig configs for testing
- More documentation added
- Changelog reordened

### Fixes

- Fixed types for Iterator

## [0.2.3] - 2021-05-16

### Added

- Testing

### Changes

- Prettier and Eslint configs
- TSconfig configs for testing

## [0.2.2] - 2021-05-16

### Changes

- Files included on package

## [0.2.1] - 2021-05-16

### Added

- Created NPM ignore file
- Github repository added

## [0.2.0] - 2021-05-16

### Added

- Created changelog
- Created README.md
- Added Iterator component
