Releases: LaunchPlatform/beancount-parser
Releases · LaunchPlatform/beancount-parser
1.2.3
Full Changelog: 1.2.2...1.2.3
1.2.0
Full Changelog: 1.1.0...1.2.0
1.1.0
Full Changelog: 1.0.1...1.1.0
1.0.1
1.0.0
What's Changed
- Fix #19 complex cost spec grammar by @fangpenlin in #20
Full Changelog: 0.2.0...1.0.0
0.2.0
Full Changelog: 0.1.24...0.2.0
0.1.23
Add support for multi-line escaped string
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