Skip to content

Releases: deflis/node-narou

v2.0.0

03 Jan 16:05
0676ca7

Choose a tag to compare

What's Changed

  • Create LICENSE by @deflis in #121
  • Bump @vitest/coverage-v8 from 3.1.2 to 3.1.3 by @dependabot[bot] in #115
  • Bump msw from 2.7.5 to 2.7.6 by @dependabot[bot] in #119
  • Bump actions/setup-node from 3.9.1 to 4.4.0 by @dependabot[bot] in #120
  • Bump eslint-config-prettier from 10.1.2 to 10.1.5 by @dependabot[bot] in #124
  • Bump davelosert/vitest-coverage-report-action from 2.8.2 to 2.8.3 by @dependabot[bot] in #127
  • Bump msw from 2.7.6 to 2.8.4 by @dependabot[bot] in #128
  • devDependenciesに@swc/coreを追加 by @deflis in #133
  • Bump msw from 2.8.5 to 2.8.7 by @dependabot[bot] in #134
  • Bump @vitest/coverage-v8 from 3.1.4 to 3.2.0 by @dependabot[bot] in #135
  • Bump @types/node from 22.15.24 to 22.15.29 by @dependabot[bot] in #136
  • Bump eslint from 9.27.0 to 9.28.0 by @dependabot[bot] in #137
  • Bump @types/node from 22.15.29 to 22.15.30 by @dependabot[bot] in #139
  • Bump @typescript-eslint/parser from 8.33.0 to 8.33.1 by @dependabot[bot] in #140
  • READMEのDeepWikiバッジを修正 by @deflis in #144
  • llms.txtの追加とREADMEの更新 by @deflis in #145
  • Bump brace-expansion from 1.1.11 to 1.1.12 in the npm_and_yarn group by @dependabot[bot] in #146
  • Bump @swc/core from 1.12.0 to 1.12.7 by @dependabot[bot] in #156
  • Bump @types/node from 22.15.31 to 24.0.7 by @dependabot[bot] in #155
  • Potential fix for code scanning alert no. 2: Workflow does not contain permissions by @deflis in #190
  • Potential fix for code scanning alert no. 1: Workflow does not contain permissions by @deflis in #191
  • Add repository guidelines in AGENTS.md by @deflis in #205
  • パッケージバージョンアップとtsdownの設定追加と型キャストの修正 by @deflis in #206
  • Order における ReviewCount の値を修正 by @hrshrmsh in #212
  • fetchのパラメータを指定できるようにする。 by @deflis in #213
  • バージョンを1.2.0から2.0.0に更新 by @deflis in #214

New Contributors

Full Changelog: v1.2.0...v2.0.0

v1.2.0

02 May 23:47
48cae73

Choose a tag to compare

What's Changed

  • Bump @types/node from 22.10.3 to 22.10.5 by @dependabot in #33
  • Bump @typescript-eslint/parser from 8.19.0 to 8.19.1 by @dependabot in #34
  • Bump eslint-config-prettier from 9.1.0 to 10.0.1 by @dependabot in #37
  • Bump eslint-plugin-prettier from 5.2.1 to 5.2.3 by @dependabot in #41
  • Bump vite from 5.4.11 to 5.4.14 in the npm_and_yarn group by @dependabot in #42
  • Bump vitest from 2.1.8 to 2.1.9 in the npm_and_yarn group by @dependabot in #55
  • Bump tsup from 8.3.5 to 8.4.0 by @dependabot in #64
  • Bump vite from 5.4.14 to 5.4.19 in the npm_and_yarn group by @dependabot in #89
  • Bump eslint from 9.17.0 to 9.25.1 by @dependabot in #87
  • Bump @types/node from 22.10.5 to 22.15.3 by @dependabot in #85
  • dependabotにGithub Actionsを追加 by @deflis in #90
  • Bump actions/checkout from 3 to 4 by @dependabot in #93
  • Bump actions/deploy-pages from 1 to 4 by @dependabot in #94
  • テストのGithub Actionsを修正 by @deflis in #101
  • Bump actions/configure-pages from 1 to 5 by @dependabot in #92
  • Bump simenandre/publish-with-pnpm from 1 to 2 by @dependabot in #95
  • Bump @typescript-eslint/parser from 8.19.1 to 8.31.1 by @dependabot in #100
  • Github Actionsで他のアクションも整理 by @deflis in #102
  • ツールチェインのアップデート by @deflis in #103
  • package.jsonのexportsセクションを整理し、nodeおよびbrowserのエクスポートを明確に定義 by @deflis in #104
  • SearchBuilderR18のテストを追加 by @deflis in #105
  • SearchParamsのispickupプロパティをBooleanNumber.Trueに変更し、isPickupメソッドを修正 by @deflis in #106
  • DeepWikiのバッジを追加 by @deflis in #107
  • ドキュメントを追加 by @deflis in #110
  • テストを追加 by @deflis in #109
  • ユーザー検索機能を修正 by @deflis in #108
  • Remove date fns by @deflis in #111
  • バージョンを1.1.0から1.2.0に更新 by @deflis in #112
  • setup-nodeのリポジトリURLを追加 by @deflis in #113
  • registry-urlのキー名を修正 by @deflis in #114

Full Changelog: v1.1.0...v1.2.0

v1.1.0

04 Jan 17:26
e2a21f1

Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.1.0

v1.0.0

27 Feb 14:22
16b598f

Choose a tag to compare

What's Changed

  • Remove node-fetch and update dependencies and scripts by @deflis in #18
  • pnpm化でGithub Actionsでドキュメントの自動生成が動かなくなったのを修正 by @deflis in #20
  • Update package version to 1.0.0 by @deflis in #19
  • パブリッシュがうまくいかない問題を修正 by @deflis in #21
  • Update npm publish action by @deflis in #22

New Contributors

Full Changelog: v0.9.3...v1.0.0

v0.9.3

15 Nov 18:36

Choose a tag to compare

v0.9.3

v0.9.2

15 Nov 17:35

Choose a tag to compare

Package exports を調整

v0.9.1

08 Nov 18:10

Choose a tag to compare

cjsとmjsが逆になってた

v0.9.0

08 Nov 17:48

Choose a tag to compare

releaseのgithub actionsを修正

メジャーバージョンアップ!

11 Feb 18:17

Choose a tag to compare

Pre-release
0.2.0

bump up 0.2.0

0.0.1

21 Jan 15:43

Choose a tag to compare

0.0.1 Pre-release
Pre-release
release 0.0.1