Skip to content

Releases: takker99/scrapbox-userscript-std

0.29.4

13 Jan 01:03
c6561a0
Compare
Choose a tag to compare

What's Changed

  • Devin/1735797568 translate japanese comments by @nishio in #215

New Contributors

Full Changelog: 0.29.3...0.29.4

0.29.3

24 Dec 07:17
8fffbb2
Compare
Choose a tag to compare

What's Changed

  • build: Use deno outdated for updating dependencies by @takker99 in #213
  • fix(REST API): init in importPages can be optional. by @takker99 in #214

Full Changelog: 0.29.2...0.29.3

0.29.2

12 Nov 03:18
865e7ff
Compare
Choose a tag to compare

What's Changed

  • 📦 update @std/assert and @std/testing by @github-actions in #204
  • 📦 update @std/async and option-t by @github-actions in #208
  • 📦 update @std/async and option-t by @github-actions in #209
  • 📦 update dependencies by @github-actions in #210
  • 📦 update dependencies by @github-actions in #211
  • perf: Make export identifiers tree-shakable by @takker99 in #212

Full Changelog: 0.29.1...0.29.2

0.29.1

26 Sep 06:59
c5a50b6
Compare
Choose a tag to compare

What's Changed

  • 📦 update dependencies by @github-actions in #202
  • 📦 bump socket.io-client to 4.8.0 by @github-actions in #203
  • docs: Add docs of RobustFetch by @takker99 in #205
  • refactor: simplify syntax around URLSearchParams by @takker99 in #206
  • feat: Export push by @takker99 in #207

Full Changelog: 0.29.0...0.29.1

0.29.0

15 Sep 08:18
ff29927
Compare
Choose a tag to compare

What's Changed

This release includes BREAKING CHANGES.

  • 📦 Update Deno dependencies by @github-actions in #191
  • 📦 Update Deno dependencies by @github-actions in #192
  • 📦 Update Deno dependencies by @github-actions in #193
  • 📦 Update Deno dependencies by @github-actions in #194
  • 📦 Update Deno dependencies by @github-actions in #196
  • 📦 Update Deno dependencies by @github-actions in #197
  • 📦 Update Deno dependencies by @github-actions in #198
  • 📦 Update Deno dependencies by @github-actions in #199
  • 📦 Update Deno dependencies by @github-actions in #200
  • refactor: Examine how the scrapbox websocket peforms on emit and apply to API by @takker99 in #195
  • ci: use @molt/action and deno test --doc by @takker99 in #201

Full Changelog: 0.28.4...0.29.0

0.28.4

08 Aug 00:59
8a3cbbf
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.28.3...0.28.4

0.28.3

08 Aug 00:16
36f1011
Compare
Choose a tag to compare

What's Changed

  • feat(REST API): Implement getLinks.toRequest and getLinks.fromResponse by @takker99 in #187
  • refactor(REST API): Set the default CSRF token in getCSRFToken by @takker99 in #188
  • refactor(websocket): Use Result from npm:option-t by @takker99 in #189

Full Changelog: 0.28.2...0.28.3

0.28.2

06 Aug 08:09
d443c8a
Compare
Choose a tag to compare

What's Changed

  • refactor: Remove std/hash from vendor/ and Organize scrapbox-userscript-websocket roughly by @takker99 in #182
  • ci(@molt/cli): Wrong command name by @takker99 in #183
  • refactor: Use pre- defined BaseLine type by @takker99 in #184
  • 📦 Update Deno dependencies by @github-actions in #185
  • fix(deno-udd): Deal with Breaking Changes in @core/unknownutil by @takker99 in #186

Full Changelog: 0.28.1...0.28.2

0.28.1

02 Aug 09:11
c34e418
Compare
Choose a tag to compare

What's Changed

  • refactor(REST API): Define type alias of each API's error for convenient by @takker99 in #181

Full Changelog: 0.28.0...0.28.1

0.28.0

02 Aug 07:38
187d6ed
Compare
Choose a tag to compare

What's Changed

  • feat(REST API): Replace my own Result<T, E> with option-t`'s by @takker99 in #180

This release contains BREAKING CHANGES related to the implement of Result<T, E>

Full Changelog: 0.27.3...0.28.0