Skip to content

Releases: LaunchPlatform/beancount-parser

1.2.3

Choose a tag to compare

@fangpenlin fangpenlin released this 09 May 18:38

Full Changelog: 1.2.2...1.2.3

1.2.0

Choose a tag to compare

@fangpenlin fangpenlin released this 06 May 00:39

Full Changelog: 1.1.0...1.2.0

1.1.0

Choose a tag to compare

@fangpenlin fangpenlin released this 05 May 21:42

Full Changelog: 1.0.1...1.1.0

1.0.1

Choose a tag to compare

@fangpenlin fangpenlin released this 05 May 17:10

What's Changed

New Contributors

  • @myyra made their first contribution in #21

Full Changelog: 1.0.0...1.0.1

1.0.0

Choose a tag to compare

@fangpenlin fangpenlin released this 05 May 16:56

What's Changed

Full Changelog: 0.2.0...1.0.0

0.2.0

Choose a tag to compare

@fangpenlin fangpenlin released this 14 May 19:04

Full Changelog: 0.1.24...0.2.0

0.1.23

Choose a tag to compare

@fangpenlin fangpenlin released this 07 Sep 03:31

What's Changed

  • Support number expression and use the official ACCOUNT rule by @SEIAROTg in #12
  • Support explicit balance tolerance syntax by @SEIAROTg in #14
  • Support for some Beancount Syntax Features by @codello in #15

New Contributors

Full Changelog: 0.1.21...0.1.23

Add support for multi-line escaped string

Choose a tag to compare

@fangpenlin fangpenlin released this 09 May 08:44

Fix #11, now multi-line escaped string value like

plugin "plugins.zerosum" "{
  'zerosum_accounts': {
    'Equity:Transfers': ('Equity:Transfers:Matched', 7),
  },
  'flag_unmatched': True
}"

is supported