- Refactor testing to be more general PR #5 (thanks @erikbrinkman).
- Node.js supported >=8.x.
- Refactor the code in es2015 style.
- Split the monolithic quadprog file.
- Update eslint 5.x.
- Add sixth example.
- Updated dev deps.
- Refactored tests with tape.
- Highlighted the note about the array index starts from 1 and not from zero in README.
- Updated dev deps.
- Fixed iterations and constraints condition issue #4 (thanks @castek).
- Added input arguments validation.
- Added third, fourth and fifth examples.
- Updated dev deps.
- Fixed Number.EPSILON regression issue #3 (thanks @cygnyx).
- Added Lagrangian PR #2 (thanks @cygnyx).
- Used Number.EPSILON instead of manually calculating machine epsilon.
- Updated Travis CI for latest version of node and iojs.
- Converted .eslintrc to YAML format.
- Added Grunt support.
- Fixed issue #1 (thanks @vladimir-konnov).
- Added eslint linting.
- Added Travis integration.
- Added asserts in the example.
- Fixed engine version in package file.
- Initial release.