File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 44
55No significant changes since the last release
66
7+ ## 2.0.0
8+
9+ | Released on | Released by |
10+ | -------------| ---------------|
11+ | 2022-04-08 | @dannyroberts |
12+
13+ This is a major release because it changes behavior in a way that we regard as fixing an unintuitive behavior
14+ but could technically be breaking if the previous behavior was relied upon.
15+
16+ - Passing an iterable to the value type of a `` ListProperty ``
17+ (`` JsonArray(iterable) `` ) returns a plain Python `` list `` rather than raising
18+ `` BadValueError `` . (https://github.com/dimagi/jsonobject/pull/200 )
19+
20+
721## 1.0.0
822
923| Released on | Released by |
Original file line number Diff line number Diff line change 3939
4040setup (
4141 name = 'jsonobject' ,
42- version = '1 .0.0' ,
42+ version = '2 .0.0' ,
4343 author = 'Danny Roberts' ,
4444 author_email = 'droberts@dimagi.com' ,
4545 description = 'A library for dealing with JSON as python objects' ,
You can’t perform that action at this time.
0 commit comments