Skip to content

ledger v2.0.11

Latest
Compare
Choose a tag to compare
@trevorld trevorld released this 20 May 14:28
· 1 commit to master since this release
  • register_beancount() and register_hledger() now import a transaction id column (#21).
    Thanks @vikasrawal for suggestion.
  • register_beancount() now coerces the date column to a "Date" object.
    register_ledger() and register_hledger() already did so.
  • register_ledger() now trims the comment column with stringr::str_trim().