Skip to content

Releases: SakulK/serval

v0.7.0

11 Aug 19:15
015ffd9

Choose a tag to compare

What's Changed

  • Deriving EnvRead for product types by @SakulK in #8

Full Changelog: v0.6.0...v0.7.0

v0.6.0

15 Jul 20:18
769cc7c

Choose a tag to compare

What's Changed

  • Update flake, scala, sbt and all dependencies by @SakulK in #7

Full Changelog: v0.5.0...v0.6.0

v0.5.0

30 May 18:26

Choose a tag to compare

What's Changed

  • Scala 3.3.0
  • Scala Native support

Full Changelog: v0.4.0...v0.5.0

v0.4.0

11 Aug 16:04
1bb9d22

Choose a tag to compare

What's Changed

  • add flatMap on EnvRead
  • add option on EnvRead
  • add given EnvParse[String, Long]

v0.3.0

15 Jun 19:46
c1cd231

Choose a tag to compare

What's Changed

  • Support default and or in cases where multiple variables are missing

v0.2.0

08 Jun 19:58
00f90d8

Choose a tag to compare

What's Changed

  • add given EnvParse[String, Boolean]
  • add parsing with asList[B] on EnvRead[List[A]]
  • add envWithPrefix(prefix: String): EnvRead[List[String]]
  • add split/splitTrimAll on EnvRead[String]

v0.1.1

06 Jun 08:29

Choose a tag to compare

formatting

v0.1.0

05 Jun 20:07

Choose a tag to compare

docs