-
Notifications
You must be signed in to change notification settings - Fork 285
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
feat: adds raw
property to error and debug parameters
#167
Conversation
159306b
to
cfe3e65
Compare
There is a breaking change in @Minigugus please correct me if I missed something |
Also I'd like to get a new beta release when this is merged :) @porsager could you please clarify when you plan to release it? |
This evening 😊
… On 29 Mar 2021, at 11:41, Sergii Stotskyi ***@***.***> wrote:
Also I'd like to get a new beta release when this is merged :) @porsager could you please clarify when you plan to release it?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@stalniy I just realized that value
is the result of the serialize
method from custom types, so you're right, it's always string
, my bad 😕
Your fix looks good to me 👍
by the way, it's not a string in all cases. there is a possibility for it to be |
Sorry, vacation with children is unpredictable. I'm first at the computer now. Do you want to have the |
Yes. I think it should even be |
|
updated |
Exactly 😊 Looks good. I'll release a new beta tonight |
@porsager is there anything I can do to make beta.5 released? I would like to use those new features in my apps :) |
🙈 Yeah, your reminder just now should do it - sorry I forgot. I'll get it out now. |
Released 😉 |
Awesome! Thank you! |
Fixes #140