Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 14, 2023

This PR contains the following updates:

Package Change Age Confidence
jsonata (source) >=1.8.6 <2.0.0>=1.8.6 <3.0.0 age confidence

Release Notes

jsonata-js/jsonata (jsonata)

v2.1.0

Compare Source

  • New syntax (?: default operator) supports fallback to RHS if the LHS is Boolean equivalent to false (PR #​784)
  • New syntax (?? coalescing operator) supports fallback to RHS if the LHS is non-existent (PR #​784)
  • Improve regex generation for DateTime parser (PR #​728)
  • Truncate fractional part of numeric argument of $pad function (PR #​729)
  • Await array elements (PR #​747)
  • Various documentation fixes and improvements

v2.0.6

Compare Source

  • Protect __evaluate_entry and __evaluate_exit callbacks (PR #​700)
  • Add undocumented/private API to hook into when a new frame is created (PR #​701)
    • Note this is internal and may change in a future release.
  • Update typescript defintion (PR #​704)
  • Chain operator should respect array constructor (PR #​714)

v2.0.5

Compare Source

  • Fix leaking internal references in expressions when using lambdas (issue #​691)

v2.0.4

Compare Source

  • Prevent writing to the object prototype or constructor (PR #​676)
  • Add upper/lower presentation format for am/pm in fromMillis (PR #​644)
  • Various documentation additions and corrections

v2.0.3

Compare Source

  • Fix regex termination lexer (PR #​623)
  • Fix TypeScript definition (PR #​633)

v2.0.2

Compare Source

  • Typescript definition: fix return type of evaluate method (PR #​615)

v2.0.1

Compare Source

  • Small update to pick up README changes with 2.0.0 changes

v2.0.0

Compare Source

Version 2.0.0 contains a breaking change to the Javascript API as a result of reimplementing the evaluator
to use async functions instead of generators. This provides a performance boost.
No breaking changes have been made to the JSONata language itself.

  • Faster JSONata evaluation by switching from generators to async/await (PR #​583)
  • Add support for parsing binary, octal & hexadecimal numbers (PR #​573)

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title fix(deps): update dependency jsonata to v2 fix(deps): update dependency jsonata to v2 - autoclosed Mar 4, 2024
@renovate renovate bot closed this Mar 4, 2024
@renovate renovate bot deleted the renovate/jsonata-2.x branch March 4, 2024 23:00
@renovate renovate bot changed the title fix(deps): update dependency jsonata to v2 - autoclosed fix(deps): update dependency jsonata to v2 Mar 5, 2024
@renovate renovate bot reopened this Mar 5, 2024
@renovate renovate bot restored the renovate/jsonata-2.x branch March 5, 2024 00:06
@renovate renovate bot force-pushed the renovate/jsonata-2.x branch from 37a97b0 to 1a70a2f Compare March 5, 2024 00:13
@renovate renovate bot force-pushed the renovate/jsonata-2.x branch from 1a70a2f to 7163617 Compare July 31, 2025 11:40
@renovate renovate bot force-pushed the renovate/jsonata-2.x branch from 7163617 to 4cad3d3 Compare September 25, 2025 20:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant