Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency com.github.BlueMap-Minecraft:BlueMapAPI to v1.7.0 #28

Closed

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 21, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.github.BlueMap-Minecraft:BlueMapAPI (source) v1.7.0 -> 1.7.0 age adoption passing confidence

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.0

Add methods for listing marker-images and getting the webroot

v1.6.0: Version 1.6.0

Add map-freeze, tile-filters and new task-scheduling methods

v1.5.0: Version 1.5.0

Added support for the new marker-types

v1.4.0: Version 1.4.0

Added 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.1

Fixed Javadoc and corrected some typos.

v1.3.0: Version 1.3.0

Deprecated BlueMapAPIListener and added two new methods to listen to enabling/disabling BlueMapAPI.

v1.2.0: Version 1.2.0

Add shape-helper functions for ellipse-shapes

v1.0.1: Version 1.0.1

v1.0.0: Version 1.0.0

v2.6.2: Version 2.6.2

Compare Source

Full Changelog: BlueMap-Minecraft/BlueMapAPI@v2.6.1...v2.6.2

v2.6.1: Version 2.6.1

Compare Source

Full Changelog: BlueMap-Minecraft/BlueMapAPI@v2.6.0...v2.6.1

v2.6.0: Version 2.6.0

Compare Source

Full Changelog: BlueMap-Minecraft/BlueMapAPI@v2.5.1...v2.6.0

v2.5.1: Version 2.5.1

Compare Source

Full Changelog: BlueMap-Minecraft/BlueMapAPI@v2.5.0...v2.5.1

v2.5.0: Version 2.5.0

Compare Source

Full Changelog: BlueMap-Minecraft/BlueMapAPI@v2.4.0...v2.5.0

v2.4.0: Version 2.4.0

Compare Source

Full Changelog: BlueMap-Minecraft/BlueMapAPI@v2.3.0...v2.4.0

v2.3.0: Version 2.3.0

Compare Source

Full Changelog: BlueMap-Minecraft/BlueMapAPI@v2.2.1...v2.3.0

v2.2.1: Version 2.2.1

Compare Source

Fixed JitPack builds

v2.1.0: Version 2.1.0

Compare Source

  • Implement equals() and hashCode() for all Markers
  • Add Builder-Pattern to all Markers, MarkerSet, Shape and Line

v2.0.0: Version 2.0.0

Compare Source

Notable changes to API 1.x:

  • MarkerSet and Marker-instances can now be easily created using their constructors
  • you can now safely store and re-use MarkerSet and Marker-instances as you wish
  • changing markers no longer implies FileIO and thus does not have to be async anymore
  • changing markers and markersets is now done based on a BlueMapMap and is as simple as modifying a Map<String, MarkerSet>
  • MarkerSets and Markers are no longer persistent, they will be gone when BlueMap reloads. This means you will have to use the onEnable and onDisable 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

Copy link
Contributor Author

renovate bot commented Dec 21, 2023

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (1.7.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/com.github.bluemap-minecraft-bluemapapi-1.x branch December 21, 2023 15:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant