Sha256: 2b7c0532091ef73e1f687ea6fa5168f4afa1952fd5324f53e7262641d2102b72
Contents?: true
Size: 1.53 KB
Versions: 1
Compression:
Stored size: 1.53 KB
Contents
# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] ## [1.4.0] - 2019-04-19 ### Added - 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. ### Changed - 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. ### Removed - Removes some data formats (YAML/Large JSON) for cleaner code. If you were using them, please let create an issue. [unreleased]: https://github.com/razorpay/ifsc/compare/1.4.0...HEAD [1.4.0]: https://github.com/razorpay/ifsc/releases/tag/1.4.0 [1.3.4]: https://github.com/razorpay/ifsc/releases/tag/1.3.4 [1.3.3]: https://github.com/razorpay/ifsc/releases/tag/1.3.3
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ifsc-1.4.0 | CHANGELOG.md |