Skip to content

Releases: hachther/mesomb-java

2.0.0

05 Mar 15:51
Compare
Choose a tag to compare

Added

  • Add fundraising operations
  • Add wallet operations
  • Add refund transaction operation

=== BREAKING CHANGES ===

  • Parameters for make_collect and make_deposit are not more passed as dict but as keyword arguments
  • Remove security operations
  • Change parameter ts(str) to date(datetime) in Transaction class

1.1.2

26 Jul 17:41
Compare
Choose a tag to compare

Fix bug of request body stringify

1.1.1

03 Jul 19:47
Compare
Choose a tag to compare

Full Changelog: 1.1.0...1.1.1

1.1.0

23 Jun 18:00
Compare
Choose a tag to compare

=== BREAKING CHANGES ===
Only one parameter is now passed to makeDeposit and makeCollect. The parameter is a Map that will contain all details of your request.

1.0.3

06 May 14:45
Compare
Choose a tag to compare

Integration with jitpack.io

1.0.2

06 May 14:44
Compare
Choose a tag to compare

Update gradle config and make the code compatible with JAVA 1.8

1.0.1

24 Mar 14:22
Compare
Choose a tag to compare
- Reorganize some parts of the code

- Implementation of checkTransaction of the endpoint to check the status of a transaction at the operator level