Releases: isaacphysics/inequality
Releases · isaacphysics/inequality
v1.2.2
v.1.2.1
v.1.2.0
v1.1.5
v.1.1.4
v1.1.3
v1.1.2
What's Changed
- Fix -1 binary operation shortcut by @skyepurchase in #7
Full Changelog: v1.1.1...v1.1.2
v1.1.1
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
- @skyepurchase made their first contribution in #3
- @dependabot made their first contribution in #4
- @jacbn made their first contribution in #5
Full Changelog: v1.1.0...v1.1.1
v1.0.0
- Dependency updates
- Add documentation
Full Changelog: v0.9.37...v1.0.0
Release 0.9.35
- 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
or3/t
will also be surrounded by brackets. I'd rather fix this now and make it elegant another time.
- This treats numeric and non-numeric fractions the same, so