Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
eaa0977
feat: Implement new config param, allowCircularReferences
Sep 9, 2025
71a78b0
feat: Implement circular ref handling, complete with test cases
Sep 10, 2025
c2d69b4
chore: Remove comments in new code
Sep 10, 2025
140dbf3
ci: first version of publish pipeline
Sep 12, 2025
1ccb19f
ci: Update publish workflow to run on master branch push
Sep 12, 2025
cdb13d9
ci: Update package.json to try and get deployment pipeline working
Sep 12, 2025
5a682b8
fix: update columnSearch & changes on last iteration of iterateCircul…
Sep 12, 2025
bbd2cba
chore: Update package version
Sep 12, 2025
0e92222
fix: Get around crashing with circular references by initialising all…
Sep 19, 2025
827fe0d
test: Use json payload for test financial model
Sep 19, 2025
26d24d9
chore: Update package version (v0.0.3)
Sep 19, 2025
8a6d4f2
fix: added initialComputedValues for circular dependencies
Adam-Dowsett Sep 29, 2025
e283475
added validation for initial computed values
Adam-Dowsett Sep 29, 2025
250bc88
pr comment fixes
Adam-Dowsett Sep 29, 2025
b7bc3be
fixed alphabetical and some prettier
Adam-Dowsett Sep 29, 2025
a0e72e7
type fixing
Adam-Dowsett Sep 29, 2025
a140ebf
chore: bumped version
Adam-Dowsett Sep 29, 2025
e75a39e
fix: Added InitialComputedValues type
Adam-Dowsett Sep 30, 2025
9762f24
fix: fixed the circular dependencies tests
Adam-Dowsett Sep 30, 2025
32df579
removed comments
Adam-Dowsett Sep 30, 2025
5f1f923
removed unused import
Adam-Dowsett Sep 30, 2025
4d68913
removed unused params
Adam-Dowsett Sep 30, 2025
f25839f
removed js docs
Adam-Dowsett Sep 30, 2025
f1e2fbd
chore: bumped package version
Adam-Dowsett Sep 30, 2025
190ccb8
fix: respect evaluateNullToZero config in Exporter and allow null in …
Adam-Dowsett Feb 6, 2026
c578dca
chore: bumped version
Adam-Dowsett Feb 23, 2026
3c28bd2
chore: fix index matches
Mar 13, 2026
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
47 changes: 0 additions & 47 deletions .github/ISSUE_TEMPLATE/bug_report.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions .github/ISSUE_TEMPLATE/config.yml

This file was deleted.

18 changes: 0 additions & 18 deletions .github/ISSUE_TEMPLATE/improve_docs.yaml

This file was deleted.

14 changes: 0 additions & 14 deletions .github/codecov.yml

This file was deleted.

30 changes: 0 additions & 30 deletions .github/pull_request_template.md

This file was deleted.

35 changes: 0 additions & 35 deletions .github/workflows/audit.yml

This file was deleted.

39 changes: 0 additions & 39 deletions .github/workflows/build-docs.yml

This file was deleted.

41 changes: 0 additions & 41 deletions .github/workflows/build.yml

This file was deleted.

50 changes: 0 additions & 50 deletions .github/workflows/codeql.yml

This file was deleted.

39 changes: 0 additions & 39 deletions .github/workflows/lint.yml

This file was deleted.

69 changes: 0 additions & 69 deletions .github/workflows/performance.yml

This file was deleted.

Loading
Loading