Skip to content

Latest commit

 

History

History
225 lines (171 loc) · 13 KB

CHANGELOG.md

File metadata and controls

225 lines (171 loc) · 13 KB

2.3.1 (2016-10-13)

  • Merge pull request #181 from Muscot/master
  • Merge pull request #209 from Crazometer/readme-driver-fix
  • Clarification suggested by @gebrits
  • Merge pull request #216 from 600rr/patch-1
  • Update index.js
  • Moved driver list to correct place and added request driver.
  • Merge pull request #179 from fatman-/patch-1
  • Merge pull request #191 from piamancini/patch-1
  • Merge pull request #192 from GeoffreyEmery/patch-1
  • update to readme
  • Update Read.me
  • Added backers and sponsors from OpenCollective
  • Merge pull request #190 from davidarnarsson/master
  • Fixed spaces
  • Fixed coding style
  • Fixes a problem when encountering malformed URLs while "absolutizing" urls in a document.
  • Merge pull request #186 from wayneashleyberry/patch-1
  • Update Readme.md
  • Moved example follow.js to a folder crawler that test to follow many links and retrieve information. Changed to standard js.
  •       // Nested crawling broken on 'master'. When to merge 'bugfix/nested-crawling' #111           // -------------------------------------------------------------------------------           // Needed to exit this without calling next, the problem was that it returned to           // the "finished" callback before it had retrived all pending request. it should           // wait for "return next(null, compact(out))"
    
  • Fix typo in index.js in the collections example

2.3.0 (2016-04-26)

  • fix README code in 'Collections' (3a8470c)
  • Support x-ray-parse filters (0fa5093)
  • Update Readme and contributors (faabc13)

2.2.0 (2016-03-30)

2.1.1 (2016-03-29)

2.1.0 (2016-03-25)

2.0.3 (2016-01-06)

  • Added support for tag when generating absolute URLs. (11dd8f7)
  • added video (46abded)
  • Do no error on trying to follow a non-url (030e5ea)
  • Emit error on correct stream (488d5dd), closes #98
  • Fix issue when one of the selector is null (e7318d5)
  • Fix potential issue when selector is a function following comments on commit e7318d591908d04b439c1ff (9327cfa)
  • Paginating => Crawling (6750a38)
  • Release 2.0.3 (8c3b6e3)

2.0.2 (2015-07-04)

2.0.1 (2015-06-24)

1.0.5 (2015-03-10)

1.0.4 (2015-03-08)

  • Add img[src] to absolute urls (d9090d2)
  • add test (2d9edc6)
  • Added Gitter badge (c8a09d9)
  • Delete dribbble-search.js (109da37)
  • Release 1.0.4 (524ed37)
  • update list of attribute affected by absolute urls (bae1926)

1.0.3 (2015-02-07)

  • add xray.prepare(str, fn) for custom 'title | uppercase' filters (4cf1897)
  • better spot for badges (d62f2a0)
  • Release 1.0.3 (d9d93aa)

1.0.2 (2015-02-06)

1.0.1 (2015-02-05)

1.0.0 (2015-02-04)