Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

VaRest v1.1-r29

Compare
Choose a tag to compare
@ufna ufna released this 01 Apr 09:49
· 115 commits to develop since this release

Added

  • Add StringToMd5 and StringToSha1 #268 (by @trdwll)
  • Add map support and templated method for setting different types of fields #271 (by @trdwll)
  • Add HTTPStatusIntToEnum #275 (by @trdwll)
  • Override request content for Post/url-encoded-body #268

Changed

  • Move construction methods from VaRestJsonValue to VaRestSubsystem and update CoreRedirects (by @trdwll)
  • Avoid possible name collisions with derived plugins #290
  • Now it's engine subsystem, not the GI one #287

Fixed

  • Fix the crash on MakeJson
  • Fix memory corruption on missing UPROPERTY
  • Fix Base64Encode and Base64Decode methods to support #269 (by @trdwll)
  • Settings is broken after migration to subsystem #276
  • Fix non-unity build (FJsonValue broken in some cases) #277