Skip to content

Tags: Utilpedia/stdlib

Tags

v0.3.1

Toggle v0.3.1's commit message
v0.3.1 - Fix color package build output

v0.3.0

Toggle v0.3.0's commit message
v0.3.0 - Add @utilpedia/color package

New Features:
- Add @utilpedia/color package for color format conversion
- Support 13 formats: HEX, RGB, RGBA, HSL, HSLA, HSV, HSVA, LAB, LCH, OKLCH, XYZ, CMYK, Pantone
- Support 4 color spaces: sRGB, Display P3, Adobe RGB, ProPhoto RGB
- Bradford chromatic adaptation for D65/D50 white point conversion
- Pantone lookup with 20,970 colors (lazy-loaded for performance)
- Comprehensive test suite (297 tests)
- Reference values tested against CSS Color 4 specification

v0.2.0

Toggle v0.2.0's commit message
v0.2.0: Unified simpleInterest API

BREAKING CHANGES:
- Merged simpleInterest and simpleInterestSchedule into single function
- simpleInterest now returns schedule by default
- Function is unit-agnostic (ratePerPeriod, periods instead of annualRate, years)

New API:
  simpleInterest(principal, ratePerPeriod, periods) -> { interest, finalBalance, schedule }

v0.1.1

Toggle v0.1.1's commit message
v0.1.1: Add simple interest calculator

v0.1.0

Toggle v0.1.0's commit message
Initial release with @utilpedia/math