Skip to content

Releases: therepanic/funpay4j

1.0.6

06 Apr 21:19

Choose a tag to compare

What's Changed

  • Add example with AdvancedSellerReview in examples module and update Java version by @panic08 in #74
  • Run builds on push and exclude draft pull requests by @panic08 in #77
  • Consider splitting into three separate modules core, client, utils by @panic08 in #81
  • Add better codestyle javadoc validation than we have now by @panic08 in #82
  • Switch from checkstyle to spotless by @panic08 in #83
  • Add GetTransactions command by @panic08 in #84
  • Make Version Catalog instead of storing the version in the main build.gradle by @panic08 in #88

Full Changelog: 1.0.5...1.0.6

1.0.6beta

27 Mar 17:41
c9e7708

Choose a tag to compare

1.0.6beta Pre-release
Pre-release

What's Changed

  • Add example with AdvancedSellerReview in examples module and update Java version by @panic08 in #74
  • Run builds on push and exclude draft pull requests by @panic08 in #77
  • Consider splitting into three separate modules core, client, utils by @panic08 in #81
  • Add better codestyle javadoc validation than we have now by @panic08 in #82
  • Switch from checkstyle to spotless by @panic08 in #83
  • Add GetTransactions command by @panic08 in #84
  • Make Version Catalog instead of storing the version in the main build.gradle by @panic08 in #88

Full Changelog: 1.0.5...1.0.6beta

1.0.5

01 Jan 19:14
899868e

Choose a tag to compare

  • 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

25 Nov 20:01
f083bf5

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

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

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

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

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

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

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()