Skip to content

Latest commit

 

History

History
45 lines (34 loc) · 1.49 KB

CHANGELOG.md

File metadata and controls

45 lines (34 loc) · 1.49 KB

Changelog

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

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.3.1 - 2020-07-13

Added

  • Support for decimal commas.

Fixed

  • Operators after trigonometric functions are now correctly handled.
  • Correctly support other types of matrix environments than just matrix.

1.2.0 - 2019-06-25

Changed

  • Functions following trigonometric functions are not included as arguments to trigonometric function.

Fixed

  • Fractions are wrapped with brackets to ensure the correctness of subsequent expressions.

1.1.0 - 2019-04-22

Added

  • Piped expressions are now supported.

1.0.4 - 2019-01-27

Added

  • Added documentation for options and methods in README file.
  • Badge for the current npm version in README file.

1.0.3 - 2019-01-22

Changed

  • Update listing of distributed files in README file.

1.0.2 - 2019-01-22