All notable changes to this project will be documented in this file. The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Adds bank constants in nodejs
- Adds offline bank details fetch method in ruby.
- Adds support for
upi: true
flag inbanks.json
- Adds
UPI: true/false
flag inIFSC.csv
andby-banks
JSON files
- Improves coverage of bank constants in ruby.
1.4.10 - 2020-01-02
- Metadata Updates
- Support for patches that can override data for specific IFSC codes
- NEFT Block for certain banks:
- Bank Of Ceylon
- Krung Thai Bank
- Kaveri Grameena Bank
- Kerala Gramin Bank
- Pragathi Krishna Gramin Bank
- Sbm Bank Mauritius Ltd
1.4.9 - 2019-11-07
- Metadata Updates
1.4.7 - 2019-10-14
- Minor Metadata updates
1.4.6 - 2019-09-05
- Metadata updates
- Catholic Syrian Bank is renamed to CSB Bank
1.4.5 - 2019-07-15
- Regular Metadata Updates
1.4.4 - 2019-06-17
- Regular Metadata Updates
- Adds support for custom sublets. (#114)
1.4.2 - 2019-05-16
- Regular Metadata Updates
1.4.1 - 2019-04-25
- Parsing of empty/NA MICR/IINs/IFSCs in NPCI ACH List. #100
- Updated list of sublets to remove all exceptions
- Regular Metadata Changes. See [Release Page][1.4.0] for a list.
- One new Bank:
AJAR
- Adds NPCI-only IFSCs from https://www.npci.org.in/national-automated-clearing-live-members-1. See #100 and #109 for some more details.
- A
NEFT=true|false
flag is added on all datasets, which will get added to the API with this release. - A
IMPS=true|false
flag is added, which is currently in alpha. There is not enough clarity around this yet (See #109), so please don't use this in production yet. This can be removed at any time. Feedback on the correctness of this flag is welcome. - A MICR is now available for all rows. This will also reflect on the API.
- Parser speed and general improvements. Builds only take 3 minutes, and caching related stuff is removed.
- The parser converts XLS/XLSX files to CSV before parsing, which results in cleaner data in some cases.
- Removes some data formats (YAML/Large JSON) for cleaner code. If you were using them, please let create an issue.