Releases: JuliaFinance/Ledgers.jl
Releases · JuliaFinance/Ledgers.jl
v0.8.1
Improve printing and allow Entry
to consist of different AccountType
s.
v0.8.0
Generlaize so methods are not tied to Account, but use abstract AccountType instead
- cleanup
- Remove iscontra
- Maye keyword arguments
- TypeVars
- Identifier
- Ledger
- A -> Type{A}
- Add AccountWrapper
v0.7.0
- Add convenient constructor and swap name <-> number order.
- Add convert method for AccountNumber
- Add indexes to AccountGroup
- Add getindex for AccountGroup
- Rename add_account! -> add_account
v0.6.0
Update
- Change AccountGroup parameter from <: Position to <: AccountType
- Add accounttype method
- Improve printing
- Remove AccountNode
- account -> ledgeraccount
- AccountNumber()
- add_account!
v0.5.0
Update
- Rename
Account
-> LedgerAccount
- Rename
AccountInfo
-> Account
Account
constructor can take a ledger keyword
- Add some default constructors
- Update for changes in dependencies, e.g.
USD
is a position type
v0.4.0
- Use the new convenience position types
- Remove import (use explicit module name instead)
WIP version using new Assets, Instruments, Currencies
Merge pull request #8 from JuliaFinance/spj/wip
WIP changes