Releases: anistark/waspy
Releases · anistark/waspy
Reze
What's Changed
- feat: complete system calls implementation with functional
osandos.pathmodule methods by @anistark in #72 - feat: implement json module runtime support for dumps, loads, load, dump functions by @anistark in #73
- feat: implement python stdlib logging module by @anistark in #74
- feat: implement datetime module runtime with arithmetic operations by @anistark in #75
- feat: Regular Expression (re) Module Runtime Implementation by @anistark in #76
Full Changelog: v0.8.0...v0.9.0
Levi
What's Changed
- feat: implement tuple literals with indexing and range() function with for loop integration by @anistark in #67
- feat: implement tuple unpacking, methods, and namedtuple factory by @anistark in #68
- feat: lambda, closures, list, dict and power functions by @anistark in #69
- feat: implement sys stdlib module by @anistark in #70
- feat: implement all standard library modules by @anistark in #71
Full Changelog: v0.7.0...v0.8.0
Yuji
What's Changed
- feat: add string slicing, methods, and formatting operators by @anistark in #59
- add: collections and changelog by @anistark in #60
- feat: implement built-in functions (len, print, min, max, sum) by @anistark in #61
- feat: implement control flow features (for loops, try/except, with statements) by @anistark in #62
- add: waspy logo by @anistark in #64
- feat: implement oops class instantiation, method dispatch, and attribute access by @anistark in #63
- feat: implement Bytes type with literals, indexing, slicing, and concatenation support by @anistark in #65
- feat: implement set type with literals and empty set support by @anistark in #66
Full Changelog: v0.6.3...v0.7.0
Toji
What's Changed
- add: configurable logging for verbose and debug options by @anistark in #54
- fix: packaging files. by @anistark in #55
- feat: ast log in verbose mode by @anistark in #56
- feat: add parsing of raise by @nvs-abhilash in #51
- chore: Add IRmodule logging for better development experience by @farhaanbukhsh in #57
- fix: add verbose ast and ir log example entry by @anistark in #58
New Contributors
- @nvs-abhilash made their first contribution in #51
- @farhaanbukhsh made their first contribution in #57
Full Changelog: v0.6.2...v0.6.3
v0.6.2
v0.6.1
Gojo
What's Changed
- chore: update broken module link in docs by @kevinrvaz in #48
- Fix cargo build after upgrading binaryen by @RatanShreshtha in #50
- add: wasmrun plugin integration by @anistark in #52
- fix: formatting by @anistark in #53
New Contributors
- @kevinrvaz made their first contribution in #48
- @RatanShreshtha made their first contribution in #50
Full Changelog: v0.5.2...v0.6.0
Frieren
Add:
- Config file support
- Import patterns
- Decorator support
- New Logo (temp)
Update:
- Code Re-structure and refactor.
- Project Rename: ChakraPy -> Waspy
Full Changelog: v0.2.1...v0.5.2
ChakraPy v0.2.1
Full Changelog: v0.2.0...v0.2.1
ChakraPy v0.2.0
Full Changelog: https://github.com/anistark/chakrapy/commits/v0.2.0