Releases: timrogers/formanator
Releases · timrogers/formanator
v1.8.1
1.8.1 (2025-06-05)
Bug Fixes
- improve Forma error handling to show error message returned by Forma (18f8fae)
v1.8.0
1.8.0 (2025-06-04)
Features
- add
list-claims
command for viewing previously submitted claims (e1f0c8c)
v1.7.1
1.7.1 (2025-06-02)
Bug Fixes
- handle expired Forma credentials with better error message (79cb9c2)
v1.7.0
1.7.0 (2025-06-02)
Features
- add submit-receipts-from-directory command for batch receipt processing (0955edc)
v1.6.0
1.6.0 (2025-06-02)
Features
- update submit-claim command to allow inferring all details from the receipt (#422) (c8a73c5)
v1.5.0
1.5.0 (2025-05-31)
Bug Fixes
- auto-fix ESLint issues (cf7f2f5)
- submit claim when details not inferred (8facd8a)
Features
- add support for GitHub Models (9f0cbb2)
- add support for setting email as env variable (273c4c0)
v1.4.0
1.4.0 (2023-08-01)
Bug Fixes
- avoid loading benefits and categories from Forma for every claim in (a0cc99d)
- correct spelling mistake in help text for
submit-claims-from-csv
(9ca524f)
- print the correct error message when submitting a claim fails in (9448fa9)
Features
- add
validate-csv
command for validating a claims CSV before (938e022), closes #7
- add support for attaching multiple receipts (files) to a claim (26356e2), closes #8
- add support for inferring benefit and category with OpenAI when (f83dbad), closes #6
- reference the row number as well as claim index in (d81c7e9)
v1.3.0
1.3.0 (2023-07-31)
Features
- expose current version in CLI with
--version
/-V
(7636259)
v1.2.0
1.2.0 (2023-07-30)
Bug Fixes
- use a cheaper and more appropriate OpenAI model (b5895db)
Features
- remove restriction on Node.js versions before v18 (974d02b)
v1.1.0
1.1.0 (2023-07-30)
Bug Fixes
- rename the
--access_token
option to --access-token
(f262143)
Features
- add support for inferring the benefit and category for a single claim with OpenAI (41f59b1)