Skip to content

v1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Oct 20:42
· 647 commits to main since this release

1.0.0 (2022-10-11)

⚠ BREAKING CHANGES (since v1.0.0-alpha.4)

  • Type is moved into the account module
  • Flag, Posting, PriceType are moved to the transaction module
  • ConversionError, Expression, Value are moved into the amount module

Features

  • Directive::into_transaction (1dafd9b)
  • Directive::as_transaction (8a497d2)
  • Parser iterator type (8844d5c)
  • conversion from Value into rust_decimal::Decimal (3320543)
  • conversion of Value into f32 (a441f79)
  • conversion of Value into f64 (7e2f91d)
  • expression evaluation (03226fb)
  • ignore comment lines (f8d318f)
  • ignore unknown directives (75793e4)
  • include date on Transaction type (743c136)
  • parse directives (dae1191)