forked from eliorav/arXiv-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Releases: modernized-js/arXiv-api
Releases · modernized-js/arXiv-api
@modernized/arxiv-api@1.0.0
@isamu
isamu
0231ced
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Highlights
First release of the package under the @modernized scope.
- Renamed from
arxiv-api-ts→@modernized/arxiv-api(#20) - Version reset to
1.0.0for 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-apiUsage
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
- chore: add npm version badge to README by @isamu in #10
- chore: yarn-update patch/minor + dedupe by @isamu in #17
- update by @isamu in #19
- Bump flatted from 3.3.3 to 3.4.2 by @dependabot[bot] in #15
- chore: rename package to @modernized/arxiv-api by @isamu in #20
- chore: prepare first publish under @Modernized scope by @isamu in #21
Full Changelog: https://github.com/isamu/arXiv-api-ts/compare/1.1.0...@modernized/arxiv-api@1.0.0
Assets 2
1.1.0
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
- Bump braces from 3.0.2 to 3.0.3 by @dependabot[bot] in #3
- Bump js-yaml from 3.13.1 to 3.14.2 by @dependabot[bot] in #4
- Bump fast-xml-parser from 4.4.0 to 4.4.1 by @dependabot[bot] in #5
- update by @isamu in #7
- chore: add Windows and macOS to CI matrix by @isamu in #8
- Eslint10 by @isamu in #9
New Contributors
- @dependabot[bot] made their first contribution in #3
Full Changelog: 1.0.4...1.1.0
Assets 2
1.0.4
update