spencermountain / Freebase.js

inference and inspection on freebase data
107 stars 14 forks source link

add option for not escaping mqlread() results #13

Closed Trott closed 9 years ago

Trott commented 9 years ago

I'm working on the command line and want my results to not be HTML escaped (so I get the string Sid & Nancy rather than Sid & Nancy). So I added the option.

Trott commented 9 years ago

Thanks for the quick merge! Any chance I can persuade you to publish the current master branch as 3.1.0 on npm so I can just specify that in my project's package.json and dispense with monkey-patching the contents of node_modules?

Trott commented 9 years ago

Err...although I should make sure I don't need to monkey with freebase.paginate too...

Trott commented 9 years ago

freebase.paginate passes through the option just fine to freebase.mqlread so I'm all good. So back to the request: Any chance you can push a new version to npm?

spencermountain commented 9 years ago

done

Trott commented 9 years ago

Yay! Thanks!

happy dancing