Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Latest commit

 

History

History
5 lines (5 loc) · 366 Bytes

BREAKING_CHANGES.md

File metadata and controls

5 lines (5 loc) · 366 Bytes

version 0.8.0

  • Order of arguments changed for defint in nerdamer.convertToLaTeX
  • nerdamer.toRPN not returns array of tokens. Token class can be found in Parser.classes
  • The Operator class was removed. A simple object can be passed to method
  • nerdamer.setOperator and nerdamer.getOperators have been deprecated. Use core.PARSER.setOperator instead.