Skip to content

Commit

Permalink
chore(version): 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
holly-hacker committed Mar 8, 2022
1 parent 577600c commit 98d2797
Showing 1 changed file with 52 additions and 0 deletions.
52 changes: 52 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
# Changelog
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.

- - -
## 0.1.0 - 2022-03-08
#### Bug Fixes
- **(disassembler)** Disassemble memory.grow and memory.size as simple instructions - (c87a1cf) - *HoLLy*
- **(disassembler)** Add br_table disassembler - (d93e254) - *HoLLy*
- Fix off-by-one error in import resolving - (6703519) - HoLLy
- Allow zooming in hex viewer - (98bcb8d) - HoLLy
- Use correct index space for exports - (9a6bea2) - HoLLy
#### Features
- **(disassembler)** Add simple tooltip to methods - (6018424) - *HoLLy*
- **(disassembler)** Add tooltips to globals and locals - (30f4fa9) - *HoLLy*
- **(disassembler)** Show labels for block-based instructions - (e3c2e37) - *HoLLy*
- **(disassembler)** Print function signature for call_indirect instructions - (50b7fd3) - *HoLLy*
- **(disassembler)** Link locals, globals and function arguments - (f6cceef) - *HoLLy*
- **(disassembler)** Highlight and link braces - (88491f2) - *HoLLy*
- **(disassembler)** Link to functions when disassembling call instructions - (442a075) - *HoLLy*
- **(disassembler)** Implement basic disassembler with block support - (bbc825b) - *HoLLy*
- Link to start function in document node - (cf656b0) - HoLLy
- Properly display and decompile imports and exports - (f9251a6) - HoLLy
- Show full path on document tooltip and content - (d7c4226) - HoLLy
- Decompile function import nodes - (3d57c28) - HoLLy
- Decompile function export nodes - (94f2d20) - HoLLy
- Add function header around initializer expressions - (c0f4cc7) - HoLLy
- Add global nodes - (83b3f70) - HoLLy
- Only show tree nodes if they are relevant - (d250a1a) - HoLLy
- Add memory node - (0e7e91a) - HoLLy
- Add data nodes using hex viewer - (b5b6978) - HoLLy
- Use debug function names when possible - (5e53354) - HoLLy
- Use export names for functions where possible - (b79b33c) - HoLLy
- Create import nodes in treeview - (31bb185) - HoLLy
- Create export nodes in treeview - (5970c6e) - HoLLy
- Add tooltips to numbers - (7889831) - HoLLy
- Show a list of functions - (9a9ea14) - HoLLy
- Allow opening wasm files in dnSpy - (2f7e0ea) - HoLLy
#### Miscellaneous Chores
- Bump version to v0.1.0 - (577600c) - HoLLy
- Update cog config - (e423a44) - HoLLy
- Set plugin metadata - (d590ee7) - HoLLy
- Add license - (daa0245) - HoLLy
- Set up basic extension - (fd12561) - HoLLy
#### Refactoring
- **(disassembler)** Create fluent text writer - (bae2438) - *HoLLy*
- Add function to format Import name - (370aa57) - HoLLy
- Add dedicated writer method for wasm types - (2f68316) - HoLLy
- Move TextWriter functions to generic extension methods - (a59c58c) - HoLLy
- Refactor IWasmDecompiler interface - (8fc93ed) - HoLLy
- - -

Changelog generated by [cocogitto](https://github.com/cocogitto/cocogitto).

0 comments on commit 98d2797

Please sign in to comment.