Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.45 KB

HISTORY.rst

File metadata and controls

32 lines (22 loc) · 1.45 KB

0.9.4 / 2013-12/08

  • [Feature] (#178) Added deserialize_from flag to BaseType for alternate field names on import
  • [Bug] (#186) Compoundtype support in ListTypes
  • [Bug] (#181) Removed that stupid print statement!
  • [Feature] (#182) Default roles system
  • [Documentation] (#190) Typos
  • [Bug] (#177) Removed __iter__ from ModelMeta
  • [Documentation] (#188) Typos

0.9.3 / 2013-10/20

  • [Documentation] More improvements
  • [Feature] (#147) Complete conversion over to py.test
  • [Bug] (#176) Fixed bug preventing clean override of options class
  • [Bug] (#174) Python 2.6 support

0.9.2 / 2013-09/13

  • [Documentation] New History file!
  • [Documentation] Major improvements to documentation
  • [Feature] Renamed check_value to validate_range
  • [Feature] Changed serialize to to_native
  • [Bug] (#155) NumberType number range validation bugfix