2022-05-24 18:10:01 +00:00
|
|
|
# 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]
|
|
|
|
|
2022-07-13 14:21:23 +00:00
|
|
|
### Added
|
|
|
|
|
|
|
|
- New `Config` type to house the configuration parameters
|
2022-07-18 20:22:44 +00:00
|
|
|
- New field in `Owner` type to store toggle for payment confirmation
|
|
|
|
- New field in `Owner` type to store viewing key
|
2022-07-13 14:21:23 +00:00
|
|
|
|
2022-07-07 15:33:53 +00:00
|
|
|
### Changed
|
|
|
|
|
2022-07-18 20:22:44 +00:00
|
|
|
- Added alphabetic sorting to list of items
|
2022-07-13 14:21:23 +00:00
|
|
|
- Refactored code to use new `Config` type
|
2022-07-07 15:33:53 +00:00
|
|
|
- Enhance `decodeHexText` to support Unicode
|
|
|
|
- Enhance `encodeHexText` to support Unicode
|
2022-07-07 15:56:33 +00:00
|
|
|
- Update tests for encode/decode of memos
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
|
|
|
- Fixed test for looking for an order with incorrect ID
|
2022-07-13 14:21:23 +00:00
|
|
|
- Fixed payment scan to focus only on new transactions
|
2022-07-07 15:33:53 +00:00
|
|
|
|
|
|
|
## [0.1.0.2] - 2022-05-25
|
|
|
|
|
2022-05-24 18:10:01 +00:00
|
|
|
### Added
|
|
|
|
|
|
|
|
- Changelog
|
|
|
|
- `paid` field in ZGoOrder type
|
|
|
|
- Test for `api/order/:id` endpoint with an invalid ID
|
|
|
|
|
2022-07-07 15:33:53 +00:00
|
|
|
### Fixed
|
2022-05-24 18:10:01 +00:00
|
|
|
|
|
|
|
- Bug #1: crash when invalid ID was provided to `api/order/:id`
|
|
|
|
|
|
|
|
## [0.1.0.1] - 2022-05-20
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
- Parametrized fullnode credentials
|
|
|
|
|
|
|
|
## [0.1.0.0] - 2022-05-19
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
- BOSL license
|
|
|
|
- API end points
|
|
|
|
- Country
|
|
|
|
- Block
|
|
|
|
- Node address
|
|
|
|
- User
|
|
|
|
- Owner
|
|
|
|
- Order
|
|
|
|
- Item
|
|
|
|
- Processing
|
|
|
|
- Zcash transactions to ZGo items
|
|
|
|
- Convert login memos to Users
|
|
|
|
- Mark Owners as paid when payment is found on chain
|
|
|
|
- Mark Owners as expired when expiration date is reached
|