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.notkamui.libs:keval to v0.9.0 #48

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 17, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.notkamui.libs:keval 0.8.0 -> 0.9.0 age adoption passing confidence

Release Notes

notKamui/Keval (com.notkamui.libs:keval)

v0.9.0: - Consistency for the win

Summary

Thanks to @​Holo314 (aka @​Holo3146), #​32 is now fixed : the consistency of the parser is now better, especially in regards to custom function parameters.
; function parameter order is now also fixed.

Moreover, KevalException and all its subclasses now extend RuntimeException (instead of Exception). For Kotlin, this shouldn't change much ; but for Java, this means no checked exception anymore (as it was a choice I regretted very quickly)

Changelog

  • Fixed incorrect behavior when mixing functions and operators (#​32 )
  • Fixed function arguments (which used to be reversed)
  • KevalException now extends RuntimeException instead of Exception
  • Update to Kotlin 1.8.0

Integration

Please go the Github Package page to get yourself the artifacts corresponding to your platform, or use your favorite dependency manager @​com.notkamui.libs:keval:0.9.0 !

Usage

For further information on usage, please read the README


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.

@renovate renovate bot added the dependencies Dependency PRs used by renovate label Apr 17, 2023
@renovate renovate bot requested a review from JvstvsHD April 17, 2023 12:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Dependency PRs used by renovate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants