Skip to content

Latest commit

 

History

History
91 lines (76 loc) · 6.26 KB

HISTORY.rst

File metadata and controls

91 lines (76 loc) · 6.26 KB

1.0.4 / 2015-04-13

1.0.3 / 2015-03-07

1.0.2 / 2015-02-12

1.0.1 / 2015-02-01

  • [Bug](#252) Fixed project URL
  • [Feature] (#259) Give export loop to serializable when type has one
  • [Feature] (#262) Make copies of inherited meta attributes when setting up a Model
  • [Documentation] (#276) Improve the documentation of get_mock_object

1.0.0 / 2014-10-16

  • [Documentation] (#239) Fix typo with wording suggestion
  • [Documentation] (#244) fix wrong reference in docs
  • [Documentation] (#246) Using the correct function name in the docstring
  • [Documentation] (#245) Making the docstring match actual parameter names
  • [Feature] (#241) Py3k support

0.9.5 / 2014-07-19

  • [Feature] (#191) Updated import_data to avoid overwriting existing data. deserialize_mapping can now support partial and nested models.
  • [Documentation] (#192) Document the creation of custom types
  • [Feature] (#193) Add primitive types accepting values of any simple or compound primitive JSON type.
  • [Bug] (#194) Change standard coerce_key function to unicode
  • [Tests] (#196) Test fixes and cleanup
  • [Feature] (#197) Giving context to serialization
  • [Bug] (#198) Fixed typo in variable name in DateTimeType
  • [Feature] (#200) Added the option to turn of strict conversion when creating a Model from a dict
  • [Feature] (#212) Support exporting ModelType fields with subclassed model instances
  • [Feature] (#214) Create mock objects using a class's fields as a template
  • [Bug] (#215) PEP 8 FTW
  • [Feature] (#216) Datastructures cleanup
  • [Feature] (#217) Models cleanup pt 1
  • [Feature] (#218) Models cleanup pt 2
  • [Feature] (#219) Mongo cleanup
  • [Feature] (#220) Temporal cleanup
  • [Feature] (#221) Base cleanup
  • [Feature] (#224) Exceptions cleanup
  • [Feature] (#225) Validate cleanup
  • [Feature] (#226) Serializable cleanup
  • [Feature] (#227) Transforms cleanup
  • [Feature] (#228) Compound cleanup
  • [Feature] (#229) UUID cleanup
  • [Feature] (#230) Booleans as numbers

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