Flight 1.2.2
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.