Releases: jcornaz/beancount-parser
Releases · jcornaz/beancount-parser
v1.8.0
v1.7.0
v1.6.0
v1.5.0
v1.4.0
v1.3.1
v1.3.0
v1.2.0
v1.1.0
v1.0.0
1.0.0 (2022-10-11)
⚠ BREAKING CHANGES (since v1.0.0-alpha.4)
Type
is moved into theaccount
moduleFlag
,Posting
,PriceType
are moved to thetransaction
moduleConversionError
,Expression
,Value
are moved into theamount
module
Features
Directive::into_transaction
(1dafd9b)Directive::as_transaction
(8a497d2)Parser
iterator type (8844d5c)- conversion from
Value
intorust_decimal::Decimal
(3320543) - conversion of
Value
intof32
(a441f79) - conversion of
Value
intof64
(7e2f91d) - expression evaluation (03226fb)
- ignore comment lines (f8d318f)
- ignore unknown directives (75793e4)
- include date on
Transaction
type (743c136) - parse directives (dae1191)