Skip to content

v1.4.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 08 Jul 19:02
· 1 commit to master since this release

1.4.1 (2024-07-08)

Reverts

  • Revert "chore(release): 1.4.0 [skip ci]" (4441b70)

1.4.0 (2024-07-08)

Bug Fixes

  • GameJoltResult not implementing IEquatable (f70e8f3)
  • no error if AuthenticateFromCredentialsFileAsync is called with null array (353c243)
  • no error if AuthenticateFromCredentialsFileAsync is called with null/empty strings (b78a821)
  • no validation for urls in AuthenticateFromUrlAsync (ce63c85)
  • PoolHandle not implementing IEquatable (97e2e08)
  • use Append(char) instead of Append(string) where applicable (2a40aec)

Features

  • DISABLE_GAMEJOLT define (daeb7f4)
  • FORCE_SYSTEM_JSON define (f3db9ba)
  • trimming and AOT support (3227e8e)