Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions .changeset/wide-planes-nail.md

This file was deleted.

13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# @exactly/lib

## 0.1.0

### Minor Changes

- [`70b3d90`](https://github.com/exactly/lib/commit/70b3d9019467d80ae1a1ab1be107bf4cac4b427f) Thanks [@cruzdanilo](https://github.com/cruzdanilo)! - 🔖 exactly lib v0.1 featuring:
- auditor: account health and risk utilities for liquidity, borrow capacity, health, and safe withdrawals
- fixed-point math: 1e18 fixed-point primitives for arithmetic, exponential/logarithmic, roots, bounds, and scaling constants
- installments: tools to compute effective rates and split notional across periods with time helpers
- interest-rate model: fixed and floating rate calculations, utilization metrics, maturities, and model parameters
- market: calculators for fixed position repayment and floating deposit rate estimation
- vector: lightweight numeric vector arithmetic, mapping, aggregation, and element-wise helpers
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@exactly/lib",
"version": "0.0.1",
"version": "0.1.0",
"homepage": "https://exact.ly",
"repository": "github:exactly/lib",
"scripts": {
Expand Down
Loading