deployd v0.6.8 Release Notes

    • Fixed CORS incorrectly requiring a referer header
    • Added dpd.once(name, fn) function to execute a realtime handler exactly once
    • Added dpd.off(name, [fn]) function to remove a realtime handler
    • Added dpd.socketReady(fn) function to listen for the built-in connect event
    • Added dpd.socket property to provide direct access to socket.io.
    • Fixed bug where username and password could be updated by an unauthenticated put.
      • Usernames and passwords can be updated only by that user's session, a root session, or an internal request.
    • Made data folder smaller by default in development environment
    • Added cancelIf(), cancelUnless(), errorIf(), and errorUnless() functions to event API for more declarative events
    • Added hasErrors() function to event API
    • Added isMe() function to event API
    • Fixed external prototype bug causing custom external prototypes to fail
    • Removed docs from repository. They are now available at http://docs.deployd.com or https://github.com/deployd/docs.