* Breaking change: Major refactoring to split up core.py and make import graph acyclic * Add defaults for validations.Defined * Breaking change: Rename validations.ge_defined to validations.defined_ge
0.4.0
* Add additional types (DelimitedList) and validations (SequenceLength) * Add decorator for conversions that can be automatically applied based on the parameter type
0.3.0
* Handle tuple types for which the desired default value is `None` (rather than a sequence of `None`s) * Make ValidationError inherit from UsageError * Fix Defined validations * By default do not create an instance of a composite types if none of its parameters are defined
0.2.3
* Add generic GLOBAL_OPTIONS * Fix handling of collection types * Add new Mutex validation * Add ability to pass function/class to be decorted to most decorators * Fix argument parsing when using prefixes for composite types