Skip to content

Commit 9cfcbb8

Browse files
committed
Version 2.0.
1 parent e250a06 commit 9cfcbb8

11 files changed

+18
-10
lines changed

HISTORY.rst

+17
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33
History
44
-------
55

6+
2.0 (2014-11-14)
7+
++++++++++++++++
8+
9+
* Fields now are descriptors.
10+
* Empty required fields are still validated only during explicite validations.
11+
12+
Backward compatibility breaks
13+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
14+
15+
* Renamed _types to types in fields.
16+
* Renamed _items_types to items_types in ListField.
17+
* Removed data transformers.
18+
* Renamed module `error` to `errors`.
19+
* Removed explicit validation - validation occurs at assign time.
20+
* Renamed `get_value_replacement` to `get_default_value`.
21+
* Renamed modules `utils` to `utilities`.
22+
623
1.4 (2014-07-22)
724
++++++++++++++++
825

history/1407174076.2-7888a06

-1
This file was deleted.

history/1407174092.29-e84fd50

-1
This file was deleted.

history/1407174121.58-6dd02f9

-1
This file was deleted.

history/1407238978.44-aadf114

-1
This file was deleted.

history/1413650283.19-1877cc0

-1
This file was deleted.

history/1413650557.79-bf0def5

-1
This file was deleted.

history/1413717715.07-7f9aa41

-1
This file was deleted.

history/1413749022.86-76988d9

-1
This file was deleted.

history/1415710162.07-0cd0d65

-1
This file was deleted.

jsonmodels/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
__author__ = 'Szczepan Cieślik'
44
__email__ = '[email protected]'
5-
__version__ = '1.4'
5+
__version__ = '2.0'

0 commit comments

Comments
 (0)