Releases: CosimoTiger/plugin-utilities
Releases · CosimoTiger/plugin-utilities
plugin-utilities v1.0.0-beta.3
A new version of plugin-utilities is ready. Grab your own via JitPack:
Maven
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
<dependency>
<groupId>com.github.CosimoTiger</groupId>
<artifactId>plugin-utilities</artifactId>
<version>1.0.0-beta.3</version>
</dependency>Gradle
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
mavenCentral()
maven { url 'https://jitpack.io' }
}
}
dependencies {
implementation 'com.github.CosimoTiger:plugin-utilities:1.0.0-beta.3'
}Changelog
Full Changelog: 1.0.0-beta.2...1.0.0-beta.3
plugin-utilities v1.0.0-beta.2
A new version of plugin-utilities is ready. Grab your own via JitPack:
Maven
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
<dependency>
<groupId>com.github.CosimoTiger</groupId>
<artifactId>plugin-utilities</artifactId>
<version>1.0.0-beta.2</version>
</dependency>Gradle
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
mavenCentral()
maven { url 'https://jitpack.io' }
}
}
dependencies {
implementation 'com.github.CosimoTiger:plugin-utilities:1.0.0-beta.2'
}Changelog
What's Changed
🛠 Breaking changes
- New menu utilities, simplified and generalized menu API by @CosimoTiger in #26
🎉 New features
- feat(menus): MenuManager singleton for new AbstractMenu open methods by @CosimoTiger in #21
- Cooldowns: add missing docs, implement min-zero time difference, improve tests by @CosimoTiger in #30
✨ Miscellaneous
- Bump the version-updates group across 1 directory with 5 updates by @dependabot in #23
- Bump the version-updates group with 2 updates by @dependabot in #27
- Optimize ItemBuilder by externalizing ItemMeta by @CosimoTiger in #28
- Improve and update the README.md by @CosimoTiger in #29
Full Changelog: 1.0.0-alpha.2...1.0.0-beta.2
plugin-utilities v1.0.0-alpha.2
A new version of plugin-utilities is ready. Grab your own via JitPack:
Maven
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
<dependency>
<groupId>com.github.CosimoTiger</groupId>
<artifactId>plugin-utilities</artifactId>
<version>1.0.0-alpha.2</version>
</dependency>Gradle
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
mavenCentral()
maven { url 'https://jitpack.io' }
}
}
dependencies {
implementation 'com.github.CosimoTiger:plugin-utilities:1.0.0-alpha.2'
}Changelog
What's Changed
🐛 Bug fixes
- Update docs, simplify MenuManager and remove its generics by @CosimoTiger in #18
✨ Miscellaneous
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.8.0 to 3.10.0 by @dependabot in #9
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.4.0 to 3.5.0 by @dependabot in #8
- Bump org.jetbrains:annotations from 24.1.0 to 25.0.0 by @dependabot in #12
- Bump org.junit.jupiter:junit-jupiter-engine from 5.11.0 to 5.11.1 by @dependabot in #11
- Bump org.junit.jupiter:junit-jupiter-engine from 5.11.1 to 5.11.2 by @dependabot in #13
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.0 to 3.10.1 by @dependabot in #14
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.0 to 3.5.1 by @dependabot in #15
Full Changelog: 1.0.0-alpha.1...1.0.0-alpha.2
plugin-utilities v1.0.0-alpha.1
A new version of plugin-utilities is ready. Grab your own via JitPack:
Maven
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
<dependency>
<groupId>com.github.CosimoTiger</groupId>
<artifactId>plugin-utilities</artifactId>
<version>1.0.0-alpha.1</version>
</dependency>Gradle
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
mavenCentral()
maven { url 'https://jitpack.io' }
}
}
dependencies {
implementation 'com.github.CosimoTiger:plugin-utilities:1.0.0-alpha.1'
}Changelog
New Contributors
- @njsharpe made their first contribution in #1
- @CosimoTiger made their first contribution in #7
Full Changelog: https://github.com/CosimoTiger/plugin-utilities/commits/1.0.0-alpha.1