This repository has been archived by the owner on Sep 23, 2024. It is now read-only.
Minix release 1.0.7
v1.0.7 - 2022-02-14
Bug Fixes
- (cog) Fix gh release command - (87b6dc7) - Da_Racci
- (cog) Don't prefix build versions with v - (6f30f06) - Da_Racci
- (cog) Okay no this is the last one - (4225501) - Da_Racci
- (cog) Hopefully last fix needed - (02fa60d) - Da_Racci
- (cog) Some more cog hook fixes - (5e93bff) - Da_Racci
- (cog) Fix cog config - (5249846) - Da_Racci
- (cog) Fix pre bump hooks - (a1c29d6) - Da_Racci
- (gradle) Fix jar output having -dev append to it - (519a60d) - Da_Racci
- Fixed test itself and gradle test implementations - (fc68d0b) - Da_Racci
- More workflow fixes - (e1f25bb) - Da_Racci
- Fix copyjar error with CI - (2473e1d) - Da_Racci
- Fix workflow - (a7e66a2) - Da_Racci
- Fix click events class reference - (2a385c6) - Da_Racci
- Add paper repo back for paperdev plugin - (0d3c715) - Da_Racci
- Add NMS back again - (d277285) - Da_Racci
- Forgot to add the forceAsync param for the inline event listener things - (b1cb4d3) - Da_Racci
- imports in PlayerLiquidEvent.kt - (ba9d1e7) - Da_Racci
- skip message being [SKIP] and not [ci-skip]. - (2920ae1) - Da_Racci
Build system
- (deps) Update Minix Conventions and Strikt - (baacd79) - Da_Racci
- (deps) Update bstats dep to 3.0.0 - (656092e) - Da_Racci
- (publishing) Publish Minix-API as Minix - (b7fd622) - Da_Racci
- Remove Minix Publishing and only publish API module - (eb50ea6) - Da_Racci
Continuous Integration
- (workflow) Separate docs workflow and update Java CI - (d513341) - Da_Racci
- Improve workflows - (d77c85b) - Da_Racci
- Fix workflow - (8358998) - Da_Racci
Features
- Add docs and boolean returns for if the functions were invoked - (5d31876) - Da_Racci
- Add bstats support - (7e55a7a) - Da_Racci
- Implement test version of extended water event invoker - (3c32b91) - Da_Racci
- Add MaterialTagsExtension.kt for more material categories - (4b487ef) - Da_Racci
- Return the object after invokeIfNull and invokeIfNotNull functions - (472f5e4) - Da_Racci
- Add PlayerLightEvent for when the players light level changes - (9cb220a) - Da_Racci
- Add support for binding the plugins koin class to a different class - (095324d) - Da_Racci
- invokeIfOverrides and tame utils - (6b1f27a) - Da_Racci
- new Ex functions for Players and entities - (47fe2cc) - Da_Racci
- Add some utility functions - (6d7ccec) - Da_Racci
- Getting closer to release - (0ec8f03) - Da_Racci
- Coming in with another set of updates - (efd1767) - Da_Racci
- Beginning of DEV for 1.0.0 Release - (31ba0d4) - Da_Racci
Miscellaneous Chores
- (changelog) Update CHANGELOG - (2ab5170) - Da_Racci
- (ci) Remove release-drafter.yml as its now unused - (69640cc) - Da_Racci
- (cog) Remove dev branch rebase - (d0b4ffa) - Da_Racci
- (cog) Update cog config - (14efd01) - Da_Racci
- (config) Remove cliff since I use cog now - (d6491ce) - Da_Racci
- (config) Update cog - (c23e786) - Da_Racci
- (config) Add cog settings - (010dd29) - Da_Racci
- (gradle) Clean up the build script - (08a8d49) - Da_Racci
- (version) v1.0.7 - (0ca3b8c) - Da_Racci
- (version) v1.0.6 - (fb7239e) - Da_Racci
- (version) v1.0.5 - (dcd0a3a) - Da_Racci
- (version) v1.0.4 - (0370d50) - Da_Racci
- (version) v1.0.3 - (03e3aa1) - Da_Racci
- (version) v1.0.2 - (d0c0986) - Da_Racci
- (version) v1.0.1 - (ea06eb4) - Da_Racci
- Remove empty Inline.kt class - (7bf9b34) - Da_Racci
- Bump bstats-bukkit from 2.2.1 to 3.0.0 - (04a2b25) - dependabot[bot]
- Bump actions/cache from 2.1.6 to 2.1.7 - (15a71db) - dependabot[bot]
- Forgot to add the id for Minix itself - (079b9cc) - Da_Racci
- Separate modules into core and api - (a4d7e77) - Da_Racci
- Suppress internal warnings and try figure out why sentry doesn't actually work - (bee4a21) - Da_Racci
- Sealed base item builder - (fb9e50d) - Da_Racci
- Convert lazy coroutine to public with internal annotation - (867c56e) - Da_Racci
- Update workflow - (0e8fb2c) - Da_Racci
- Add cliff config and CHANGELOG.md - (6126a64) - Da_Racci
- Update dependabot config - (2fd7c5f) - Da_Racci
- Update minix-conventions version - (d480aa1) - Da_Racci
- Ignore .idea/ because it keeps wanting to add itself to git - (f51eb89) - Da_Racci
- Move aliases and remove unused file - (c34ce2e) - Da_Racci
- Update to Minix version 0.4.43 - Moved to gradle catalog for dependencies, updated README.md a bit, added caffeine to replace guava caches as well as hikariCP - (75b5545) - Da_Racci
- Updates - (49f0875) - Da_Racci
- Cleanup leftover files - (ff905df) - Da_Racci
Refactoring
- Better output of errors for Extensions, removed Exceptions.kt due to being kinda useless - (399c0b1) - Da_Racci
- Moved removing callbacks from an event listener to the handleUnload function - (a589fe6) - Da_Racci
- Refactored the isDay utils and added isOverworld etc - (284854e) - Da_Racci
- Updated minimessage stuffs, added adventure extra kotlin - (f8d3c48) - Da_Racci
Tests
- Added tests for KotlinUtils class - (e1d06a5) - Da_Racci