Skip to content

Releases: zio/zio-prelude

v1.0.0-RC35

20 Nov 06:43
999451f
Compare
Choose a tag to compare

What's Changed

  • Update auxlib, clib, javalib, nativelib, ... to 0.5.6 by @zio-scala-steward in #1419
  • Update README.md by @zio-assistant in #1420
  • Make Optional an IterableOnce by @guizmaii in #1418
  • Simplify AssociativeFlattenCovariantOps#flatMap code by @guizmaii in #1417
  • Update cats-effect to 3.5.6 by @zio-scala-steward in #1421

Full Changelog: v1.0.0-RC34...v1.0.0-RC35

v1.0.0-RC34 Add all the typeclasses instance for the `zio.prelude.data.Optional` type

13 Nov 23:26
892210c
Compare
Choose a tag to compare

What's Changed

  • Update README.md by @zio-assistant in #1413
  • Bump scala-steward-org/scala-steward-action from 2.70.0 to 2.71.0 by @dependabot in #1412
  • Update sbt-buildinfo to 0.13.1 by @zio-scala-steward in #1411
  • Update README.md by @zio-assistant in #1416
  • Add all the typeclasses instance for the zio.prelude.data.Optional type (copied from the Option instances) by @guizmaii in #1415
  • Update magnolia to 1.3.8 by @zio-scala-steward in #1414

Full Changelog: v1.0.0-RC33...v1.0.0-RC34

v1.0.0-RC33 Type-class instances for zio.Config

11 Nov 15:32
c4d7312
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0-RC32...v1.0.0-RC33

v1.0.0-RC32

10 Nov 09:13
b4669b5
Compare
Choose a tag to compare

What's Changed

  • Update scala-compiler, scala-library, ... to 2.12.20 by @zio-scala-steward in #1372
  • Update README.md by @zio-assistant in #1373
  • Bump scala-steward-org/scala-steward-action from 2.66.0 to 2.70.0 by @dependabot in #1391
  • Update sbt to 1.10.3 by @zio-scala-steward in #1397
  • Update sbt to 1.10.4 by @zio-scala-steward in #1403
  • Update cats-effect to 3.5.5 by @zio-scala-steward in #1400
  • Update zio, zio-streams, zio-test, ... to 2.1.11 by @zio-scala-steward in #1396
  • Update sbt-bloop to 2.0.3 by @zio-scala-steward in #1394
  • Update sbt-ci-release to 1.7.0 by @zio-scala-steward in #1392
  • Update sbt-scalajs, scalajs-compiler, ... to 1.17.0 by @zio-scala-steward in #1388
  • Update scala3-library, ... to 3.3.4 by @zio-scala-steward in #1387
  • Bump peter-evans/create-pull-request from 6.1.0 to 7.0.5 by @dependabot in #1384
  • Update mdoc, sbt-mdoc to 2.6.1 by @zio-scala-steward in #1383
  • Bump actions/checkout from 4.1.7 to 4.2.2 by @dependabot in #1402
  • Bump actions/setup-java from 4.2.2 to 4.5.0 by @dependabot in #1401
  • Update sbt-ci-release to 1.9.0 by @zio-scala-steward in #1398
  • Update sbt-scalafix to 0.13.0 by @zio-scala-steward in #1386
  • Update scala-compiler, scala-library, ... to 2.13.15 by @zio-scala-steward in #1385
  • Update sbt to 1.10.5 by @zio-scala-steward in #1405
  • Update sbt-buildinfo to 0.13.0 by @zio-scala-steward in #1404
  • Update sbt-bloop to 2.0.4 by @zio-scala-steward in #1407
  • Update zio, zio-streams, zio-test, ... to 2.1.12 by @zio-scala-steward in #1410
  • Update sbt-bloop to 2.0.5 by @zio-scala-steward in #1409
  • fixes #1399: add fold and syntax. by @SimY4 in #1408

Full Changelog: v1.0.0-RC31...v1.0.0-RC32

v1.0.0-RC31 Magnolia derivation for Debug typeclass

05 Sep 19:54
9df9ecb
Compare
Choose a tag to compare

What's Changed

  • Update zio, zio-streams, zio-test, ... to 2.1.9 by @zio-scala-steward in #1368
  • Update README.md by @zio-assistant in #1369
  • Update abstraction-diagrams.md by @sideeffffect in #1370
  • Magnolia derivation for Debug typeclass by @cheleb in #1371

New Contributors

Full Changelog: v1.0.0-RC30...v1.0.0-RC31

v1.0.0-RC30 ZValidation improvements

28 Aug 12:02
e3c62ff
Compare
Choose a tag to compare

