Skip to content

Releases: baka397/func-formula-parser

1.1.0

04 Sep 08:11
0dd75c8
Compare
Choose a tag to compare
  • Add new type: comment, now you can use like this:
// This is a comment
IF(a >= 0,/** This is a inline comment */ a, -1)
  • Add new sub type: string, you can use it in function, like this:
GAME_SALES('God of War')
  • Fix source token's count error

1.0.1

03 Sep 10:04
a74a7e6
Compare
Choose a tag to compare
  • Fix an error about token's type

1.0.0

03 Sep 09:13
88d615e
Compare
Choose a tag to compare
  • Modify scripts
  • Fix typescript & lint error

0.1.8

18 Sep 07:40
f4e8254
Compare
Choose a tag to compare
  • Fix TYPE_OPERAND variable & number bug
  • Fix multi-level nested function rollback bug

0.1.7

10 Sep 05:57
f409b57
Compare
Choose a tag to compare
  • Fix a cache bug that can cause token parse error pass

0.1.6

31 Aug 02:50
Compare
Choose a tag to compare
  • Fix d.ts bug

0.1.5

31 Aug 02:49
Compare
Choose a tag to compare
  • Fix emtpy function parser node bug

0.1.4

31 Aug 02:49
Compare
Choose a tag to compare
  • Fix empty function bug

0.1.3

31 Aug 02:48
Compare
Choose a tag to compare
  • Fix function expect type bug

0.1.2

31 Aug 02:46
Compare
Choose a tag to compare
  • Add chinese symbol
  • Add dist file