Skip to content

Releases: isaacphysics/inequality

v1.2.2

21 Jan 14:55
Compare
Choose a tag to compare

What's Changed

  • Re-enable several docking points by @sjd210 in #12

Full Changelog: v.1.2.0...v1.2.2

v.1.2.1

21 Jan 14:55
Compare
Choose a tag to compare

What's Changed

Full Changelog: v.1.2.0...v.1.2.1

v.1.2.0

20 Dec 13:50
Compare
Choose a tag to compare

What's Changed

  • Remove additional chemistry/nuclear docking points by @sjd210 in #11

Full Changelog: v1.1.5...v.1.2.0

v1.1.5

13 Dec 16:45
Compare
Choose a tag to compare

What's Changed

  • Prevent undefined target element in makeInequality by @jacbn in #10

Full Changelog: v.1.1.4...v1.1.5

v.1.1.4

05 Nov 11:47
Compare
Choose a tag to compare

What's Changed

  • Allow Nuclear pre-scripts to be empty in textual form by @sjd210 in #9

Full Changelog: v1.1.3...v.1.1.4

v1.1.3

22 Oct 10:30
Compare
Choose a tag to compare

What's Changed

  • Use simplified fraction form for mhChem by @skyepurchase in #6
  • Remove prefix (Nuclear) docking points for Chemistry questions by @sjd210 in #8

New Contributors

  • @sjd210 made their first contribution in #8

Full Changelog: v1.1.2...v1.1.3

v1.1.2

22 Oct 10:29
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.1...v1.1.2

v1.1.1

09 Sep 10:46
Compare
Choose a tag to compare

What's Changed

  • ⬆️ Bump @babel/traverse from 7.21.2 to 7.25.3 by @dependabot in #4
  • Fix invisible elements on iOS by @jacbn in #5

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.