Releases: tomusdrw/anan-as
Releases · tomusdrw/anan-as
v1.2.0
What's Changed
- Bump @typeberry/lib from 0.5.7 to 0.5.8 by @dependabot[bot] in #176
- Bump @biomejs/biome from 2.4.2 to 2.4.3 by @dependabot[bot] in #177
- chore: add getPagePointer to enable zero-copy memory reads from JS by @MaciejBaj in #175
- Remove minimist from deps by @tomusdrw in #179
New Contributors
- @MaciejBaj made their first contribution in #175
Full Changelog: v1.1.6...v1.2.0
v1.1.6
What's Changed
- Avoid float operations by @tomusdrw in #146
- Dependabot typeberry lib 0.5.3 by @tomusdrw in #149
- Add coderabbit instructions by @tomusdrw in #150
- Simple CLI by @tomusdrw in #151
- refactor cli by @tomusdrw in #157
- Re-execute ecalli traces by @tomusdrw in #160
- Handle log host call in ananas CLI by @tomusdrw in #166
- Avoid pre-allocating too much memory. by @tomusdrw in #169
- Fix max heap calculation by @tomusdrw in #171
- Update readme and bump version by @tomusdrw in #172
- Avoid dumping memory by default by @tomusdrw in #173
Full Changelog: v1.1.5...v1.1.6
v1.1.5
What's Changed
- Bump @types/node from 25.0.3 to 25.0.7 by @dependabot[bot] in #141
- Fix memory allocation by @tomusdrw in #142
Full Changelog: v1.1.4...v1.1.5
v1.1.4
What's Changed
- Bump @typeberry/lib from 0.2.0 to 0.3.0 by @dependabot[bot] in #117
- Bump @biomejs/biome from 2.3.2 to 2.3.4 by @dependabot[bot] in #116
- Bump @biomejs/biome from 2.3.4 to 2.3.5 by @dependabot[bot] in #120
- Bump @types/node from 24.10.0 to 24.10.1 by @dependabot[bot] in #119
- Bump @typeberry/lib from 0.3.0 to 0.4.0 by @dependabot[bot] in #118
- migrate biome by @tomusdrw in #123
- Bump @typeberry/lib from 0.4.0 to 0.4.1 by @dependabot[bot] in #124
- Bump tsx from 4.20.6 to 4.21.0 by @dependabot[bot] in #127
- update dependencies by @tomusdrw in #129
- Bump @types/node from 24.10.1 to 24.10.2 by @dependabot[bot] in #130
- Bump @types/node from 24.10.2 to 25.0.0 by @dependabot[bot] in #131
- Bump @types/node from 25.0.0 to 25.0.2 by @dependabot[bot] in #133
- Bump @types/node from 25.0.2 to 25.0.3 by @dependabot[bot] in #135
- Bump @typeberry/lib from 0.5.0 to 0.5.1 by @dependabot[bot] in #137
- Bump @biomejs/biome from 2.3.8 to 2.3.10 by @dependabot[bot] in #136
- Bump @biomejs/biome from 2.3.10 to 2.3.11 by @dependabot[bot] in #138
- Move bin dependencies to devDependencies by @tomusdrw in #139
Full Changelog: v1.1.3...v1.1.4
v1.1.3
v1.1.2
v1.1.1
v1.1.0
What's Changed
- Build & deploy by @tomusdrw in #1
- Memory support & fixes. by @tomusdrw in #4
- Test vectors conformance by @tomusdrw in #5
- Add metadata. by @tomusdrw in #6
- Adding disassembler CLI & SPI & some polishing for invalid data. by @tomusdrw in #7
- Fix issue with
OneRegTwoImmdecoding and add Game of Life example on the website. by @tomusdrw in #9 - Update to new APIs. by @tomusdrw in #10
- Wrap the board. by @tomusdrw in #11
- Add 32bit version. by @tomusdrw in #13
- 64-bit by @tomusdrw in #12
- Fuzzer & fixes by @tomusdrw in #14
- Fix sbrk gas calculation. by @tomusdrw in #15
- Fix link to debugger. by @tomusdrw in #16
- Update version while deploying. by @tomusdrw in #17
- Change link to point to beta. by @tomusdrw in #18
- Fix i16 loading. by @tomusdrw in #19
- Fix loading i8|i16|i32 by @tomusdrw in #20
- Alternative approach to args decoder. by @tomusdrw in #21
- Execute with stdin/stdout by @tomusdrw in #22
- Avoid memory leak by removing cyclic dependency. by @tomusdrw in #23
- Add Dockerfile for fuzzer by @tomusdrw in #24
- Fix set memory indexing by @tomusdrw in #25
- Auto-update typeberry by @tomusdrw in #26
- Update pvm debugger to latest tag. by @tomusdrw in #28
- Resume after host call by @tomusdrw in #29
- Bump @typeberry/pvm-debugger-adapter from 0.1.0-9ef9d64 to 0.1.0-33fb62b by @dependabot[bot] in #30
- Decouple instructions code from ordering. by @tomusdrw in #31
- [GP 0.5.4] New instructions by @tomusdrw in #32
- Fresh memory at every reset. by @tomusdrw in #33
- Bump pvm. by @tomusdrw in #34
- Fix sign extension for rot_64_imm_alt by @tomusdrw in #35
- Bump PVM. by @tomusdrw in #36
- Bump @typeberry/pvm-debugger-adapter from 0.1.0-9becb09 to 0.1.0-459ce0b by @dependabot[bot] in #37
- Bump assemblyscript from 0.27.31 to 0.27.32 by @dependabot[bot] in #38
- Fix compatibility with new PVM test vectors by @tomusdrw in #39
- Remove console.logs by @tomusdrw in #40
- Clean buffer after sending response. by @tomusdrw in #41
- Bump @typeberry/pvm-debugger-adapter from 0.1.0-459ce0b to 0.1.0-8456204 by @dependabot[bot] in #42
- Update memory.ts by @tomusdrw in #43
- Bump assemblyscript from 0.27.32 to 0.27.34 by @dependabot[bot] in #46
- 0.6.4 compatibility. by @tomusdrw in #49
- Bump assemblyscript from 0.27.34 to 0.27.36 by @dependabot[bot] in #50
- Add metadata parsing by @tomusdrw in #52
- Remove arguments from SPI. by @tomusdrw in #53
- Bump @typeberry/pvm-debugger-adapter from 0.1.0-8456204 to 0.1.0-9780926 by @dependabot[bot] in #54
- Bump assemblyscript from 0.27.36 to 0.28.1 by @dependabot[bot] in #56
- Bump assemblyscript from 0.28.1 to 0.28.2 by @dependabot[bot] in #57
- Bump assemblyscript from 0.28.2 to 0.28.3 by @dependabot[bot] in #63
- Bump assemblyscript from 0.28.3 to 0.28.4 by @dependabot[bot] in #66
- Display PC in disassemble. by @tomusdrw in #69
- Remove whitespace from input. by @tomusdrw in #70
- Bump assemblyscript from 0.28.4 to 0.28.8 by @dependabot[bot] in #77
- Decode standard program by @DrEverr in #78
- Better naming for args-related constants by @tomusdrw in #81
- Update biome by @tomusdrw in #82
- Fix fuzzer by @tomusdrw in #83
- refactor running json vectors by @tomusdrw in #84
- Gas costs tests preparation by @tomusdrw in #85
- Bump @typeberry/lib from 0.1.3 to 0.2.0 by @dependabot[bot] in #86
- Bump @biomejs/biome from 2.2.5 to 2.2.6 by @dependabot[bot] in #87
- Reduce GC pressure by @tomusdrw in #88
- Publish to NPM by @tomusdrw in #89
- Fix npm deploy by @tomusdrw in #90
- Update NPM to support trusted publishing by @tomusdrw in #91
- Added
getMemorytoapi-debuggerby @DrEverr in #92 - Migrate utility scripts to typescript. by @tomusdrw in #93
- Bump @types/node from 24.8.1 to 24.9.1 by @dependabot[bot] in #95
- Add stub runtime build by @tomusdrw in #96
- Bump assemblyscript from 0.28.8 to 0.28.9 by @dependabot[bot] in #94
- Improved API - Memory manipulation by @DrEverr in #98
- Bump @biomejs/biome from 2.2.6 to 2.2.7 by @dependabot[bot] in #97
- Bump @biomejs/biome from 2.2.7 to 2.3.1 by @dependabot[bot] in #100
- Bump @biomejs/biome from 2.3.1 to 2.3.2 by @dependabot[bot] in #102
- Bump @types/node from 24.9.1 to 24.9.2 by @dependabot[bot] in #101
- Inline WASM exports by @tomusdrw in #103
- Remove unnecessary gas charging in case of faults. by @tomusdrw in #104
- Bump to 1.1.0 by @tomusdrw in #105
New Contributors
- @tomusdrw made their first contribution in #1
- @dependabot[bot] made their first contribution in #30
- @DrEverr made their first contribution in #78
Full Changelog: https://github.com/tomusdrw/anan-as/commits/v1.1.0