Revision history for Finance-Bank-ID-BCA
0.23 2012-03-13
[FIXES]
- Fix recent few weeks' connection reset problem with KlikBCA servers
due to rejection of TE request header. We now instruct LWP to avoid
sending TE header.
0.22 2012-02-08
- Add script: parse-bca-statement (a simple script that calls
parse_statement() and dumps result to YAML)
- Add option to parse_statement(): return_datetime_obj, to allow
returning dates as 'YYYY-MM-DD HH:mm:SS' strings instead of DateTime
objects.
- Add note that parsing copy-pasted text from GUI browser is deprecated.
0.21 2011-06-29
No functional changes. Avoid warning in WWW::Mechanize due to setting
an environment variable (HTTPS_CA_DIR) to undef.
0.20 2011-06-17
No functional changes. Add missing dependencies to App::Options [CT].
0.19 2011-06-15
No functional changes. Fixed missing dependencies [CT].
0.18 2011-06-10
No functional changes. Moved script from examples/ to bin/.
0.17 2011-03-08
- switch from Moose to Moo
0.16 2010-12-21
- more helpful error messages when checking total debit/credit
0.15 2010-12-16
- add skip_NEXT
0.14 2010-12-03
- change example script to use Log::Any::App
0.13 2010-10-14
- also count skipped transactions when totalling debit/credit
0.12 2010-09-23
- enable verify_https in example script
- minor doc update
0.10 2010-09-23
- add verify_https option (suggested by William Shallum, RT#61409)
0.09 2010-06-17
- build fixes
0.08 2010-06-11
- INCOMPATIBLE CHANGE: parse_statement now always returns
3-element arrayref instead of depending on list/scalar
context. Sorry for this, I'm trying make all my HTTP-style
interface consistent.
0.07 2010-02-17
- switch from Moose to Any::Moose (+Mouse as dependency)
0.06 2010-01-13
- remove "use Log::Log4perl" in test script
0.05 2010-01-07
- switch from Log::Log4perl to Log::Any
- switch from MakeMaker to Module::Builder
0.04 2009-11-26
- handle float round-off error on matching total credit vs debit
0.03 2009-11-11
- Now also parses copy-pasted text from Chrome (4.0 Linux) for KlikBCA
Personal.
- BIAYA ADM is also possible outside Mon-Fri for Personal accounts.
0.02 2009-10-20
- Now also parses the English version of KlikBCA Personal.
- A few minor fixes.
0.01 2009-10-14
First release.