Skip to content
This repository has been archived by the owner on Feb 22, 2021. It is now read-only.

Releases: sidvishnoi/respec-caniuse-route

v3.1.1

13 Jan 12:36
Compare
Choose a tag to compare
chore(package): bump version to 3.1.1

v3.1.0

19 Mar 15:34
Compare
Choose a tag to compare
chore(package): bump version to 3.1.0

v3.0.2

16 Aug 10:38
8bfc870
Compare
Choose a tag to compare

Move back to commonjs

v3.0.1

12 Aug 13:34
Compare
Choose a tag to compare

Fix release not having any file as prepare script didn't run

v3.0.0

12 Aug 13:02
202c62b
Compare
Choose a tag to compare

BREAKING CHANGE: Use ESM, change scraper API, DATA_DIR in env

  • Started using TypeScript for development.
  • Migrate from commonjs to ESM.
  • Scraper is no longer a process. It maybe run in a Worker thread.
    import { main as scrapeCaniuse } from './scraper';
    const isDataUpdated = await scrapeCaniuse();
  • enhancement(scraper): don't parse if data hasn't updated
  • Environment variable DATA_DIR, whose value is the directory where
    data is saved, is required. This is done for consistency. This also
    avoids hard coding a directory..

v2.0.1

07 Apr 06:16
Compare
Choose a tag to compare

fix DATA_DIR value

v2.0.0

07 Apr 05:54
Compare
Choose a tag to compare
  • Move all data (raw and processed) to data/caniuse-raw and data/caniuse folders respectively.
  • BREAKING CHANGE: return null if data for a feature is not found, instead of returning an empty object

v1.0.4

28 Mar 05:02
Compare
Choose a tag to compare
chore(package): bump version

v1.0.3

19 Mar 12:47
Compare
Choose a tag to compare

Fixes a crash while running with pm2

v1.0.2

17 Mar 16:42
Compare
Choose a tag to compare

Improve error handling