Releases: panic08/funpay4j
Releases · panic08/funpay4j
1.0.5
- Create “sellerReplyText” field in SellerReview
- Expand SellerReview when viewing your own reviews
- Add “createdAt” to AdvancedSellerReview
- Refactor build.gradle to streamline Lombok configuration
- Remove arguments from GetSellerReviews, GetUser commands in AuthorizedFunPayExecutor
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
1.0.3beta
- 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
1.0.2
- Added GetSellerReviews command
- Added lastSeenAt field to User
- Threw error if user is not a seller in JsoupFunPayParser:parseSellerReviews()
- Fixed NullPointerException when parsing a banned User
1.0.2beta
- Added GetSellerReviews command
- Added lastSeenAt field to User
1.0.1
- Changed registeredAt field from String to Date for User
- Migrated core module to UTF-8
- Fixed value in params in Offer in parseOffer()
- Setted @nullable on avatarPhotoLink at User, PreviewUser
1.0.1beta
- Changed registeredAt field from String to Date for User
- Migrated core module to UTF-8
- Fixed value in params in Offer in parseOffer()
1.0.0
Initiated initial versions and added basic methods