Skip to content

Releases: formancehq/numscript

v0.0.20

28 Oct 12:52
06a7199

Choose a tag to compare

  • improved test tool
  • implemented assets inference
  • first MCP prototype
  • fixes

v0.0.19

29 Jul 08:57
0bad42a

Choose a tag to compare

  • Changed the run command
  • Added the numscript test utility

v0.0.18

13 Jun 09:25
02e1423

Choose a tag to compare

bug fixes

v0.0.17

12 Jun 03:41
9d7ea1a

Choose a tag to compare

  • Added asset coloring mvp
  • fixed bugs

v0.0.16

08 Apr 11:27
25d9279

Choose a tag to compare

  • refactors
  • added get_asset and get_amount functions

v0.0.15

20 Mar 11:35
0d7e4f3

Choose a tag to compare

  • added --experimental-mid-script-function-call feature flag

v0.0.14

10 Mar 10:18
765dd19

Choose a tag to compare

fix release

v0.0.13

10 Mar 09:53
990caca

Choose a tag to compare

Fix release

v0.0.12

07 Mar 13:40
13e4e17

Choose a tag to compare

  • implemented account interpolation syntax
  • added "create variable" code action
  • added a GetNeededVariables to public API

v0.0.11

24 Feb 10:54
ca9646b

Choose a tag to compare

  • Allow parenthesis in expressions
  • implemented "/" operator
  • addedd experimental oneof combinator
  • improved static analysis and lsp
  • bug fixes