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

JSON Errors to fix #10

Closed
Berkmann18 opened this issue May 18, 2019 · 1 comment · Fixed by #11
Closed

JSON Errors to fix #10

Berkmann18 opened this issue May 18, 2019 · 1 comment · Fixed by #11

Comments

@Berkmann18
Copy link
Owner

Berkmann18 commented May 18, 2019

  • Operations (e.g. 8 * 4)
  • Exponential nums (e.g. 1e4)
  • Concatenations (.e.g. `"hello" + "world")
  • Multiple errors (requires a round of check and fix). Find a way to get heuristics out of the data to fix (e.g. its number of lines or characters/offsets) to accurately set a round of fix threshold
  • Fix non-decimal literals (e.g. 0x13, 0b10, 0o5).

n.b: note to self, change the Issue templates

Berkmann18 added a commit that referenced this issue May 19, 2019
Berkmann18 pushed a commit that referenced this issue May 19, 2019
# [1.3.0](v1.2.0...v1.3.0) (2019-05-19)

### Features

* added concatenation support ([730d813](730d813))
* operations support + refactoring ([191a6b0](191a6b0)), closes [#10](#10)
* **index:** round fix + improved quote fixer ([6ecb55e](6ecb55e))
@Berkmann18
Copy link
Owner Author

🎉 This issue has been resolved in version 1.3.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant