Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: modernized-js/arXiv-api

@modernized/arxiv-api@1.0.0

08 May 22:09
@isamu isamu
0231ced
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

Highlights

First release of the package under the @modernized scope.

  • Renamed from arxiv-api-ts@modernized/arxiv-api (#20)
  • Version reset to 1.0.0 for a fresh start under the new scope (#21)
  • TypeScript 6 / fast-xml-parser 5.7 / ESLint 10 dependency baseline (#17, recent dependabot merges)

Install

npm i @modernized/arxiv-api
# or
yarn add @modernized/arxiv-api

Usage

import search from "@modernized/arxiv-api";
const papers = await search({
 searchQueryParams: [
 { include: [{ name: "RNN" }, { name: "Deep learning" }], exclude: [{ name: "LSTM" }] },
 { include: [{ name: "GAN" }] },
 ],
 start: 0,
 maxResults: 10,
});

📦 npm: @modernized/arxiv-api@1.0.0


What's Changed

Full Changelog: https://github.com/isamu/arXiv-api-ts/compare/1.1.0...@modernized/arxiv-api@1.0.0

Contributors

isamu, Modernized, and dependabot
Loading

1.1.0

09 Feb 06:23
@isamu isamu

Choose a tag to compare

Highlights

  • ESLint 10: Upgraded to ESLint 10 with updated config
  • Node 24 support: Updated for Node.js 24 compatibility
  • CI improvements: Added Windows and macOS to CI matrix
  • Dependency updates: Bumped fast-xml-parser and other packages

What's Changed

New Contributors

Full Changelog: 1.0.4...1.1.0

Contributors

isamu and dependabot
Assets 2
Loading

1.0.4

03 Dec 11:22
@isamu isamu

Choose a tag to compare

update
Loading

1.0.3

30 Jan 04:43
@isamu isamu

Choose a tag to compare

importing @ebanDev 's improvements

Contributors

ebanDev
Loading
ebanDev reacted with hooray emoji
1 person reacted

AltStyle によって変換されたページ (->オリジナル) /