Skip to content

Releases: marco-ippolito/fiume

v0.3.5

06 Aug 11:57
6c4a074
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.5...v0.3.5

v0.2.5

31 Jul 17:50
087e15f
Compare
Choose a tag to compare

What's Changed

  • build(deps-dev): bump markdownlint-cli from 0.38.0 to 0.39.0 by @dependabot in #48
  • build(deps-dev): bump @commitlint/config-conventional from 18.5.0 to 18.6.0 by @dependabot in #49
  • build(deps-dev): bump @commitlint/cli from 18.5.0 to 18.6.0 by @dependabot in #50
  • build(deps-dev): bump husky from 8.0.3 to 9.0.6 by @dependabot in #51
  • build(deps-dev): bump husky from 9.0.6 to 9.0.10 by @dependabot in #52
  • build(deps-dev): bump @commitlint/config-conventional from 18.6.0 to 18.6.2 by @dependabot in #53
  • build(deps-dev): bump husky from 9.0.10 to 9.0.11 by @dependabot in #54
  • build(deps-dev): bump @commitlint/cli from 18.6.0 to 18.6.1 by @dependabot in #55
  • build(deps-dev): bump tsd from 0.30.4 to 0.30.7 by @dependabot in #56
  • build(deps): bump actions/setup-node from 4.0.1 to 4.0.2 by @dependabot in #57
  • build(deps): bump pnpm/action-setup from 2 to 3 by @dependabot in #58
  • build(deps-dev): bump @commitlint/config-conventional from 18.6.2 to 19.0.3 by @dependabot in #59
  • build(deps-dev): bump @commitlint/cli from 18.6.1 to 19.0.3 by @dependabot in #60
  • build(deps-dev): bump typescript from 5.3.3 to 5.4.2 by @dependabot in #61
  • build(deps-dev): bump @biomejs/biome from 1.5.3 to 1.6.0 by @dependabot in #62
  • build(deps-dev): bump @biomejs/biome from 1.6.0 to 1.6.1 by @dependabot in #63
  • build(deps-dev): bump @commitlint/config-conventional from 19.0.3 to 19.1.0 by @dependabot in #65
  • build(deps-dev): bump @commitlint/cli from 19.0.3 to 19.2.0 by @dependabot in #64
  • Feat vitepress by @hackpirodev in #66
  • build(deps-dev): bump c8 from 9.0.0 to 9.1.0 by @dependabot in #69
  • build(deps-dev): bump @types/node from 20.9.0 to 20.11.30 by @dependabot in #70
  • build(deps-dev): bump typescript from 5.2.2 to 5.4.3 by @dependabot in #72
  • build(deps-dev): bump @biomejs/biome from 1.6.1 to 1.6.2 by @dependabot in #75
  • build(deps-dev): bump @commitlint/cli from 19.0.3 to 19.2.1 by @dependabot in #73
  • build(deps-dev): bump @orama/searchbox from 1.0.0-beta.13 to 1.0.0-rc1 by @dependabot in #71
  • build(deps-dev): bump vitepress from 1.0.0-rc.45 to 1.0.1 by @dependabot in #74
  • build(deps-dev): bump @orama/orama from 2.0.0-beta.7 to 2.0.11 by @dependabot in #76
  • build(deps-dev): bump vitepress from 1.0.1 to 1.0.2 by @dependabot in #78
  • build(deps-dev): bump @orama/plugin-vitepress from 2.0.11 to 2.0.12 by @dependabot in #79
  • build(deps-dev): bump @biomejs/biome from 1.6.2 to 1.6.3 by @dependabot in #80
  • build(deps-dev): bump tsd from 0.30.0 to 0.31.0 by @dependabot in #81
  • build(deps-dev): bump husky from 9.0.6 to 9.0.11 by @dependabot in #82
  • build(deps-dev): bump @orama/orama from 2.0.11 to 2.0.12 by @dependabot in #83
  • build(deps-dev): bump @types/node from 20.11.30 to 20.12.2 by @dependabot in #77
  • build(deps-dev): bump @orama/searchbox from 1.0.0-rc1 to 1.0.0-rc5 by @dependabot in #84
  • build(deps-dev): bump @orama/plugin-vitepress from 2.0.12 to 2.0.13 by @dependabot in #85
  • build(deps-dev): bump @biomejs/biome from 1.6.3 to 1.6.4 by @dependabot in #88
  • build(deps-dev): bump @types/node from 20.12.2 to 20.12.5 by @dependabot in #87
  • build(deps-dev): bump @orama/searchbox from 1.0.0-rc5 to 1.0.0-rc14 by @dependabot in #90
  • build(deps-dev): bump @orama/orama from 2.0.12 to 2.0.13 by @dependabot in #89
  • build(deps-dev): bump typescript from 5.4.3 to 5.4.4 by @dependabot in #86
  • build(deps-dev): bump @commitlint/cli from 19.2.1 to 19.2.2 by @dependabot in #91
  • build(deps-dev): bump @commitlint/config-conventional from 19.0.3 to 19.2.2 by @dependabot in #93
  • build(deps-dev): bump @orama/orama from 2.0.13 to 2.0.15 by @dependabot in #95
  • build(deps-dev): bump vitepress from 1.0.2 to 1.1.0 by @dependabot in #97
  • build(deps-dev): bump @orama/searchbox from 1.0.0-rc14 to 1.0.0-rc19 by @dependabot in #98
  • build(deps-dev): bump typescript from 5.4.4 to 5.4.5 by @dependabot in #94
  • build(deps-dev): bump @orama/plugin-vitepress from 2.0.13 to 2.0.15 by @dependabot in #96
  • build(deps-dev): bump @types/node from 20.12.5 to 20.12.7 by @dependabot in #92
  • fix(types): adjust import statements & typing for updated biome rules by @hackpirodev in #67
  • Fix copy docs by @hackpirodev in #68
  • build(deps-dev): bump @orama/orama from 2.0.15 to 2.0.16 by @dependabot in #99
  • build(deps-dev): bump vitepress from 1.1.0 to 1.1.3 by @dependabot in #102
  • build(deps-dev): bump @biomejs/biome from 1.6.4 to 1.7.0 by @dependabot in #103
  • build(deps-dev): bump @orama/searchbox from 1.0.0-rc19 to 1.0.0-rc25 by @dependabot in #100
  • build(deps-dev): bump @orama/plugin-vitepress from 2.0.15 to 2.0.16 by @dependabot in #101
  • build(deps-dev): bump @commitlint/cli from 19.2.2 to 19.3.0 by @dependabot in #104
  • build(deps-dev): bump vitepress from 1.1.3 to 1.1.4 by @dependabot in #105
  • build(deps-dev): bump @orama/searchbox from 1.0.0-rc25 to 1.0.0-rc26 by @dependabot in #106
  • build(deps-dev): bump @biomejs/biome from 1.7.0 to 1.7.1 by @dependabot in #107
  • build(deps-dev): bump @orama/searchbox from 1.0.0-rc26 to 1.0.0-rc27 by @dependabot in #108
  • build(deps-dev): bump @orama/orama from 2.0.16 to 2.0.17 by @dependabot in #109
  • build(deps-dev): bump @biomejs/biome from 1.7.1 to 1.7.3 by @dependabot in #113
  • build(deps-dev): bump markdownlint-cli from 0.39.0 to 0.40.0 by @dependabot in #110
  • build(deps-dev): bump @orama/plugin-vitepress from 2.0.16 to 2.0.17 by @dependabot in #111
  • build(deps-dev): bump @types/node from 20.12.7 to 20.12.8 by @dependabot in #112
  • build(deps-dev): bump @orama/plugin-vitepress from 2.0.17 to 2.0.18 by @dependabot in #114
  • build(deps-dev): bump rimraf from 5.0.5 to 5.0.7 by @dependabot in #115
  • build(deps-dev): bump @orama/orama from 2.0.17 to 2.0.18 by @dependabot in #116
  • build(deps-dev): bump @types/node from 20.12.8 to 20.12.11 by @dependabot in #117
  • build(deps-dev): bump @orama/searchbox from 1.0.0-rc27 to 1.0.0-rc31 by @dependabot in #118
  • build(deps-dev): bump @types/node from 20.12.11 to 20.12.12 by @dependabot in #119
  • build(deps-dev): bump vitepress from 1.1.4 to 1.2.0 by @dependabot in #120
  • build(deps-dev): bump @orama/searchbox from 1.0.0-rc31 to 1.0.0-rc33 by @dependabot in #121
  • build(deps-dev): bump markdownlint-cli from 0.40.0 to 0.41.0 by @dependabot in #122
  • build(deps-dev): bump vitepress from 1.2.0 to 1.2.2 by @dependabot in #123
  • build(deps): bump pnpm/action-setup from 3 to 4 by @dependabot in #124
  • build(deps-dev): bump @orama/plugin-vitepress from 2.0.18 to 2.0.19 by @dependabot in #12...
