Skip to content

Releases: jcornaz/beancount-parser

v1.11.0

27 Jan 00:15
Compare
Choose a tag to compare

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

23 Jan 19:37
Compare
Choose a tag to compare

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

11 Jan 19:33
Compare
Choose a tag to compare

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

09 Jan 00:18
Compare
Choose a tag to compare

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

13 Dec 00:26
Compare
Choose a tag to compare

1.9.0 (2022-12-13)

Features

  • Implement Hash for Account and account::Type (#17) (84b3df0)

v1.8.5

21 Nov 00:29
Compare
Choose a tag to compare

1.8.5 (2022-11-21)

Features

  • unstable: Amount sum (dc68b38)
  • unstable: introduce BalancedTransaction type (988f801)

v1.8.4

20 Nov 00:29
Compare
Choose a tag to compare

1.8.4 (2022-11-20)

Bug Fixes

  • unstable: fix error line-number after a multiline transaction (93625ba)

v1.8.3

19 Nov 08:49
Compare
Choose a tag to compare

1.8.3 (2022-11-19)

Features

  • unstable: line number on error type (b2edd5c)

Documentation

  • changelog: add changelog file (83b2800)
  • readme: update MSRV (257a6f2)

v1.8.2

14 Nov 00:26
Compare
Choose a tag to compare

1.8.2 (2022-11-14)

Documentation

  • show API behind feature flags on docs.rs (f72613e)

v1.8.1

11 Nov 00:31
f635c66
Compare
Choose a tag to compare

1.8.1 (2022-11-11)

Documentation