Skip to content

Release v2.1.1

Compare
Choose a tag to compare
@naddison36 naddison36 released this 02 Aug 11:46
· 92 commits to master since this release
  • Fixed incorrect sizing of fixed-sized arrays that contained dynamic arrays. eg bool[][3][2] 2 * 3 = 6 slots, not 1
  • storage diagrams now include arrays
  • set a default filename for class and storage diagrams.
  • Added SCAN_API_KEY env variable for the apiKey option
  • slot hex values now upper case and in Courier New font so the hex data are aligned.
  • don't display slot values for mappings or fixed-sized arrays
  • flatten sub-command now comments out import statements and renames SPDX-License-Identifier to SPDX--License-Identifier so the merged file will compile