Releases: medialab/artoo
Releases · medialab/artoo
v0.4.3
v0.4.2
- Fixing outdated jQuery selectors (@0xc0d3c5).
v0.4.1
- Fixing
artoo.ui
after Shadow DOM API deprecations.
v0.4.0
- Adding the current dom element as second argument to the
artoo.scrape
callbacks (jbryson3). - Fixing
artoo.ajaxSniffer.after
.
v0.3.4
- Fixing
artoo.saveImage
by adding thegetExtension
helper back.
v0.3.3
v0.3.2
- Updating external dependencies:
jquery
,jquery-simulate
,emmett
. - Safer jQuery injection routine.
- Enhancing phantomjs integration.
v0.3.1
- Updating dependencies.
- Updating phantomjs helpers.
- Fixing cheerio integration.
- Fixing
artoo.scrape
's recursion thanks to @slashdotdash. - Adding callback to
artoo.beep
thanks to @aileo.
v0.3.0
- Several enhancements for uses within Phantom.js.
- Several enhancements to the beeping utility.
- Adding writers and parsers.
- Adding
artoo.cookies
. - Adding emmett as event emitter.
- Removing instructions, alas.
- Fixing
artoo.helpers.jquerify
. - Fixing
artoo.scrape
recursivity. - Fixing log settings.
- Updating node.js process.
- Updating
jquery.simulate
to version1.0.1-pre
.
v0.2.0
- Adding Node.js version of the library.
- Enhancing Phantom.js support.
- Adding possibility to inject UI.
- Adding an ajax sniffer.
- Adding an
injectInlineStyle
helper. - Adding a
scrapeOne
option to the ajaxSpider. - Adding an async option to
injectScript
helper. - Adding a
log.welcome
setting. - Adding a
reExec
setting. - Adding
$().scrape
. - Adding
$().scrapeOne
. - Adding
$().scrapeTable
. - Adding
createStore
. - Adding
createAsyncStore
. - Adding XHR related parsers.
- Reworking the
waitFor
helper callback. - Reworking dependencies system.
- Fixing some
store
bugs. - Converting to gulp and adding a gulp plugin.
- Adding a Yeoman generator to scaffold bookmarklets.
- Removing base64 beep in favor of a more complete but lighter system.