hledger_connector 0.3.0
hledger_connector: ^0.3.0 copied to clipboard
A library to connect with the hledger plain text accounting system https://hledger.org/.
0.1.0 #
- Initial version.
0.2.0 #
- Change the account name from an Account object to a string.
- Check if the account name is empty.
- Change the file path to a string.
- Check if the file path is empty before opening the file for writing.
- Other improvements.
0.3.0 #
- I am happy to introduce the journal parser that reads a file and returns a Transaction object.
- I added a large list to the Readme where you can see which ledger journal feature is already supported.
- Improvements of other parts of the code.