Releases: hyperstart/hyperstart.io
Releases · hyperstart/hyperstart.io
v0.4.0
New Features
- Complete redesign of the Front Page
- Overall of the design of the website
- Add support for mobile (both website and editor)
- Complete refactor to the editor
- It is now possible to create and save projects without an account
- Most of the actions are now done locally (and therefore, instantaneous)
- The file panel has been overhauled, it should now be simpler to work with
- Add action to embed the current editor in an iframe
- Add action to format the currently opened source in the editor
- Add an about page
Bug Fixes
- Fix an issue when importing some of the npm packages
- Fix issues with the layout of the editor when changing the window size
- Fix an issue with the search where it is not possible to change the current page
v0.3.0
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
v0.2.0
New Features
Improvements to the build system
- Allow to import commonjs/UMD modules
- Allow to import files from URL, e.g.
import { Link, Route, location } from "https://unpkg.com/@hyperapp/router"
Other
- Added authentication with Github
- Added shortcuts to save/run/debug projects
- Added modal in editor to display available shortcuts
- When running project, set history location to "/" to allow use of client side routers
- Change to the global style: we are going dark!
- Tweak the UI on project dependencies
- The dependencies folder is now always visible
- It is now possible to add a dependency from the dependencies's folder menu
Bug Fixes
- Error messages are now properly reported when authentication with Github/Google fails
- Proper handling of overflowing tabs in source editor
- Fix issues on how local only projects are stored and retrieved
v0.1.0
First release of Hyperstart
- written with hyperapp 1.1.2
- typescript
- webpack 3
Features
- Create and search for projects
- Each project has its own file system
- Possible to import other projects as dependency
- Template for Hyperapp project
- Automatic debugger for Hyperapp projects
- Supports es2016
- Supports importing css files
- Supports forking projects