Releases: jcornaz/beancount-parser
Releases · jcornaz/beancount-parser
v1.11.0
1.11.0 (2023-01-27)
Features
Bug Fixes
- postings not parsed when transaction has metadata (d6be280)
Documentation
- readme: fix typo (04b8693)
- readme: link to beancount doc and typo fixes (74872a6)
v1.10.1
1.10.1 (2023-01-23)
Bug Fixes
- failure to parse currencies with numbers or special chars (#21) (d5f548e)
- failure to parse terminal decimal points (#19) (0e31ae4)
- incorrect lot attributes parsing (#20) (04c2d9a)
Many thanks to @jeffwheeler for the bug fixes.
v1.10.0
1.10.0 (2023-01-11)
Features
- extend the lifetime of items returned by
Account::components()
(c56d5b1)
Unstable API removed
- unstable: Remove transaction balancing and amount sum logic (a6fb067)
v1.9.1
1.9.1 (2023-01-09)
Documentation
- readme: add rustc badge (f0becaf)
- readme: fix build badge url (1cbdcc1)
- readme: remove build badge (7df7d5a)
- readme: update rustc badge (4a9a6c3)
v1.9.0
1.9.0 (2022-12-13)
Features
- Implement
Hash
for Account
and account::Type
(#17) (84b3df0)
v1.8.5
1.8.5 (2022-11-21)
Features
- unstable: Amount sum (dc68b38)
- unstable: introduce
BalancedTransaction
type (988f801)
v1.8.4
1.8.4 (2022-11-20)
Bug Fixes
- unstable: fix error line-number after a multiline transaction (93625ba)
v1.8.3
1.8.3 (2022-11-19)
Features
- unstable: line number on error type (b2edd5c)
Documentation
v1.8.2
1.8.2 (2022-11-14)
Documentation
- show API behind feature flags on docs.rs (f72613e)
v1.8.1
1.8.1 (2022-11-11)
Documentation