All Versions
17
Latest Version
Avg Release Cycle
101 days
Latest Release
1981 days ago
Changelog History
Page 1
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 -
v2.2.0 Changes
March 30, 2016 -
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