Skip to content

Latest commit

 

History

History
42 lines (34 loc) · 977 Bytes

CHANGELOG.md

File metadata and controls

42 lines (34 loc) · 977 Bytes

2.0.0

  • Null Safety
  • Fixed minor bugs
  • No functional change from 1.0.0
  • Add population-based sample and variance methods.

1.0.0 - 1.0.0+1

  • Fixed bugs
  • Reworked APIs to extensions where possible
  • Started large test suite
  • Relicensed to MPL 2.0

0.3.1+1

  • Major README issue
  • No functional change

0.3.1

  • StarLinkedList() introduced
  • Documentation edits
  • Significant README revamp

0.2.3+1 (9/2/2019)

  • Hotfix for misrepresentative README issue

0.2.3 (9/2/2019)

  • Introducing Cubic and Quartic Regression to StarStatsXY()
  • README and documentation edits

0.2.2 (9/2/2019)

  • Introducing Quadratic Regression to StarStatsXY()
  • README and documentation edits

0.2.1 (8/30/2019)

  • Introducing StarCollectionUtils()
  • Documentation improvement
  • README edits

0.1.1 (8/30/2019)

  • Initial version
  • Built and finished building StarMathUtils()
  • Started StarStats() and StarStatsXY()
  • More to come...