File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed
Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change 1+ ## v5.0.0-SNAPSHOT Changelog:
2+ ```
3+ * Updated .gitignore file
4+ * Added Java 16 Support
5+ * Added Caching system for some utilities
6+ * SLF4J-api and SLF4J-nop is now compiled into SuperCoreAPI
7+ * Moved libraries to package xyz.theprogramsrc.supercoreapi.libs
8+ * Added util to retrieve Message Digest Instance
9+ * Added util to generate checksum from file
10+ * Removed placeholder injectors so checksum validation will work
11+ * Dependency Manager will only load if the class LibraryLoader exists
12+ * Added Utils#hasClass to check if a class exists
13+ * Fixed Utils#downloadFile (basically added User Agent)
14+ * Fixed some tests
15+ ```
16+
17+ > Sorry for the little gap here, forgot to update this. You can check the changelogs [ here] ( https://github.com/TheProgramSrc/SuperCoreAPI/releases )
18+
119## v4.2.13 Changelog:
220```
321* Moved Log Filter register method to the LogsFilter class
101119* Added SpigotPlugin Field to SpigotModule
102120* Code Improvements
103121* Bug Fixes
104- ```
122+ ```
You can’t perform that action at this time.
0 commit comments