Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 914 Bytes

File metadata and controls

47 lines (34 loc) · 914 Bytes

v0.2.1

  • Fix messages if browser has no sessionStorage

v0.2.0

  • Add history polyfill
  • Fix files for matching jscs rules
  • Update devDependencies

v0.1.9

  • Fix removeStreamListener

v0.1.8

  • Fix navigation from iframe

v0.1.7

  • Minify library

v0.1.6

  • Clear the loading timeout on unload (loadIframe)
  • Expose removeStreamListener method

v0.1.5

  • Add exit method to close itself (in an iframe application)

v0.1.4

  • Allow application to load Iframe
  • Use gulp in order to build application

v0.1.3

  • Add the volume keys to the bindable keys

v0.1.2

  • Add bindings for listening to 'focus' and 'blur' events

v0.1.0

  • Use JSON-RPC2.0
  • Make R7 a function to send RPCs
  • Add R7.navigate method
  • Handle errors in callbacks à la node
  • Deprecate R7.rpc, R7.send, R7.onReadyState
  • Remove tons of useless dependencies
  • Make the package.json private

v0.0.3

  • Fix handler on numeric keys