-
-
Notifications
You must be signed in to change notification settings - Fork 64
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
Breaking changes leading to v4 #748
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jaromil
force-pushed
the
fix/js-default-logfmt-json
branch
from
October 19, 2023 19:45
bd05c40
to
c8f7463
Compare
Thanks for the help aligning all the tests!! I will squash the history to something meaningful and more concise then tag this as BREAKING CHANGE, hence we'll step into 4.0! |
jaromil
changed the title
fix: change default logfmt config to json in JS build
Breaking changes leading to v4
Oct 23, 2023
jaromil
force-pushed
the
fix/js-default-logfmt-json
branch
from
October 28, 2023 06:40
3894717
to
635a5aa
Compare
also update the bindings README to include zencode line indicators
fixes json formatting of log
fix: zencode-exec tests to parse new J64 log items
fix: make ' the ' an ignored particle in zencode statements fix: 🐛 make all ' the ' ignored particle in zencode statements in the previous implementation only the first 'the' was ignored fix: 🐛 remove ' valid ' during given parsing
This is done by using a mayhave() or in other words by first looking if the element exist in zenroom memory otherwise take the inline vale
…es of zencode contracts Add also more failing tests for rule unknown ignore test(parser): 🧪 update test using Rule unknown ignore
restored bitcoin offline wallet example
jaromil
force-pushed
the
fix/js-default-logfmt-json
branch
2 times, most recently
from
October 31, 2023 11:05
2e868d3
to
aea7f9c
Compare
BREAKING CHANGE: The following deprecated statements have been removed: * `Rule caller restroom-mw`, use instead `Rule unknown ignore` * `create hash to point of each object in `, use instead `create hash to point of in a foreach loop` * `check reflow signature fingerprint is new`, use instead `verify reflow signature fingerprint is new` * ` is found`, use instead `verify is found` * ` is found in `, use instead `verify is found in ` * ` is found in at least times`, use instead `verify is found in at least times` * ` is not found`, use instead `verify is not found` * ` is not found in `, use instead `verify is not found in ` * `copy in to `, use instead `copy from to ` * `create copy of in `, use instead `create copy of from ` * `create copy of in in `, use instead `pickup from path ` * `create copy of last element in `, use instead `create copy of last element from ` * `create copy of element in array `, use instead `create copy of element from array ` * `insert in `, use instead `move in ` * `create length of `, use instead `create size of ` * `verify length of is less than `, use instead `verify size of is less than ` * `verify length of is less or equal than `, use instead `verify size of is less or equal than ` * `verify length of is more than `, use instead `verify size of is more than ` * `verify length of is more or equal than `, use instead `verify size of is more or equal than ` * `create json of `, use instead `create json escaped string of ` * `number is less than `, use instead `verify number is less than ` * `number is less or equal than `, use instead `verify number is less or equal than ` * `number is more than `, use instead `verify number is more than ` * `number is more or equal than `, use instead `verify number is more or equal than ` * `elements in are equal`, use instead `verify elements in are equal` * `elements in are not equal`, use instead `verify elements in are not equal` * `petition signature is not a duplicate`, use instead `verify petition signature is not a duplicate` * `petition signature is just one more`, use instead `verify petition signature is just one more`
jaromil
force-pushed
the
fix/js-default-logfmt-json
branch
from
October 31, 2023 11:07
aea7f9c
to
5019f47
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bindings
issue related to language bindings
documentation
issue related to documentation
enhancement
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.