Releases: hyperioxx/goscript
Releases · hyperioxx/goscript
v0.1.0
What's Changed
- update readme and cleanup by @hyperioxx in #1
- updated for variable declarations and go fmt by @hyperioxx in #3
- updated go.mod by @hyperioxx in #4
- correctly evaluate conditions by @hyperioxx in #5
- forloops now working by @hyperioxx in #6
- Basic scoping by @hyperioxx in #7
- update Go version in README and go.mod to 1.24 by @hyperioxx in #8
- fix: update import paths to use full module path by @hyperioxx in #9
- implement increment operator (++) for integers and floats by @hyperioxx in #10
- implement decrement (--) operators with corresponding tests by @hyperioxx in #11
New Contributors
- @hyperioxx made their first contribution in #1
Full Changelog: https://github.com/hyperioxx/goscript/commits/v0.1.0