Skip to content

Commit

Permalink
Version 2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
beregond committed Nov 14, 2014
1 parent e250a06 commit 9cfcbb8
Show file tree
Hide file tree
Showing 11 changed files with 18 additions and 10 deletions.
17 changes: 17 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
History
-------

2.0 (2014-11-14)
++++++++++++++++

* Fields now are descriptors.
* Empty required fields are still validated only during explicite validations.

Backward compatibility breaks
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

* Renamed _types to types in fields.
* Renamed _items_types to items_types in ListField.
* Removed data transformers.
* Renamed module `error` to `errors`.
* Removed explicit validation - validation occurs at assign time.
* Renamed `get_value_replacement` to `get_default_value`.
* Renamed modules `utils` to `utilities`.

1.4 (2014-07-22)
++++++++++++++++

Expand Down
1 change: 0 additions & 1 deletion history/1407174076.2-7888a06

This file was deleted.

1 change: 0 additions & 1 deletion history/1407174092.29-e84fd50

This file was deleted.

1 change: 0 additions & 1 deletion history/1407174121.58-6dd02f9

This file was deleted.

1 change: 0 additions & 1 deletion history/1407238978.44-aadf114

This file was deleted.

1 change: 0 additions & 1 deletion history/1413650283.19-1877cc0

This file was deleted.

1 change: 0 additions & 1 deletion history/1413650557.79-bf0def5

This file was deleted.

1 change: 0 additions & 1 deletion history/1413717715.07-7f9aa41

This file was deleted.

1 change: 0 additions & 1 deletion history/1413749022.86-76988d9

This file was deleted.

1 change: 0 additions & 1 deletion history/1415710162.07-0cd0d65

This file was deleted.

2 changes: 1 addition & 1 deletion jsonmodels/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

__author__ = 'Szczepan Cieślik'
__email__ = '[email protected]'
__version__ = '1.4'
__version__ = '2.0'

0 comments on commit 9cfcbb8

Please sign in to comment.