Releases: legopitstop/serverjars-py
Releases · legopitstop/serverjars-py
Release list
v1.4.0
v1.3.2
Sadly due to unforeseen circumstances, serverjars.com is down and will not be back online. Thankfully the CDN server is still up which this update introduces. Because of this, some functions may behave differently.
Changes
- Renamed all functions to be snake_case.
- Some methods now require "type".
v1.3.1
Sadly due to unforeseen circumstances, serverjars.com is down and will not be back online. Thankfully the CDN server is still up which this update introduces. Because of this, some functions may behave differently.
Changes
- Renamed all functions to be snake_case.
- Some methods now require "type".
v1.3.0
Sadly due to unforeseen circumstances, serverjars.com is down and will not be back online. Thankfully the CDN server is still up which this update introduces. Because of this, some functions may behave differently.
Changes
- Renamed all functions to be snake_case.
- Some methods now require "type".
v1.2.0
[1.2.0] - 8-27-2023
General
- renamed
fileargument tofpin downloadJar method. - Jar
builtuses datetime. - Renamed
threadtoblockin downloadJar - downloadJar will now return Jar unless block=False
v1.1.0
CHANGELOG v1.1.0
- Breaking Change! package has been renamed from
ServerJarstoserverjars. - constants are no longer enums.
- _type now uses fetchTypes instead of a data set.
- Improved method docs.
- Added
finishcommandto downloadJar. Once jar has been downloaded it will call this function.