ng-banks
Version:
Light-weight zero dependency npm package that helps get nigerian banks
32 lines (20 loc) • 871 B
Markdown
# CHANGELOG
See [commit history on Github](https://github.com/BolajiOlajide/ng-banks/commits/master) for change history
## v2.0.0 - 2021-01-06
- Migrate project to typescript
## v1.0.0 - 2017-03-10
- Add generic banks to the package
- implement method to get all banks
## v1.1.0 - 2018-11-04
- change bank format to include universal CBN transaction code
- remove redundant banks such as Skye Bank
- add method to fetch single bank via slug or code
## v1.2.0 - 2018-01-09
- add callback functionality - giving the user ability to fetch response via callbacks or normally
- make use of a `json` data store instead of just a script
- add helper functions to the NGBanks class
## v1.3.0 - 2018-01-09
- remove non-existent banks
- update the database to reflect new banks
- add CBN bank lists to README for future reference
- update tests to use proper assertions