n26
Version:
Un-official node.js module for interact with your N26 (previously Number26) account
63 lines (36 loc) • 935 B
Markdown
# Change Log
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## [1.5.0] - 2017-02-06
Following december update, some endpoints change a bit.
### Changed
+ Me endpoint (less attributes)
+ Account endpoint
+ Card endpoint
## [1.4.0] - 2016-10-18
### Removed
+ Remove `recipients` method. Use `contacts` instead.
## [1.3.2] - 2016-08-10
### Updated
+ Update dev-deps
## [1.3.1] - 2016-08-08
### Added
+ Added [snyk](https://snyk.io) test / badge
### Updated
+ Update `promise-request`
## [1.3.0] - 2016-07-21
### Added
### Changed
+ Renamed number26 to n26
## [1.2.0] - 2016-06-26
### Added
+ Get CSV
+ Get statistics
+ Get transaction categories
## [1.1.0] - 2016-06-18
### Added
+ Get one card
+ Cards are now instance of `Card`
+ Add Set / get limits on card
+ Add Block / unblock on card
+ Better CLI for unmocked tests