After switching from 0.0.3 to 0.0.4 I'm getting error "no handler for data" when reading media link of content type text/html:
OData.read({
requestUri: myUrl + "/Document('docid')/$value",
headers: {
'Accept': 'text/html'
}
}, function (data, response) {
}, function (err) {
});