You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
New object transformation syntax ~> |...|...| (issue #70)
New functions
$formatNumber - formats a decimal number to a string using a picture specification defined in XPath F&O spec (issue #54)
$formatBase - converts a number to a string in a specified radix
$pad - pads a string to a minimum width with leading or trailing padding characters
$toMillis - converts an ISO 8601 formatted date/time string to number of milliseconds since the epoch (issue #55)
$fromMillis - converts the number of milliseconds since the epoch to an ISO 8601 formatted date/time string (issue #55)
$clone - returns a deep copy of an object - used internally by the object transform syntax; overridable by custom implementation. Do not use directly in expressions. (issue #70)