# CHANGELOG

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

> **Tags**
>
> - Features
> - Bug Fixes
> - Performance Improvements
> - Enhancements
> - Dependency Updates
> - Breaking Changes
> - Documentation
> - Internal
> - Unreleased

## v2.2.0

#### Features

- Added support to check auth on multiple roles

## v2.1.2

#### Enhancements

- Types structure improved
- Export types from `index.ts` file

## v2.1.1

#### Bug Fixes

- Bug fixes where all the props are required
- Improve validations

## v2.1.0

#### Enhancements

- Convert the whole architecture to Typescript
- Update Eslint rules

## v2.0.6

#### Documentation

- Add prerequisites to README.md

## v2.0.5

#### Bug Fixes

- Remove BrowserRouter usage
- Added react-router-dom as a peer-dependency

## v2.0.4

#### Documentation

- Comment Added
- JSDoc Added

## v2.0.3

#### Documentation

- Update README.md
- Add public awareness to README.md

## v2.0.2

#### Dependency Updates

- React support for `react@^16.8.0` and later
- React-DOM support for `react-dom@^16.8.0` and later
- Added react-router-dom to dependencies

## v2.0.1

#### Documentation

- Update README.md

## v2.0.0

#### Features

- **Initial Release**
