Skip to content

v1.0.0-alpha.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 16 Sep 20:02

1.0.0-alpha.3 (2022-09-16)

⚠ BREAKING CHANGES

  • The type of item returned by the Parser iterator
    has changed from Result<(Date, Directive), Error> to Result<Directive, Error>.
    This is because not all directives have a date. So this change will make possible to support
    more directives in the future without breaking the API.

Features

  • Include date on Transaction type (743c136)

Refactor

  • Iterate directives instead of date-directive tuples (3391822)

Documentation

  • Document the Account type (3e22b67)
  • Document the Date type (18eb0b4)
  • Document the Directive type (ce9cdf4)
  • Document the Transaction and Posting types (8b51e47)