Tadukooverse
Official website of Tadukooverse
Project maintained by Tadukooverse
Hosted on GitHub Pages — Theme by mattgraham
Tadukoo Util Beta Changelog
Looking for the project page of Tadukoo Util? It can be found here
Tadukoo Util’s Beta changelog
Beta v.0.6.1 - Small Dependency Changes
Released: August 30, 2024 7:52 PM
GitHub release: Beta v.0.6.1
- Updated Tadukoo Maven to Beta v.0.5
- Small change in StringUtil for strings when using convertToString
- Tadukoo Util now also uses Tadukoo Functions as a dependency
Beta v.0.6 - Tadukoo JUnit and Other Changes
Released: August 31, 2023 8:00 PM
GitHub release: Beta v.0.6
Tadukoo Lang
- FileUtil Changes
- FileUtil method to writeFile using byte array
- listAllFilesAsPaths Methods in FileUtil
- deleteFile and deleteDirectory in FileUtil
- StringUtil Changes
- More StringUtil methods
- parseListFromStringWithRegex Method in StringUtil
- Null-Safe Trim Method in StringUtil
- StringUtil allBlank, noneBlank, anyBlank, and anyNotBlank
- StringUtil.indentAllLines
- MergeSets and MergeLists Methods
- CollectionUtil
- SetUtil
- SetUtil createOrderedSet and mergedOrderedSets
- Equals Methods for Tuples
Tadukoo Functions
Tadukoo Util
- StackUtil
- EasyLogger to use StackUtil
- Basic Util Classes for Parallel Functionality
- DownloadUtil
Tadukoo JUnit
- More Useful Logger Entry Comparisons
- EnumTest
- Better Errors in Failed Tests
- Move Tadukoo JUnit here as a new module
Beta v.0.5.1 - Java 17
Released: November 19, 2021 9:52 PM
GitHub release: Beta v.0.5.1
- Updated to Tadukoo Maven Alpha v.0.3.1 (for Java 17 and dependency updates)
Beta v.0.5 - ByteUtil and Other Changes
Released: July 5, 2021 7:33 PM
GitHub release: Beta v.0.5
Tadukoo Lang
File Util
New methods:
- BufferedReader setupFileReader(String filepath)
- BufferedReader setupFileReader(File file)
- boolean exists(String filepath)
- boolean exists(File file)
- boolean notExists(String filepath)
- boolean notExists(File file)
- String readAsString(String filepath)
- String readAsString(File file)
- List readLinesAsList(String filepath)
- List readLinesAsList(File file)
- List getLinesAsList renamed to readLinesAsList(Reader reader)
- byte[] readAsBytes(String filepath)
- byte[] readAsBytes(File file)
Byte Util
Completely new
Tadukoo Util
Added ProgressReadableByteChannel and ProgressRBCWrapper
Used to track progress on a download/file read
Removed Table
It was just a List anyway
Mapped Pojo
New methods:
- boolean isEmpty()
- void clear()
-
T getPojoItemNoThrow(String key, Class clazz)
-
T getPojoItemNoThrow(EasyLogger logger, String key, Class clazz)
-
List getListItemNoThrow(String key, Class clazz)
-
List getListItemNoThrow(EasyLogger logger, String key, Class clazz)
Other/Technical
- Now using Tadukoo Maven Library POM as a parent pom - Alpha v.0.3 of it