- Add Element.onKeyUp
- Add file and blob classes to use in server http adapter implementation
- Add Document.onClick and Element.onClick
- Add window.navigator, evt.metaKey for both MouseEvent and KeyboardEvent, evt.ctrlKey for KeyboardEvent, and evt.button for MouseEvent
- Add Document.body,Node.append(), IFrameElement, CssStyleDeclaration.display, CssClassSet implements Set
- Add Window.document, Element.setInnerHtml, Element.appendHtml, Document.getElementsByTagName
- Add Location.reload()
- Add CssStyleDeclaration.letterSpacing
- Add Element.hidden
- Fix CanvasRenderingContext2D.globalCompositeOperation added to interface to
- Add CanvasRenderingContext2D.globalCompositeOperation
- Add KeyboardEvent
- Add MouseEvent.client
- Add Element.getBoundingClientRect
- Add Element.classes
- Add CssStyleDeclaration.top
- Add default implementation of CanvasElement with basically initialized fields
- Add default mouse and scroll event streams
- Add CanvasRenderingContext2D.quadraticCurveTo
- Add Element.focus()
- Add Element.onDoubleClick
- Add Document with onMouseDown, onMouseMove, onMouseLeave, onMouseUp, onMouseWheel, onDoubleClick
- Add to Node: ownerDocument
- Add Element.scrollHeight and Element.scrollWidth
- Add CanvasRenderingContext2D.rotate
- Fixed all hints of dart analyzer
- Add .travis.yaml and Travis status to README
- Suppress error with missing function "_fromBrowserObject(object);" in lib/io/js/src/js_object.dart
- Fixed bunch of dart errors
- Add browser_detect_i with Browser
- Add querySelector
- Add to Window: devicePixelRatio, onResize, animationFrame
- Add to Element: onMouseDown, onMouseMove, onMouseLeave, onMouseUp, onScroll, onMouseWhee, scrollTop, clientWidth, clientHeight, offsetWidth, scrollLeft, style
- Add UIEvent, MouseEvent, WheelEvent, TextMetrics, CanvasPattern, CanvasRenderingContext2D , HtmlElement, CssStyleDeclaration, CssClassSet, CanvasElement
- Add allowInterop, allowInteropCaptureThis
- Add Window.Location interface
- Add window.sessionStorage
- Add window.open method
- Initial version, created by Stagehand
- initial dart:html
- initial dart:js
- initial package:js