Releases: buntec/ff4s
Releases · buntec/ff4s
v0.25.0
What's Changed
- Migrate site to scala3 by @buntec in #227
- Update cats-effect, cats-effect-kernel, ... to 3.5.4 by @scala-steward in #230
- Update http4s-circe, http4s-client to 0.23.26 by @scala-steward in #229
- Update scala3-library, ... to 3.3.3 by @scala-steward in #228
- Update scala-library to 2.13.13 by @scala-steward in #225
- Update cats-effect, cats-effect-kernel, ... to 3.5.7 by @scala-steward in #267
- Update sbt-typelevel, ... to 0.7.5 by @scala-steward in #271
- Update scala3-library, ... to 3.3.4 by @scala-steward in #259
- Update http4s-circe, http4s-client to 0.23.30 by @scala-steward in #269
- Bump scala version and deps by @buntec in #272
- Update scalafmt-core to 3.8.3 by @scala-steward in #250
- replace boredapi, which appears dead, by open-weather in examples by @buntec in #273
Full Changelog: v0.24.0...v0.25.0
v0.24.0
This release introduces a breaking change in the store constructor:
Action => State => (State, Option[F[Unit]])
is simplified to (Action, State) => (State, F[Unit])
.
The Option
wrapper was an unnecessary optimization. To migrate replace all occurrences of
None
with Applicative[F].unit
(see the updated examples). Many thanks to @johnynek!
What's Changed
- Update kind-projector to 0.13.3 by @scala-steward in #223
- uncurry store update function and drop Option wrapper around effects by @buntec in #224
- Update sbt-typelevel, ... to 0.6.7 by @scala-steward in #226
Full Changelog: v0.23.0...v0.24.0
v0.23.0
What's Changed
- add
withClass
extension method; remove unusedcls
args by @buntec in #219 - Update sbt to 1.9.9 by @scala-steward in #218
Full Changelog: v0.22.0...v0.23.0
v0.22.0
v0.21.0
v0.20.0
What's Changed
- map reflected attrs to attrs instead of props to fix snabbdom patching by @buntec in #209
- Update fs2-core to 3.9.4 by @scala-steward in #208
Full Changelog: v0.19.0...v0.20.0
v0.19.0
What's Changed
- Update sbt-typelevel, ... to 0.5.4 by @scala-steward in #185
- Update http4s-dom to 0.2.10 by @scala-steward in #184
- Update cats-effect, cats-effect-kernel, ... to 3.5.2 by @scala-steward in #183
- Update scalajs-dom to 2.8.0 by @scala-steward in #182
- Update sbt-scalajs, scalajs-compiler, ... to 1.14.0 by @scala-steward in #181
- Update fs2-core to 3.9.3 by @scala-steward in #191
- Update sbt-typelevel, ... to 0.6.1 by @scala-steward in #190
- Update scalafmt-core to 3.7.15 by @scala-steward in #189
- Update sbt to 1.9.7 by @scala-steward in #188
- Update scalafmt-core to 3.7.17 by @scala-steward in #198
- Update http4s-circe, http4s-client to 0.23.24 by @scala-steward in #197
- Update sbt-typelevel, ... to 0.6.2 by @scala-steward in #196
- Update http4s-dom to 0.2.11 by @scala-steward in #201
- Update domtypes to 18.0.0 by @scala-steward in #200
- Update sbt-typelevel, ... to 0.6.3 by @scala-steward in #199
- Update http4s-circe, http4s-client to 0.23.25 by @scala-steward in #202
- Update sbt-scalajs, scalajs-compiler, ... to 1.15.0 by @scala-steward in #203
- Update sbt to 1.9.8 by @scala-steward in #204
- Update cats-effect, cats-effect-kernel, ... to 3.5.3 by @scala-steward in #207
- Update sbt-typelevel, ... to 0.6.5 by @scala-steward in #206
Full Changelog: v0.18.0...v0.19.0
v0.18.0
Notable changes:
- Elements created by
literal(...)
are now cached internally for better performance (can be disabled on a per-element basis).
Other changes:
- update microsite cancellation example and some polish by @ramytanios in #140
- Update sbt-typelevel, ... to 0.4.22 by @scala-steward in #141
- Update http4s-circe, http4s-client to 0.23.20 by @scala-steward in #144
- Update sbt-header to 5.10.0 by @scala-steward in #142
- Update scalafmt-core to 3.7.5 by @scala-steward in #151
- Update cats-effect, cats-effect-kernel, ... to 3.5.1 by @scala-steward in #150
- Update sbt to 1.9.1 by @scala-steward in #149
- Update http4s-circe, http4s-client to 0.23.22 by @scala-steward in #148
- Update sbt-scalajs, scalajs-compiler, ... to 1.13.2 by @scala-steward in #147
- Update scalafmt-core to 3.7.7 by @scala-steward in #154
- Update http4s-circe, http4s-client to 0.23.23 by @scala-steward in #159
- Update sbt to 1.9.3 by @scala-steward in #160
- Update fs2-core to 3.8.0 by @scala-steward in #162
- Update scalafmt-core to 3.7.11 by @scala-steward in #161
- Update domtypes to 17.1.0 by @scala-steward in #155
- Update scalafmt-core to 3.7.12 by @scala-steward in #163
- Update cats-core, cats-free to 2.10.0 by @scala-steward in #164
- Update sbt to 1.9.4 by @scala-steward in #166
- Update circe-generic, circe-literal, ... to 0.14.6 by @scala-steward in #169
- Update fs2-core to 3.9.1 by @scala-steward in #168
- Update scalafmt-core to 3.7.13 by @scala-steward in #167
- Update scala-library to 2.13.12 by @scala-steward in #173
- Update fs2-core to 3.9.2 by @scala-steward in #175
- Update sbt to 1.9.6 by @scala-steward in #177
- Update scalajs-dom to 2.7.0 by @scala-steward in #179
- Update scalafmt-core to 3.7.14 by @scala-steward in #170
- add optional literals cache by @buntec in #180
- Update scala3-library, ... to 3.3.1 by @scala-steward in #171
Full Changelog: v0.17.0...v0.18.0
v0.17.0
What's Changed
- Microsite/reusable components by @ramytanios in #134
- Update sbt to 1.9.0 by @scala-steward in #139
- Update scalafmt-core to 3.7.4 by @scala-steward in #138
- Update scala3-library, ... to 3.3.0 by @scala-steward in #137
- add convience methods to store for cancellation and loading state by @buntec in #136
Full Changelog: v0.16.0...v0.17.0
v0.16.0
What's Changed
- Bumped dependencies
New Contributors
- @ramytanios made their first contribution in #129
Full Changelog: v0.15.0...v0.16.0