Skip to content

v1.0.1

Choose a tag to compare

@CallMarcus CallMarcus released this 06 Jun 11:49
· 54 commits to main since this release

Patch release.

Fixed

  • Asset comparison recommendations (compareAssets): recommendations were generated from an unsorted list, so the "focus on the riskiest asset" advice depended on the order assets were passed in. They are now derived from the risk-sorted list and are order-independent.

Internal

  • Added an offline unit-test suite for asset_management.ts (validation, factor mapping, scoring, recommendations, and compareAssets); test suite is now 37 tests.
  • Aligned package.json version with the public release line (1.0.1).

Full Changelog: v1.0.0...v1.0.1