Skip to content

v1.9.0

Compare
Choose a tag to compare
@nvie nvie released this 29 Aug 09:19

New decoder:

  • dict() is like mapping(), but will return an object rather than a Map
    instance, which may be more convenient to handle in most cases.

Breaking:

  • optional(..., /* allowNull */ true) has been removed (was deprecated since
    1.8.3)