# 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).

## [1.1.1] - 2021-07-02
- Fixed all compilation warning
- Updated Nan version

## [1.0.10] - 2019-03-23
- Strict mode enabled
- tslib dependency and helper removed

## [1.0.9] - 2019-03-17
### Changed
- Send method is now return boolean value

## [1.0.7] - 2019-03-3
### Fix
- Constant bug on node 11.x

## [1.0.6] - 2019-03-3
### Changed
- Removed OS restrictions

## [1.0.5] - 2019-02-16
### Added
- Added changelog file.
- Added eslint configuration.
- Added .gitignore file.

## [1.0.4] - 2019-02-15
### Changed
- Fixed deploy procedure.
- Updated package settings.
- Update README.md.

## [1.0.3] - 2019-02-15
### Added
- Init commit
