Releases: eshaham/israeli-bank-scrapers
Releases · eshaham/israeli-bank-scrapers
v0.6.3
v0.6.2
v0.6.1
Changes in this release:
v0.6.0
Changes in this release:
- Added Otsar Hahayal scraper (thanks @matanelgabsi 👍)
- Added a playground system to allow users to easily run scrapers and test changes locally (a big shoutout to @esakal 👍)
- Return pending transactions and add a status property to a transaction with values
PENDING
orCOMPLETED
(thanks @asfktz and @esakal) - Return memo field for all transactions (thanks @esakal)
- Performence improvements in LeumiCard scraper
- Support paging when many transactions in Leumi Card scraper
- Support all login error results in Leumi Card scraper (thanks @esakal)
- Support all login error results in Visa Cal scraper
- Support all experiments done by Hapoalim (thanks @esakal)
- Add support for some missing transaction types in Leumi Card and Visa Cal scrapers
- Other minor bug fixes (thanks @esakal)
v0.5.5
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