Skip to content

Releases: LaunchPlatform/beancount-parser

1.2.3

09 May 18:38
Compare
Choose a tag to compare

Full Changelog: 1.2.2...1.2.3

1.2.0

06 May 00:39
Compare
Choose a tag to compare

Full Changelog: 1.1.0...1.2.0

1.1.0

05 May 21:42
Compare
Choose a tag to compare

Full Changelog: 1.0.1...1.1.0

1.0.1

05 May 17:10
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @myyra made their first contribution in #21

Full Changelog: 1.0.0...1.0.1

1.0.0

05 May 16:56
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.0...1.0.0

0.2.0

14 May 19:04
Compare
Choose a tag to compare

Full Changelog: 0.1.24...0.2.0

0.1.23

07 Sep 03:31
Compare
Choose a tag to compare

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

09 May 08:44
Compare
Choose a tag to compare

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