All Versions
17
Latest Version
Avg Release Cycle
101 days
Latest Release
1748 days ago

Changelog History
Page 1

  • v2.3.4 Changes

    July 07, 2019

    โœ… Most of this is housekeeping to bump dependency versions, fix testability due to dependency changes, etc.

    Now requires Node 6+.

    โšก๏ธ Also, updates to add better async/await support and handling of empty streams.

  • v2.3.3

    June 22, 2018
  • v2.3.2 Changes

    February 24, 2017
    • removed bumped
    • Merge pull request #283 from matthewmueller/renovate/pin-dependencies
    • Pin Dependencies
    • Merge pull request #282 from matthewmueller/renovate/configure
    • Add renovate.json
    • Merge pull request #241 from kengz/master
    • Merge pull request #232 from dfcowell/master
    • Merge pull request #218 from jmichelin/master
    • Merge pull request #200 from thangngoc89/master
    • Merge branch 'master' into master
    • Merge pull request #253 from linguistbreaker/master
    • Merge pull request #250 from mandeldl/master
    • add job board
    • fixing path for require() for XRay and a typo in path.resolve
    • fix example typos and relative paths
    • add json parsing error handler to promisify
    • add readme for promisify
    • add promisify option for xray.then(); add tests
    • Update readme.
    • Remove test constraints.
    • Add abort function to allow for ending pagination based on returned results/next url.
    • Merge pull request #1 from jmichelin/jmichelin-patch-1
    • [bug](examples) fix typo in selector example
    • Fix Composition and collection error
  • v2.3.1 Changes

    October 13, 2016
    • 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
  • v2.3.0 Changes

    April 26, 2016
    • ๐Ÿ›  fix README code in 'Collections' (3a8470c)
    • ๐Ÿ‘Œ Support x-ray-parse filters (0fa5093)
    • โšก๏ธ Update Readme and contributors (faabc13)
  • v2.2.0 Changes

    March 30, 2016
    • ๐Ÿ›  fix error when html is null (f73990f)
    • ๐Ÿ›  Fix style (636d4f0)
    • โœ… run pretest on travis (21eabfb)
  • v2.1.1 Changes

    March 29, 2016
    • โœ‚ delete unnecessary fixture (85a42a7)
    • Extra util.isObject method (cd56198)
    • ๐Ÿ›  Fix #162 (7484e20), closes #162
    • ๐Ÿ›  fix example links in readme (29ab95e)
    • Setup correctly init state (0c3f421)
    • โฌ†๏ธ upgrade rimraf (43c2eb9)
  • v2.1.0 Changes

    March 25, 2016
    • โž• Add .stream section in docs (3dbaa61)
    • โž• Add badges (5ca8cbd)
    • โž• Add bumped integration (70c39b0)
    • โž• Add cheerio dev dependency (c34fed4)
    • โž• Add coveralls integration (fc9b6d5)
    • โž• Add missing fields (1d2f669)
    • โž• Add node.stream (c573cda)
    • โž• Add phantom setup (c116752)
    • โž• Add travis (32c74c6)
    • ๐Ÿ“š Change to documentation of support for raw HTML (959f791)
    • Cleanup dependencies (27933d8)
    • โœ‚ Delete commented code (b788d93)
    • ๐Ÿ”’ Disable security in testing (a26f8e5)
    • doc - API usage correction (324291b)
    • Ensure to have last mocha version (96264af)
    • Extract stream helpers and WalkHTML methods (6f73cac)
    • Extract util methods (0781058)
    • ๐Ÿ›  Fix #148 (d79f94e), closes #148
    • ๐Ÿ›  Fix examples (a9c9c5f)
    • ๐Ÿ›  Fix package (a0e8be7)
    • ๐Ÿ›  Fix potential issue when selector is a function following comments on commit e7318d591908d04b439c1ff (9327cfa)
    • ๐Ÿ›  Fix some linter messages (50c00cc)
    • ๐Ÿ›  Fix test (2b2f027)
    • ๐Ÿ›  Fix test (1adf200)
    • ๐Ÿ›  Fix test (760b615)
    • ๐Ÿ›  Fix travis integration with phantom (0966ef1)
    • ๐Ÿ›  Fix typo (03d044c)
    • Generate (again) changelog (8610ff5)
    • ๐Ÿ– Handle invalid URL and invalid HTML input (61738eb)
    • ๐Ÿ”จ little refactor (78cf007)
    • ๐Ÿšš Move xray phantom out of xray dep (0cf2be3)
    • ๐Ÿ‘• Prevent lint phantom stuff (58cb404)
    • โœ‚ Remove testing section, just look badges! (978306f)
    • โœ… Rename testing files. More easy to search (0a269fd)
    • Setup node version (6f77635)
    • Sort requires (9b204dd)
    • ๐Ÿ”จ total refactor (6d30434)
    • โšก๏ธ Update travis phantom build (cd37e33)
    • โšก๏ธ Update travis phantom pattern (db9e63b)
    • โฌ†๏ธ Upgrade dependency (3aeea03)
    • โฌ†๏ธ upgrade deps (cef188e)
    • ๐Ÿšง WIP (1f0bc2f)
    • ๐Ÿšง WIP (6fece6c)
    • โœ… xit tests that doesn't work well. (095ad5f)
  • v2.0.3 Changes

    January 06, 2016
    • โž• 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)
  • v2.0.2 Changes

    July 04, 2015
    • โž• add test dependency (de3a3f0)
    • ๐Ÿ– handle the empty result set case (a257ef7)
    • ๐Ÿš€ Release 2.0.2 (c179fbb)