Releases: KacperFKorban/GUInep
Releases · KacperFKorban/GUInep
GUInep 0.1.1
What's Changed
- Add possibility to configure the http server by @KacperFKorban in #53
- Progress indicator by @KacperFKorban in #54
Full Changelog: v0.1.0...v0.1.1
GUInep 0.1.0
What's Changed
- Support more primitive types (
Char
,Long
,Short
,Byte
,Double
,Float
) by @KacperFKorban in #40 - Handle lists specially by @KacperFKorban in #43
- Add config by @KacperFKorban in #46
- Support nullable types by @KacperFKorban in #45
- Support missing primitive types (
BigInt
,BigDecimal
,Unit
) by @KacperFKorban in #47 - Support most common cases of undecidable generics by @KacperFKorban in #48
Full Changelog: v0.0.4...v0.1.0
GUInep 0.0.4
What's Changed
- Run function lifting and named form refs a.k.a. Support for recursive structures by @KacperFKorban in #32
Other Maintenance work
- Add better description of the library by @KacperFKorban in #34
- Tests by @KacperFKorban in #35
Full Changelog: v0.0.3...v0.0.4
GUInep 0.0.3
What's Changed
- Fix handling no args functions by @KacperFKorban in #25
- Setup scaladoc by @KacperFKorban in #26
- Support basic generics by @KacperFKorban in #28
- Add docstring to guinep.web by @KacperFKorban in #31
Full Changelog: v0.0.2...v0.0.3
GUInep 0.0.2
What's Changed
- Cleanup endpoints by @KacperFKorban in #20
- Sum types by @KacperFKorban in #23
Full Changelog: v0.0.1...v0.0.2
GUInep 0.0.1
Full Changelog: v0.0.0...v0.0.1
GUInep 0.0.0
What's Changed
First test release of GUInep: PoC library to turn Scala 3 functions into UI forms with a single line of code
Full Changelog: https://github.com/KacperFKorban/GUInep/commits/v0.0.0