What's Changed

  • Enable converting ZValidation.Failure to an exception by @sideeffffect in #1360
  • Update README.md by @zio-assistant in #1361
  • Update sbt-bloop to 2.0.0 by @zio-scala-steward in #1362
  • Update ZIO and enable Native multi-threading by @kyri-petrou in #1366
  • Bump actions/setup-java from 4.2.1 to 4.2.2 by @dependabot in #1354
  • Update sbt-ci-release to 1.6.1 by @zio-scala-steward in #1364
  • Update auxlib, clib, javalib, nativelib, ... to 0.5.5 by @zio-scala-steward in #1363
  • Update sbt-mima-plugin to 1.1.4 by @zio-scala-steward in #1352
  • add: ZValidation#isSuccess & ZValidation#isFailure by @hearnadam in #1367

New Contributors

Full Changelog: v1.0.0-RC29...v1.0.0-RC30

v1.0.0-RC29 ZValidation improvements

14 Aug 12:28
6b46f3a
Compare
Choose a tag to compare

What's Changed

  • Review ZValidation code: Remove some non-necessary allocations by @guizmaii in #1353
  • Update README.md by @zio-assistant in #1357
  • ZValidation#orElse and ZValidation#orElseLog parameter must be lazy by @guizmaii in #1356
  • Ensure green CI with re-actors/alls-green by @sideeffffect in #1358

Full Changelog: v1.0.0-RC28...v1.0.0-RC29

v1.0.0-RC28 Scala Native 0.5.x

06 Aug 15:57
31d9067
Compare
Choose a tag to compare

What's Changed

  • Update zio, zio-streams, zio-test, ... to 2.1.3 by @zio-scala-steward in #1331
  • Update README.md by @zio-assistant in #1332
  • Update scalafmt-core to 3.8.2 by @zio-scala-steward in #1333
  • Fixed minor typo on ZPure documentation by @gcsolaroli in #1337
  • Update mdoc, sbt-mdoc to 2.5.3 by @zio-scala-steward in #1335
  • Update zio, zio-streams, zio-test, ... to 2.1.4 by @zio-scala-steward in #1336
  • Update zio, zio-streams, zio-test, ... to 2.1.5 by @zio-scala-steward in #1342
  • Bump peter-evans/create-pull-request from 6.0.5 to 6.1.0 by @dependabot in #1338
  • Bump actions/checkout from 4.1.6 to 4.1.7 by @dependabot in #1334
  • Update sbt to 1.10.1 by @zio-scala-steward in #1343
  • Update sbt-bloop to 1.6.0 by @zio-scala-steward in #1344
  • Update mdoc, sbt-mdoc to 2.5.4 by @zio-scala-steward in #1345
  • Update zio, zio-streams, zio-test, ... to 2.1.6 by @zio-scala-steward in #1346
  • Bump scala-steward-org/scala-steward-action from 2.65.0 to 2.66.0 by @dependabot in #1347
  • Update scalafmt-core to 3.8.3 by @zio-scala-steward in #1348
  • fix grammar: «a […] takes on […]» → «a […] take on […]» by @das-g in #1349
  • Scala Native 0.5.x by @sideeffffect in #1351

New Contributors

Full Changelog: v1.0.0-RC27...v1.0.0-RC28

v1.0.0-RC27 [Scala3] Fix: `SubtypeCustom[A]` should behave like subtype of `A`

31 May 12:35
83c8fc3
Compare
Choose a tag to compare

What's Changed

  • Bump actions/checkout from 4.1.4 to 4.1.5 by @dependabot in #1318
  • Update README.md by @zio-assistant in #1319
  • CommutativeIdentity for Unit by @SimY4 in #1321
  • Update sbt-bloop to 1.5.18 by @zio-scala-steward in #1323
  • Bump actions/checkout from 4.1.5 to 4.1.6 by @dependabot in #1320
  • Update cats-core to 2.12.0 by @zio-scala-steward in #1325
  • Update zio-sbt-website to 0.4.0-alpha.27 by @zio-scala-steward in #1324
  • [Scala3] Fix: SubtypeCustom[A] should behave like subtype of A by @guizmaii in #1328

Full Changelog: v1.0.0-RC26...v1.0.0-RC27

v1.0.0-RC26 Ring-like structures

12 May 21:14
6ada8f2
Compare
Choose a tag to compare

What's Changed

  • Update README.md by @zio-assistant in #1308
  • Fixed #1312 - NonEmptySet#removeNonEmpty by @johnsonjii in #1313
  • Update zio, zio-streams, zio-test, ... to 2.1.0 by @zio-scala-steward in #1315
  • Update zio, zio-streams, zio-test, ... to 2.1.1 by @zio-scala-steward in #1316
  • Bring Ring-like structures to ZIO Prelude by @sideeffffect in #351

New Contributors

Full Changelog: v1.0.0-RC25...v1.0.0-RC26