# Release history

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

<details>
  <summary><strong>Guiding Principles</strong></summary>

-   Changelogs are for humans, not machines.
-   There should be an entry for every single version.
-   The same types of changes should be grouped.
-   Versions and sections should be linkable.
-   The latest version comes first.
-   The release date of each versions is displayed.
-   Mention whether you follow Semantic Versioning.

</details>

<details>
  <summary><strong>Types of changes</strong></summary>

Changelog entries are classified using the following labels _(from [keep-a-changelog](http://keepachangelog.com/)_):

-   `Added` for new features.
-   `Changed` for changes in existing functionality.
-   `Deprecated` for soon-to-be removed features.
-   `Removed` for now removed features.
-   `Fixed` for any bug fixes.
-   `Security` in case of vulnerabilities.

</details>

## 1.5.8 (2022-02-23)

-   Security update of dependabot alerts

## 1.5.7 (2021-04-07)

-   Security update y18n version

## 1.5.6 (2020-12-28)

-   Security update jest version

## 1.5.5 (2020-09-11)

-   Fixed expression evaluator

## 1.5.4 (2020-08-21)

-   Fixed expression evaluator

## 1.5.3 (2020-07-31)

-   Remove Codecov of dependencies

## 1.5.2 (2020-07-29)

-   Changed homepage link

## 1.5.1 (2020-07-24)

-   Changed core.ts to accurate-core dependencies

## 1.4.21 (2020-07-23)

-   Security bump lodash from 4.17.15 to 4.17.19. See ([pull/2](https://github.com/Ipxxiao/accurate/pull/2))
-   Security bump codecov from 3.7.0 to 3.7.1. See ([pull/3](https://github.com/Ipxxiao/accurate/pull/3))

## 1.4.20 (2020-07-10)

-   Remove Rollup of dependencies

## 1.4.19 (2020-07-10)

-   Add changelog file

## 1.4.18 (2020-07-8)

-   Add ESLint dependencies

## 1.4.17 (2020-07-08)

-   Add Coveralls automated test code coverage

## 1.4.16 (2020-07-07)

-   Add the method alias addition, subtraction, multiplication and modulus

## 1.4.14 (2020-07-07)

-   Change update dependencies
-   Change npm to yarn

## 1.4.13 (2020-07-07)

-   Change revert methods name

## 1.4.10 (2020-07-03)

-   Change optimize code performance

## 1.4.1 (2020-06-17)

-   Add support arrays, and matrices

## 1.3.1 (2020-06-16)

-   Add expression evaluator
-   Change methods name

## 1.2.5 (2020-06-09)

-   Security bump codecov from 3.6.1 to 3.6.5. See ([pull/1](https://github.com/Ipxxiao/accurate/pull/1))

## 1.2.1 (2019-12-02)

-   Add ESLint checks
-   Add JSDoc document generation
-   Add Jest unit tests
-   Add continuous integration service Travis CI
-   Add integration test coverage tool Codecov
-   Change the process of build, test and release

## 1.0.15 (2019-11-21)

-   Add documentation comments
-   Change js to ts

## 1.0.7 (2019-04-15)

-   Security update lodash version to 4.17.14

## 1.0.5 (2019-04-11)

-   Improvements methods

## 1.0.2 (2019-04-10)

-   First release

[keep-a-changelog]: https://github.com/olivierlacan/keep-a-changelog
