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

JavaToolkit v1.4

Latest
Compare
Choose a tag to compare
@AnErrupTion AnErrupTion released this 07 May 17:38
· 4 commits to main since this release
1a692d9
  • Renamed System.errorOccured to System.errorOccurred.
  • Added a Process class under the diagnostics package.
  • Renamed the Arrays class to ArrayHelper.
  • Added Request.addHeader(String, String).
  • Added the EfficientList class.
  • Added a simple JSON parser.
  • Fix foreground color not being reset when an error occured.
  • Removed the file caching class.
  • Added Files.writeBytes().
  • Removed ArrayHelper.removeDuplicateElements(String[]).
  • Removed System.getPropertyContains().
  • Made the variable System.dateAndTime a function called getDateAndTime(String).
  • Fixed a bug in System.isWindows() where systems with foreign languages could potentially break the check with the toLowerCase() method.
  • Added faster implementations in the Files class.
  • Added javadocs.
  • Completely rewrote the Request class.