Releases: eshaham/israeli-bank-scrapers
Releases · eshaham/israeli-bank-scrapers
v0.5.4
Changes:
- use ISO Strings instead of Date Objects in transaction dates (thanks @asfktz)
- added support for transactions that are postponed for 2 months in Leumi Card (thanks @chilikla)
- added support for withdrawal transactions in Visa Cal (thanks @ifeins)
- convert wrong currency
NIS
toILS
in Isracard and Amex (thanks @asfktz) - extract a
BaseScraper
which works without a browser (used in Visa Cal) - add option to show browser while scraping
v0.5.3
v0.5.2
Changes in this release:
- Added support for Visa Cal (thanks @nginsler)
- Created a CONTRIBUTING guide
- Fixed discount scraper following login screen changes
- Fixed a bug in the method Isracard and Amex scrapers use to fetch data
- Upgrade puppeteer to v1.0.0
v0.5.1
v0.5.0
v0.4.1
v0.4.0
Notice, this version includes some breaking changes!
Changes:
- entry point for usage of scrapers now uses
createScraper()
function instead of specific scraper functions - return a metadata object which contains info about available scrapers
- transaction amounts now return as either
chargedAmount
andactualAmount
- removed oldamount
property - make credit card scrapers return negative amounts for all transactions (positive values for refunds of course)
- add a transaction
type
property, which returns as eithernormal
orinstallments
- changed the way a scraper notifies about progress - use the
onProgress()
function to register your handler