Read more

v0.2.4

22 Jan 11:59
d713a2a
Compare
Choose a tag to compare

What's Changed

  • build(deps-dev): bump tsd from 0.29.0 to 0.30.0 by @dependabot in #35
  • build(deps): bump actions/setup-node from 4.0.0 to 4.0.1 by @dependabot in #36
  • build(deps-dev): bump tsd from 0.30.0 to 0.30.1 by @dependabot in #37
  • build(deps-dev): bump @commitlint/config-conventional from 18.4.3 to 18.4.4 by @dependabot in #38
  • build(deps-dev): bump c8 from 8.0.1 to 9.0.0 by @dependabot in #39
  • build(deps-dev): bump tsd from 0.30.1 to 0.30.3 by @dependabot in #41
  • build(deps-dev): bump @commitlint/cli from 18.4.3 to 18.4.4 by @dependabot in #40
  • build(deps-dev): bump @biomejs/biome from 1.4.1 to 1.5.2 by @dependabot in #42
  • build(deps-dev): bump c8 from 9.0.0 to 9.1.0 by @dependabot in #43
  • build(deps-dev): bump tsd from 0.30.3 to 0.30.4 by @dependabot in #44
  • build(deps-dev): bump @commitlint/cli from 18.4.4 to 18.5.0 by @dependabot in #45
  • build(deps-dev): bump @biomejs/biome from 1.5.2 to 1.5.3 by @dependabot in #46
  • build(deps-dev): bump @commitlint/config-conventional from 18.4.4 to 18.5.0 by @dependabot in #47

Full Changelog: v0.2.3...v0.2.4

v0.2.3

16 Dec 09:41
Compare
Choose a tag to compare

What's Changed

  • build(deps-dev): bump @biomejs/biome from 1.3.3 to 1.4.1 by @dependabot in #27
  • build(deps-dev): bump @types/node from 20.10.0 to 20.10.3 by @dependabot in #28
  • build(deps-dev): bump typescript from 5.3.2 to 5.3.3 by @dependabot in #29
  • build(deps-dev): bump @types/node from 20.10.3 to 20.10.4 by @dependabot in #30
  • build(deps-dev): bump markdownlint-cli from 0.37.0 to 0.38.0 by @dependabot in #31
  • feat: use webcrypto by @marco-ippolito in #34

Full Changelog: v0.2.2...v0.2.3

v0.2.2

28 Nov 12:03
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.2.2