monzolib
Version:
Fully Featured JS/Node Monzo Library
24 lines (17 loc) • 714 B
Markdown
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
## [0.0.2] - 2017-08-30
### Fixed
- NPM prepare script now builds typescript files before publishing.
## [0.0.1] - 2017-08-30
### Added
- Complete Account implementation.
- Complete Amount implementation.
- Complete Attachment implementation.
- Complete Merchant implementation.
- Complete Transaction implementation.
- Several helper functions.
[0.0.2]: https://github.com/robjtede/monzolib/compare/v0.0.1...v0.0.2
[0.0.1]: https://github.com/robjtede/monzolib/compare/b4bb9c...v0.0.1