Update dependency com.github.BlueMap-Minecraft:BlueMapAPI to v1.7.0 #28
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.7.0
->1.7.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
BlueMap-Minecraft/BlueMapAPI (com.github.BlueMap-Minecraft:BlueMapAPI)
v1.7.0
: Version 1.7.0Add methods for listing marker-images and getting the webroot
v1.6.0
: Version 1.6.0Add map-freeze, tile-filters and new task-scheduling methods
v1.5.0
: Version 1.5.0Added support for the new marker-types
v1.4.0
: Version 1.4.0Added a method to remove a registered Listener again and fixed a bug where a onEnable listener is not getting called when the API was already enabled.
v1.3.1
: Version 1.3.1Fixed Javadoc and corrected some typos.
v1.3.0
: Version 1.3.0Deprecated BlueMapAPIListener and added two new methods to listen to enabling/disabling BlueMapAPI.
v1.2.0
: Version 1.2.0Add shape-helper functions for ellipse-shapes
v1.0.1
: Version 1.0.1v1.0.0
: Version 1.0.0v2.6.2
: Version 2.6.2Compare Source
Full Changelog: BlueMap-Minecraft/BlueMapAPI@v2.6.1...v2.6.2
v2.6.1
: Version 2.6.1Compare Source
Full Changelog: BlueMap-Minecraft/BlueMapAPI@v2.6.0...v2.6.1
v2.6.0
: Version 2.6.0Compare Source
Full Changelog: BlueMap-Minecraft/BlueMapAPI@v2.5.1...v2.6.0
v2.5.1
: Version 2.5.1Compare Source
Full Changelog: BlueMap-Minecraft/BlueMapAPI@v2.5.0...v2.5.1
v2.5.0
: Version 2.5.0Compare Source
Full Changelog: BlueMap-Minecraft/BlueMapAPI@v2.4.0...v2.5.0
v2.4.0
: Version 2.4.0Compare Source
Full Changelog: BlueMap-Minecraft/BlueMapAPI@v2.3.0...v2.4.0
v2.3.0
: Version 2.3.0Compare Source
Full Changelog: BlueMap-Minecraft/BlueMapAPI@v2.2.1...v2.3.0
v2.2.1
: Version 2.2.1Compare Source
Fixed JitPack builds
v2.1.0
: Version 2.1.0Compare Source
v2.0.0
: Version 2.0.0Compare Source
Notable changes to API 1.x:
MarkerSet
andMarker
-instances can now be easily created using their constructorsMarkerSet
andMarker
-instances as you wishBlueMapMap
and is as simple as modifying aMap<String, MarkerSet>
MarkerSet
s andMarker
s are no longer persistent, they will be gone when BlueMap reloads. This means you will have to use theonEnable
andonDisable
listeners to save and load/recreate your Markers yourself. There will be examples how to do that in the wiki (soon).Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.