brents-method
Version:
A root solver for functions using Brent's Method.
31 lines (18 loc) • 697 B
Markdown
# 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).
## [Unreleased]
## [2.0.1] - 2020-07-18
### Removed
- .npmignore
## [2.0.0] - 2020-07-18
### Changed
- Changed the [license](./LICENSE.md).
- Completely rewrote the implementation. This should provide much more robust functionality (and I have a higher degree of confidence in it's accuracy).
- Updated the readme
- Changed to local eslint and updated config.
- Added a few things to the .gitignore
### Added
- This changelog
- Tests!