Skip to content

Releases: AlexJSully/Publication-Figure-Retrieval

3.0.1: Re-added the ability to resume the process if cancelled

26 Aug 23:37
740b403
Compare
Choose a tag to compare

Feature:

  • Re-added the ability to resume the process if it was canceled

Use API instead of of web scrape

25 Aug 21:35
Compare
Choose a tag to compare

The Publication Figures Web Scraper has been renamed to Publication Figure Retrieval as it no longer scrapes data from the web. Instead, it retrieves data from the NCBI API. This major change was done to comply with the NCBI's terms of service and policies.

Feature:

  • No longer scrapes data from the web, instead retrieves data from the NCBI API

Optimization:

  • Added TypeScript support and reorganized the codebase

Security:

  • Update Axios package to fix security vulnerabilities

Documentation:

  • Rewrote README.md to reflect the changes

Update:

  • Updated packages, including Axios & ESLint (removed Sentry)

2.1.1: Fixed unable to retrieve PMC IDs

08 Aug 13:27
Compare
Choose a tag to compare

Optimization:

  • Added Jest unit testing

Documentation:

  • Removed unnecessary Deepsource and Codeclimate badges

Update:

  • Sentry now tracks console errors
  • Update packages, including Prettier & ESLint
  • Updated GitHub Actions to use Node 20

Bug fix:

  • Fixed getting PMC IDs would always return 0 ID strings for each species

Version 2.1.0: Functional release tag

03 Nov 03:43
Compare
Choose a tag to compare