Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 0.4 #18

Merged
merged 73 commits into from
Apr 2, 2015
Merged

Version 0.4 #18

merged 73 commits into from
Apr 2, 2015

Conversation

zodern
Copy link
Member

@zodern zodern commented Apr 1, 2015

Changes

Tests

Runs jshint on core and tests watchData. Runs on travis ci.

Core

  • use sockjs instead of ws. SockJS emulates websockets when the browser does not support them
  • when app.json changes, the app is revalidated.
  • changes to data needed by server api are sent to server api's listeners. This can be cleaned up.
  • Spinner while waiting for silk to be ready to use.
  • using --open, a nw.js window is opened full screen with Silk GUI
  • remote creates tunnel for each port needed.

Server API

  • added Silk.api.listen that sends any changes of the data
  • api for remote. buggy.

Apps

  • Moved all gitmodules into repository

Terminal

  • creates a window on load

App.json

  • added name field that is required
  • title is no longer required
  • bower_dependencies and npm_dependencies changed to bowerDependencies and npmDependencies
  • set remote port for tunneling app

Each app is constructed from the App constructor.  The app validate and
manage itself.

A spinner is shown until both the server is ready and the apps are
loaded.
Users don't need to have bower installed anymore.
zodern added a commit that referenced this pull request Apr 2, 2015
@zodern zodern merged commit 87be67e into master Apr 2, 2015
@zodern zodern changed the title Version 0.5 Version 0.4 Apr 2, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant