Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 358 Bytes

CHANGELOG.md

File metadata and controls

9 lines (7 loc) · 358 Bytes

Changelog

Version 1.0.1:

  • add Data object to transaction.
  • now you can specify the resource and attribute that hold any extra data to your transactions.
  • add notes attribute to transactions.
  • you can add any custom notes by setting it when creating transaction object setNote("Any Note").
  • write some test case for new implementation.