isXander / Zoomify

A zoom mod with infinite customizability.
GNU Lesser General Public License v3.0
96 stars 25 forks source link

Bump com.akuleshov7:ktoml-core-jvm from 0.4.1 to 0.5.0 #144

Open dependabot[bot] opened 1 year ago

dependabot[bot] commented 1 year ago

Bumps com.akuleshov7:ktoml-core-jvm from 0.4.1 to 0.5.0.

Release notes

Sourced from com.akuleshov7:ktoml-core-jvm's releases.

Release v0.5.0

Breaking changes

  • In this release, we have made some changes to the library's API and removed old deprecated methods;
  • For instance, we removed methods that used the deprecated TomlConfig and left only those that use TomlInputConfig or TomlOutputConfig;
  • Additionally, we have started to stream data during decoding and parsing, which should improve performance;
  • However, this may affect the way you use some ktoml methods.

Changes that deserve your attention

What else is new

Infrastructure changes

Full Changelog: https://github.com/akuleshov7/ktoml/compare/v0.4.1...v0.5.0

Commits
  • d462822 Critical updates to make grade release process work (#218)
  • 76bcae0 Several cosmetic fixes for multiline strings (#217)
  • 15683ed Update actions/checkout action to v2.7.0 (#205)
  • b88b37a Update dependency org.jetbrains.kotlin:kotlin-gradle-plugin to v1.8.21 (#213)
  • c3067ea Adding extra information to errors and exceptions (#212)
  • 3e84eea Update dependency gradle to v8.1.1 (#211)
  • dedee03 Source parser and stream utils (#117)
  • 5d32d54 Update dependency gradle to v8 (#208)
  • 958a0fd Adding an action-script for an automated update of yarn.lock (#206)
  • ef72802 Update dependency org.jetbrains.kotlin:kotlin-gradle-plugin to v1.8.20 (#204)
  • Additional commits viewable in compare view


Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.