Skip to content

Releases: isaacphysics/inequality

v1.1.1

09 Sep 10:46
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.1.1

v1.0.0

06 Oct 13:05
Compare
Choose a tag to compare
  • Dependency updates
  • Add documentation

Full Changelog: v0.9.37...v1.0.0

Release 0.9.35

04 Jul 14:54
Compare
Choose a tag to compare
  • Drops Differentials while flattening Derivatives
  • Avoids confusion with mixed numbers while generating LaTeX code
    • This treats numeric and non-numeric fractions the same, so a/2 or 3/t will also be surrounded by brackets. I'd rather fix this now and make it elegant another time.

Release 0.9.34

24 Jun 12:16
Compare
Choose a tag to compare

Fixes token generation for Derivative.

Full Changelog: v0.9.33...v0.9.34

Release 0.9.32

14 Oct 13:56
Compare
Choose a tag to compare

Upgrade Inequality to use more of the TypeScript type system and tighten things up a bit. More work on this to come.

Release 0.9.31

14 Oct 13:51
Compare
Choose a tag to compare

Set p5 and lodash as peer dependencies so they don't get bundled.

Release 0.9.30

09 Apr 13:37
Compare
Choose a tag to compare
  • Render square brackets correctly
  • Various dependency upgrades

v0.9.19

06 Apr 13:52
Compare
Choose a tag to compare
  • 20d5da4 ⬆️ Address vulnerability alert for minimist

v0.9.18

06 Apr 13:51
Compare
Choose a tag to compare
  • 303402d 🎨 Temporary switch back from \equiv to = for logic.
  • d1e2a32 ⬆️ Various dependency upgrades.

v0.9.17

05 Mar 13:51
Compare
Choose a tag to compare
  • 656ae81 🐛 Upgrade p5.js to 1.0.0 fixes a number of bugs for free.
  • e46ac2e ⬆️ Upgrade all the dependencies!