Skip to content

Releases: sharkdp/insect

v4.2.0

16 Apr 08:46
Compare
Choose a tag to compare
  • Fix for older versions of nodejs, see #65

v4.0.3

16 Apr 08:49
Compare
Choose a tag to compare
  • Various bug fixes

v4.0.2

04 Apr 18:38
Compare
Choose a tag to compare
  • Added US customary units, see #64

v4.0.0

31 Mar 11:46
Compare
Choose a tag to compare
  • Improved simplifcation of quantities: 15km/h * 30min evaluates to 7.5km.
  • to and as aliases for the -> conversion operator.
  • Add Support for US Liquid Gallon (@sharkbrainguy).
  • Improved SI base representation in unification errors.
  • Updated documentation.

v3.0.0

26 Mar 19:30
Compare
Choose a tag to compare
  • pretty printing of expressions, see #34
  • better syntax highlighting

v2.5.0

26 Mar 11:52
Compare
Choose a tag to compare
  • Tab completion for CLI
  • Saved history for CLI, see #35

v2.4.0

25 Mar 16:50
Compare
Choose a tag to compare
  • Improved output style (syntax highlighting, list of variables, etc.), see #56
  • Better error messages, see #37
  • Arbitrary precision input
  • Detection of numerical errors, see #30

v2.3.0

24 Mar 13:56
Compare
Choose a tag to compare

Features:

  • Support all SI units + derived SI units, see #39
  • Tab completion for mathematical functions, units and identifiers
  • A lot of new physical constants

Bugfixes:

  • Fail on name clashes with units and functions, see #29
  • Allow '²' and '³' to be followed by '*', see #53
  • Proper handling of identifiers that start with 'e', see #51
  • Fix unit parser, see #55

Changes:

  • Change short form of 'byte' from 'b' to 'B', fixes #46

v2.2.0

24 Mar 13:53
Compare
Choose a tag to compare
  • Proper clear and quit commands