Skip to content

Latest commit

 

History

History
138 lines (64 loc) · 5.54 KB

CHANGELOG.md

File metadata and controls

138 lines (64 loc) · 5.54 KB

Changelog

2.4.0 (2024-06-25)

Features

  • Update aerepl-web interface (cd8618d)

2.3.0 (2024-05-23)

Features

2.2.6 (2024-04-26)

Miscellaneous

  • regenerate package-lock to fix dead code elimination in rollup (#135) (0eee5a7)

2.2.5 (2024-04-26)

Miscellaneous

2.2.4 (2024-04-25)

Miscellaneous

2.2.3 (2023-11-15)

Bug Fixes

  • repl contract name parsing (cd36e0e)

2.2.2 (2023-11-15)

CI / CD

  • use bot token for release please workflow (#126) (19df8d8)

2.2.1 (2023-11-14)

Miscellaneous

2.2.0 (2023-09-12)

Features

Bug Fixes

  • improve code style, typedefs (3bbd8c9)

Refactorings

  • check transaction type in result of contract call (51bda26)
  • deploy bytecode (bb37701)
  • only establish channel on open, fix code style (15ff4ad)
  • persist bytecode, allow input without compile (5c2ce76)
  • variable naming (eef3aa0)

Miscellaneous

2.1.0 (2023-05-08)

Features

  • add version and contribution note (69af2e2)

CI / CD

2.0.1 (2023-05-08)

Bug Fixes

  • incorrect deploydata reset (8e547d6)
  • sdk ref, custom node url and secret usage (4fc710a)

Miscellaneous

2.0.0 (2023-04-20)

⚠ BREAKING CHANGES

  • update to sdk 13, refactor as vue3/vite project

Features

  • allow resizing of source and aci editor (e05c8a9)
  • update to sdk 13, refactor as vue3/vite project (170fc67)

Bug Fixes

  • adjust for pr review, fix and satisfy eslint (48b0870)

Miscellaneous

CI / CD