Releases: panic08/funpay4j
Releases · panic08/funpay4j
1.0.4
- Create an example module
- Improve java doc
- Remove repeated text about license
- Add CreateOffer command
- Add test for CreateOffer command
- Add EditOffer command
- Switch from primitives to wrapper classes in commands
- Add examples to CreateOffer, EditOffer in the example module
- Add DeleteOffer command
- Reduce the amount of HTML markup in resources/html/client
- Add CreateOfferImage command
- Make support for adding images to Offers
- Add mandatory JavaDoc validation and fixes related issues
- Remove PHPSESSID and csrf-token update when initializing AuthorizedFunPayExecutor instance and make it lazy
- Get rid of resources/img/client/updateAvatar.jpg in AuthorizedFunPayExecutorTest
- Improve code readability by unifying parseSellerReviews implementation
1.0.3
- Revert FunPayApiException to a checked exception
- Remove redundant options from core module from build.gradle
- Add AuthorizedFunPayExecutor
- Add UpdateAvatar command
- Add .github/workflows for a build
- Add gameId field to Lot
- Add RaiseAllOffers command
- Add exception types to FunPayParser