Posts

Showing posts from February, 2021

Tadukoo GitHub Alpha v.0.1 Release

 Tadukoo GitHub Alpha v.0.1 was released today . Tadukoo GitHub is a collection of libraries for interacting with GitHub's web services. It's released under the MIT license so it's very free for anyone to use for their projects. For more information about Tadukoo GitHub, check out its project page . For Javadocs for Tadukoo GitHub, visit this page . The following modules are in Tadukoo GitHub: Tadukoo GitHub - used to interact with GitHub's REST API

Tadukoo Web Services Alpha v.0.1 Release

 Tadukoo Web Services Alpha v.0.1 was released today . Tadukoo Web Services is a collection of libraries for interacting with web services. It's released under the MIT license so it's very free for anyone to use for their projects. For more information about Tadukoo Web Services, check out its project page . For Javadocs for Tadukoo Web Services, visit this page . The following modules are in Tadukoo Web Services: Tadukoo REST - used to interact with REST APIs

Tadukoo Parsing Alpha v.0.2.3 Release

 Tadukoo Parsing Alpha v.0.2.3 was released today . Tadukoo Parsing is a collection of useful utilities for parsing different formats. It's released under the MIT license so it's very free for anyone to use for their projects. For more information about Tadukoo Parsing, check out its project page . For Javadocs for Tadukoo Parsing, visit this page . The following modules are in Tadukoo Parsing: Tadukoo Parsing - basic parsing utilities to be used in the other modules Tadukoo JSON - which has code for parsing JSON Tadukoo Java - which has code for generating Java code Tadukoo File Format - which is unfinished custom file parsing Changes Tadukoo Parsing A new module that will contain basic parsing utilities for the other modules to use. Currently just contains some common patterns used in Tadukoo JSON Tadukoo Java The following changes were made to Tadukoo Java: JavaAnnotation now exists and can be used in the other types JavaClass can now have static imports JavaFields can now h...

Tadukoo View Alpha v.0.3.1 Release

 Tadukoo View Alpha v.0.3.1 was released today . Tadukoo View is a collection of view utilities. It's released under the MIT license so it's very free for anyone to use for their projects. For more information about Tadukoo View, check out its project page . For Javadocs for Tadukoo View, visit this page . Tadukoo View has the following modules: Tadukoo View - A collection of utilities for basic View stuff, and contains code to make it easier to customize fonts, paints, etc. Tadukoo Components - A collection of components that are more customizable than Java's default versions Tadukoo Form - Makes it easy to setup Forms with various fields Tadukoo Look & Feel - allows you to customize the look & feel of view components more easily than the default Java look & feels allow for Changes Updated Tadukoo Util Dependency Tadukoo Util updated to Alpha v.0.3.1 Technical/Other Cleaned up the poms

Tadukoo Util Alpha v.0.3.1 Release

 Tadukoo Util Alpha v.0.3.1 was released today . Tadukoo Util is a collection of useful utilities for any project. It's released under the MIT license so it's very free for anyone to use for their projects. For more information about Tadukoo Util, check out its project page . For Javadocs for Tadukoo Util, visit this page . Tadukoo Util contains the following modules: Tadukoo Lang - provides common basic utilities such as StringUtil and Tuples Tadukoo Functions - provides ThrowingFunctions, ThrowingPredicates, etc. for better use than Java's non-throwing versions Tadukoo Util - provides common utilities that are more advanced, such as MultiMap, ManyToManyMap, and pojo classes Changes Tadukoo Lang Character Util Created Character Util, a class with utility methods for dealing with characters. It includes the following methods: isUpperCase isLowerCase isLetter isNumber toUpperCase toLowerCase More String Util methods Methods were added to String Util to deal with different ca...