Ayakashi Versions Save

:zap: Ayakashi.io - The next generation web scraping framework

1.0.0-beta2.1

4 years ago
  • use a new, more efficient chromium downloader
  • start using a global store folder
  • use a recommended chromium revision instead of downloading the latest one
  • chromium will now be downloaded only once in the global store folder (instead of a local .chromium directory)
  • local .cache and .session directories are also moved to the global store
  • show a notification if there is a new update or chromium revision

Update to the latest version by running:

npm update -g ayakashi

1.0.0-beta2

4 years ago

The first major beta release :tada:

Changes

Upgrade to the latest version by running:

npm install -g ayakashi

1.0.0-beta1.7

4 years ago

Another stability focused release before moving to beta 2.

  • fix process buffer overflow
  • fix long-running event memory leak
  • small fixes and improvements

Upgrade to the latest version by running:

npm install -g ayakashi

1.0.0-beta1.6

4 years ago

Fix memory leak caused by zombie connections

1.0.0-beta1.5

4 years ago

1.0.0-beta1.4

4 years ago

Includes some extra logging to help debugging

1.0.0-beta1.3

4 years ago
  • add a hasMatches() helper method on props
  • properly throw evaluate() errors
  • minor fixes

1.0.0-beta1.2

5 years ago

fix some path issues on Windows

1.0.0-beta1.1

5 years ago

Improve getting started experience

1.0.0-beta1

5 years ago

First release! 🎉