Skip to content

v0.3.0

Compare
Choose a tag to compare
@Mytrill Mytrill released this 02 May 17:29
· 77 commits to master since this release

Dependency management

  • It is now possible to import any npm package in a project!

Other New Features

  • Added syntax highlighting to the debugger with hyperapp-object-view
  • Objects and arrays displayed in the debugger are now foldable
  • The file system now shows dependencies' versions, if they have one
  • Previewing a file now covers the entire project tab
  • Added better integration with Monaco editor
    • Fixed the context menu accessed when right-clicking in the source editor
    • Added support for "Peek Definition" and "Go to Definition" cross-files
    • Added support for "Find All References" cross-files
  • Updated the about page: added the full team

Bug Fixes

  • It is now possible to create/delete files in local copy on read-only project
  • The debug dropdown is now properly disabled when the project was ran, but not debugged
  • The editor no longer shows a blank page when an error occurred