Skip to content

v0.6.0: "Salami hops on the couch"

Compare
Choose a tag to compare
@ericyd ericyd released this 01 Feb 16:42
· 17 commits to main since this release
6c6503e

BREAKING CHANGES

  • BREAKING: Change Rectangle.prototype.corner() to a getter (2024-01-30, a9b03b9)
  • BREAKING: Rename Vector2.prototype.div to Vector2.prototype.divide to match other basic operator naming (2024-01-30, 66bb1eb)
  • BREAKING: Replace ColorSequence.fromHexes with ColorSequence.fromColors; return ColorHsl from ColorSequence.prototyp e.at (2024-01-26, 52e6fd5)

What's new

  • Add "Recursive triangle subdivision" example (2024-01-26, b6a844f)
  • Add ColorHsl.prototype.toHex (2024-01-26, 60f47ae)
  • Add opacify method to ColorRgb and ColorHsl (2024-01-26, d488c3a)
  • Allow Vector2 to be instantiated with one argument (2024-01-26, 3117de4)
  • Add Svg.prototype.contains() (2024-01-26, b1270d2)
  • Add Vector2.prototype.scale (alias for multiply) (2024-01-26, 71deacd)
  • Add Vector2.fromAngle (2024-01-26, [48e985e](48e985e
    86d8ff))
  • Clean up CompressorOptions property descriptions (2024-01-25, [ee68f4d](ee68f4d
    6740c5c4b46c70412e377187cd96062d4))
  • Fix Grid get/set typedefs (2024-01-25, [1a5c3cc](1a5c3cc
    0c725964))
  • Add Path.prototype.quadraticBezier (2024-01-25, [a5d8e41](a5d8e41eae7f0216750f5
    ed0a69b39599dc04b7a))
  • Clarify output range of Rng (2024-01-25, [ec148f0](ec148f0c353c061100e69cef3788
    c901e1e916a2))
  • Allow instantiating Oscillator with compressor options (2024-01-25, [570faa2](5
    70faa2148edcfbb13ffbae9106ab851fa491251))
  • Add reference to Gallery page (2024-01-19, [f94c435](f94c43508e637dce94104d7b441b
    8ecea00a6062))
  • Fix changelog script (2024-01-19, [5c9df98](5c9df98
    876))