Skip to content

Releases: freezernick/ue-gjapi-core

v1.1.7

03 Nov 18:35
326cea0
Compare
Choose a tag to compare

1.1.7 (2024-11-03)

  • chore: update copyright notice; remove duplicate initial version from changelog (db7043)

Bug Fixes

  • make import statements more explicit (8a63ff)

v2.0.0-alpha.1

24 Feb 14:33
v2.0.0-alpha.1
556ee29
Compare
Choose a tag to compare
v2.0.0-alpha.1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v2.0.0-alpha.0...v2.0.0-alpha.1

v2.0.0-alpha.0

06 Feb 03:53
v2.0.0-alpha.0
f905d6f
Compare
Choose a tag to compare
v2.0.0-alpha.0 Pre-release
Pre-release

What's Changed

Full Changelog: v1.1.6...v2.0.0-alpha.0

v2.0.0-1

23 Jan 13:51
v2.0.0-1
90d644c
Compare
Choose a tag to compare
v2.0.0-1 Pre-release
Pre-release

2.0.0-1 (2023-01-23)

Bug Fixes

  • Rocket: add missing World.h include (31c9b03), closes #178

v2.0.0-0

21 Jan 21:09
v2.0.0-0
5d6cb74
Compare
Choose a tag to compare
v2.0.0-0 Pre-release
Pre-release

2.0.0-0 (2023-01-21)

⚠ BREAKING CHANGES

  • implement UGameJoltSubsystem and remove UGameJolt singleton
  • move source files in the private folder
  • prefix all structs with GJ

Features

  • implement UGameJoltSubsystem and remove UGameJolt singleton (a108d0c), closes #161 #172

Bug Fixes

  • prefix all structs with GJ (ddc6dbd), closes #153

  • remove call to undeclared symbol (a877339)

  • move source files in the private folder (a53f17d)

v2.0.0-pre.0

18 Jan 17:50
Compare
Choose a tag to compare
v2.0.0-pre.0 Pre-release
Pre-release

⚠ BREAKING CHANGES

  • prefix all structs with GJ

Bug Fixes

v1.1.6

18 Jan 14:23
Compare
Choose a tag to compare

1.1.6 (2023-01-18)

Bug Fixes

  • FetchTrophies: fix Error pin not showing (07932b7), closes #162

v1.1.5

20 Jun 16:41
a39c016
Compare
Choose a tag to compare

1.1.5 (2022-06-20)

Bug Fixes

  • make some error messages clearer when a required parameter is unset (0720166)
  • prevent some functions to call the failure event twice (6ad6551)

v1.1.4

20 Jun 16:01
Compare
Choose a tag to compare

1.1.4 (2022-04-13)

Bug Fixes

  • add missing member initialization in FTrophyInfo (89d3fd0)
  • add missing member initialization in FUserInfo (c3023c1)
  • change 'Json' module capitalization to prevent a warning (3389df6), closes #116
  • change preprocessor macro to prevent a warning (9d73046), closes #117
  • make OnReady Response pointer const (9b41ca3)

v1.1.3

20 Jun 11:42
Compare
Choose a tag to compare

1.1.3 (2021-06-20)

Bug Fixes