Skip to content

Flight 1.2.2

Compare
Choose a tag to compare
@devoxin devoxin released this 20 Dec 20:46
· 110 commits to master since this release

Additions

• Added DoubleParser.
• Added FloatParser.

Fixes

• BooleanParser, DoubleParser, FloatParser and IntParser are now aliased to their java.lang counterparts after discovering Kotlin uses these internally when the type is boxed.

Changes

• Actually registered the BooleanParser. Forgot to do this in 1.2.1.