Skip to content

Tags: thatcher/env-js

Tags

1.3.pre1

Toggle 1.3.pre1's commit message
1.3 release candidate adds support for nodejs, python, and several ru…

…by integrations. official repository is moving to github.com/envjs. we are looking for various project maintence role volunteers to help make envjs the best project it can be. thanks for your patience during this transition

1.2.35

Toggle 1.2.35's commit message
Envjs.uri should always be called with two arguments, the second bein…

…g the node.ownerDocument.location where the node is the context of the current operation. Frames where failing to do this and so ended up resolving against the top document. Also added code to verify that scripts appended to head are evaluated even during parsing. Thanks to Ventura and Hunt for finding these bugs.

1.2.34

Toggle 1.2.34's commit message
added some convenient user agents to Envjs.userAgents so you can easi…

…ly override navigator.userAgent. Corrected bug related to redirects where document.location became out of sync with document.baseURI. found bug where redirects might end up parsing a document twice.

1.2.33

Toggle 1.2.33's commit message
commented out svg to jpg rendering in example since it requires batik…

…. just document how to use it and let folks play with it

1.2.32

Toggle 1.2.32's commit message
fixed several bugs with framesets and added tests to verify

1.2.31

Toggle 1.2.31's commit message
added some simple svg support so you can load raphaeljs in envjs and …

…write out the resulting svg document. itegrated suggested patch from richard frankel. awesome fun stuff

1.2.30

Toggle 1.2.30's commit message
added test and patch to ensure styles set on an element via element.s…

…tyle.display='block' for example, are serialized during innerHTML. thanks to star for noting this issue

1.2.29

Toggle 1.2.29's commit message
form submissions (for GET) now properly append serialized query strin…

…g to url derived from action (including clicked sumbit button)

1.2.28

Toggle 1.2.28's commit message
added focus and blur to window, (thanks to ventura for noting this wh…

…ile loading dojo). added named input elements to named forms so document.myform.myinput will work. still need to extend functionality to other form elements. discovered issue with timer implementation which implies we need to integrate timer with console.

1.2.27

Toggle 1.2.27's commit message
jorge ventura found a window leak in frames. when a window is closed …

…it should close all of its frames ownerWindows