Skip to content

Releases: panic08/funpay4j

1.0.4

25 Nov 20:01
f083bf5
Compare
Choose a tag to compare
  • 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

27 Oct 15:38
ba35aec
Compare
Choose a tag to compare
  • 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

21 Oct 14:03
a0368b4
Compare
Choose a tag to compare
1.0.3beta Pre-release
Pre-release
  • 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

12 Oct 14:46
b87bb24
Compare
Choose a tag to compare
  • 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

11 Oct 15:48
21a16eb
Compare
Choose a tag to compare
1.0.2beta Pre-release
Pre-release
  • Added GetSellerReviews command
  • Added lastSeenAt field to User

1.0.1

09 Oct 17:14
c1b9704
Compare
Choose a tag to compare
  • 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

08 Oct 18:55
0e2630a
Compare
Choose a tag to compare
1.0.1beta Pre-release
Pre-release
  • 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

05 Oct 16:22
de57d56
Compare
Choose a tag to compare

Initiated initial versions and added basic methods