Skip to content

Commit 4db21a0

Browse files
committed
Update version to v3
1 parent 83af475 commit 4db21a0

4 files changed

Lines changed: 29 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,31 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
66

7-
To see tags and releases, please go to [Tags](https://github.com/AlexJSully/Publication-Figures-Web-Scraping/tags) on [GitHub](https://github.com/AlexJSully/Publication-Figures-Web-Scraping).
7+
To see tags and releases, please go to [Tags](https://github.com/AlexJSully/Publication-Figure-Retrieval/tags) on [GitHub](https://github.com/AlexJSully/Publication-Figure-Retrieval).
8+
9+
## [3.0.0] - 2024-08-25
10+
11+
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.
12+
13+
Feature:
14+
15+
- No longer scrapes data from the web, instead retrieves data from the NCBI API
16+
17+
Optimization:
18+
19+
- Added TypeScript support and reorganized the codebase
20+
21+
Security:
22+
23+
- Update Axios package to fix security vulnerabilities
24+
25+
Documentation:
26+
27+
- Rewrote README.md to reflect the changes
28+
29+
Update:
30+
31+
- Updated packages, including Axios & ESLint (removed Sentry)
832

933
## [2.1.1] - 2024-08-08
1034

SECURITY.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ We are actively maintaining and developing on the latest build on the master bra
66

77
## Reporting a Vulnerability
88

9-
If you want to report a security vulnerability, you can do so [on the GitHub issues page](https://github.com/AlexJSully/Publication-Figures-Web-Scraping/issues/new/choose).
9+
If you want to report a security vulnerability, you can do so [on the GitHub issues page](https://github.com/AlexJSully/Publication-Figure-Retrieval/issues/new/choose).

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "publication-figure-retriever",
3-
"version": "2.1.1",
3+
"version": "3.0.0",
44
"description": "This tool provides a method for retrieving figures from NCBI's PubMed publications using NIH APIs for open access and publicly available publications.",
55
"main": "index.ts",
66
"scripts": {

0 commit comments

Comments
 (0)