This repository has been archived by the owner on Sep 21, 2022. It is now read-only.
Releases: modio/modio-haxe-legacy
Releases · modio/modio-haxe-legacy
mod.io SDK Haxe Wrapper v0.7.1
- Updated the SDK to v0.12.16 to solve unicode filepaths
- Added error_ref to the error page
- Updated way of building to make releases easier see https://github.com/modio/HaxeWrapper/wiki/Building
mod.io SDK Haxe Wrapper v0.7.0
- Updated the SDK to v0.12.12
- Modio.init now receives the
root_path
extra param that sets the path where the.modio/
folder will be placed
mod.io SDK Haxe Wrapper v0.6.4
Changelog
- Updated the SDK to
v0.11.2
, (see release). - Emails are now encoded when when using
emailRequest()
, emails such as john.doe+mod.io@gmail.com are now supported - Fixed
addModRating()
issue that prevented submitting -1 ratings
mod.io SDK Haxe Wrapper v0.6.3
Overview
Updated to the mod.io SDK v0.10.1
includes bug fixes as well as the same optimizations and speed boosts from v0.10.0
.
Changelog
- Updated the SDK to
v0.10.1
, (see release) - Added additional logs on the wrapper level
- Fixed issue that prevented calling the download listener
mod.io SDK Haxe Wrapper v0.6.0
Overview
Updated to the mod.io SDK v0.10.0
which includes optimizations, speed boosts and fixes memory issues. Also added the new download and installation flow that prevents frame dropping.
Changelog
- Updated the SDK to
v0.10.0
, (see release) - Added the
Error
andResponse
object - Now API calls return the
Response
object instead the response code getUserSubscriptionsIds()
was removed (getUserSubscriptions
should be used instead)- Added
downloadMod()
andinstallDownloadedMods()
installMod()
was removeddownloadMod()
andinstallDownloadedMods()
should be used instead
mod.io SDK Haxe Wrapper v0.5.0
Overview
This version focuses on supporting what's needed for mod browsing, downloading and uploading. Please visit the example list for details.
Changelog
- Updated the SDK to
v0.8.0
, (see release) - Added the
ModCreator
ModEditor
andModfileCreator
objects to be passed as parameters foraddMod
,editMod
,addModfile
- Renamed
getMods
togetAllMods
- Added the
response_code
parameter to the download and upload listener rating_summary
field was removed from theMod
objectdescription_plain_text
andstats
are now part of theMod
object
mod.io SDK Haxe Wrapper v0.4.0
Changelog
- Updated the binaries to mod.io SDK v0.7.0
- Added Mac OS support
mod.io Haxe Wrapper v0.3.0
isLoggedIn error fixed
mod.io Haxe Wrapper v0.2.0
Added the following functions:
- getAuthenticatedUser: to greet the player
- getModDownloadQueue: to inspect the download queue
- setDownloadListener: to get a notification every time a download finishes
- getInstalledMods: to browse the installed mods
See the OpenFL example for mor details:
https://github.com/Turupawn/modioOpenFLExample/blob/master/Source/Main.hx
mod.io Haxe Wrapper v0.1.0 release
Contains the following functions:
- init
- process
- isLoggedIn
- logout
- emailRequest
- emailExchange