Commit Graph

14 Commits

Author SHA1 Message Date
Zihlu Wang ea191b39fb docs(global): Created README file for each module 2023-07-31 23:43:24 +08:00
Zihlu Wang 748e474a82 docs: Fix all docs from one <p> represents for a paragraph 2023-07-31 22:53:09 +08:00
Zihlu Wang 373fbf9083 docs: Fix there is only one <p> tag between 2 paragraphs. 2023-07-31 20:40:14 +08:00
Zihlu Wang 2ee7ed79f0 build(global): optimised dependency references 2023-07-30 22:50:09 +08:00
Zihlu Wang 65daccf478 docs(global): Improve documentation comments
Enriched the content of the documentation to ensure every package and
class has proper documentation comments; Modified the formatting for
consistent and neat presentation.
2023-07-30 02:27:05 +08:00
Zihlu Wang 89837f78f3 docs(global): optimised docs 2023-07-30 00:34:35 +08:00
Zihlu Wang b7d4cf6c1e refactor(global): make package name standardization 2023-07-29 23:18:56 +08:00
Zihlu Wang da6fdccb88 feat(devkit-core): added MapUtil 2023-07-29 22:56:53 +08:00
Zihlu Wang b9347c7a29 feat(devkit-core): added HashUtil 2023-07-29 22:56:42 +08:00
Zihlu Wang bc53d23ebe feat(devkit-core): added ChainedCalcUtil 2023-07-29 22:56:35 +08:00
Zihlu Wang 84426ae452 feat(devkit-core): added BranchUtil
BranchUtil reduces if...else... code blocks by using lambda expressions.
2023-07-29 22:56:11 +08:00
Zihlu Wang caaf2eb74e feat(devkit-core): added Base64Util
Base64Util can encode any string to Base64 string or decode any Base64
string.
2023-07-29 22:55:12 +08:00
Zihlu Wang d8b9aee039 feat(global): added logback configuration 2023-07-29 22:50:18 +08:00
Zihlu Wang ee666bd3b9 build(devkit-core): created module devkit-core 2023-07-29 22:49:48 +08:00