zgo-backend/CHANGELOG.md
2022-07-07 10:56:33 -05:00

1.1 KiB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Changed

  • Enhance decodeHexText to support Unicode
  • Enhance encodeHexText to support Unicode
  • Update tests for encode/decode of memos

Fixed

  • Fixed test for looking for an order with incorrect ID

[0.1.0.2] - 2022-05-25

Added

  • Changelog
  • paid field in ZGoOrder type
  • Test for api/order/:id endpoint with an invalid ID

Fixed

  • 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