Releases: Proxymiity/pxyTools-python
Releases · Proxymiity/pxyTools-python
v1.1.9 - More JSON dump safety
Changelog
+ Added a test_json parameter to JSONDict and JSONList to test before saving
- Removed HerobrineInstallation
Install using pip install --upgrade pxyTools[all,pdf], if you dare.
v1.1.8 - dataIO2 Graceful Reloading
Changelog
+ Added .graceful_reload to JSONDict and JSONList that edit the current object rather than initializing another object ontop of the current obj.
- Removed HerobrineInstallation
Install using pip install --upgrade pxyTools[all,pdf], if you dare.
v1.1.7 - Optional dependencies
Changelog
+ Made project usable without Pillow/img2pdf if make_pdf isn't needed
- Removed HerobrineInstallation
Install using pip install --upgrade pxyTools[all,pdf], if you dare.
v1.1.6 (1.0.6) - dataIO2
Changelog
+ Added a dataIO module with JSON dictionaries and JSON lists. Use it with JSONDict("path/to/file.json"), save it with JSONDict.save()
- Removed HerobrineInstallation
Install using pip install --upgrade pxyTools, if you dare.
v1.1.5 (1.0.5) - TimeRepeater
Changelog
+ Added a time repeater, works the same way as the time scheduler except it.. repeats itself over and over.
- Removed HerobrineInstallation
Install using pip install --upgrade pxyTools, if you dare.
v1.1.3 (hotfix)
Changelog
+ Hotfixed HTTP2SQL
- Removed HerobrineInstallation
Install using pip install --upgrade pxyTools, if you dare.
v1.1.2
Changelog
+ Added `.multi(data)` to the HTTP2SQL module
- Removed HerobrineInstallation
Install using pip install --upgrade pxyTools, if you dare.
v1.1.1
Changelog
+ Added an interface to HTTP2SQL, another project.
- Removed HerobrineInstallation
Install using pip install --upgrade pxyTools, if you dare.
v1.0.0 - Base release
Changelog
+ Added dataIO
+ Added schedulers
+ Added caches
+ Added make_pdf
- Removed HerobrineInstallation
Install using pip install --upgrade pxyTools, if you dare.