Skip to content

Release 6.0.11

Compare
Choose a tag to compare
@Masquerade-Circus Masquerade-Circus released this 03 Aug 01:18
· 105 commits to main since this release

6.0.11 (2022-08-03)

Code Refactoring

  • implement signals with typescript: implement signals with typescript (c51b180)
  • implement store plugin with typescript (f88f368)
  • node: implement node plugin in typescript (f79445f)
  • plugin/hooks: refactor hooks.js to hooks.ts (9f0437b)
  • request: implement request plguin with typescript (8133505)
  • router: implement rotuer with typescript (11e915a)
  • sw: implement service worker plugin in typescript (8b214eb)

Build System

  • change package.json exports and build.js system (fdcf09c)
  • remove register.js and plugins from file list (b3e1dfe)
  • update dependencies. Remove node-fetch, now we will use the built in fetch api for nodejs (32b21ca)
  • update dev dependendies (a5f1f91)
  • update release-it and release-it-changelog dependencies (d9c33c7)

Tests

  • fix failing benchmarks: fix failing benchmarks (a60022b)
  • remove dot only (dac4ac0)