@@ -7,32 +7,37 @@ Version 0.5.1
7
7
To be released.
8
8
9
9
- Wheel distributions (``nirum-*.whl ``) are now universal between Python 2
10
- and 3. [:issue: ` 78 `]
10
+ and 3. [` # 78 `_ ]
11
11
- ``nirum.rpc.Client `` and its subtype became to raise ``TypeError `` with
12
12
a better error message when its ``make_request() `` method is overridden and
13
- it returns a wrong artity of tuple. [:issue: ` 80 `]
13
+ it returns a wrong artity of tuple. [` # 80 `_ ]
14
14
- ``nirum.rpc.WsgiApp `` and its subtype became to raise ``TypeError `` with
15
15
a better error message when its ``make_response() `` method is overridden and
16
- it returns a wrong artity of tuple. [:issue: ` 80 `]
16
+ it returns a wrong artity of tuple. [` # 80 `_ ]
17
17
- Fixed a bug that ``Client.ping() `` method had always raised ``TypeError ``.
18
- [:issue: `80 `]
18
+ [`#80 `_]
19
+
20
+ .. _#78 : https://github.com/spoqa/nirum-python/pull/78
21
+ .. _#80 : https://github.com/spoqa/nirum-python/pull/80
19
22
20
23
21
24
Version 0.5.0
22
25
-------------
23
26
24
27
Release on June 1, 2017.
25
28
26
- - Service methods became able to specify its error type. [:issue: ` 71 `]
29
+ - Service methods became able to specify its error type. [` # 71 `_ ]
27
30
- Added ``nirum-server `` command to run simply Nirum service.
28
31
32
+ .. _#71 : https://github.com/spoqa/nirum-python/issues/71
33
+
29
34
30
35
Version 0.4.1
31
36
-------------
32
37
33
38
Release on May 2, 2017.
34
39
35
- - Compare type with its abstract type in :func: ` nirum.validate.validate_type `.
40
+ - Compare type with its abstract type in `` nirum.validate.validate_type ` `.
36
41
37
42
38
43
Version 0.4.0
@@ -41,15 +46,15 @@ Version 0.4.0
41
46
Release on March 20, 2017.
42
47
43
48
- Encoding of map types was changed according to the `Nirum serialization
44
- specification `__. [:issue: `66 `]
45
- - Added :mod: `nirum.datastructures ` module and
46
- :class: `~nirum.datastructures.Map ` which is an immutable dictionary.
47
- [:issue: `66 `]
48
- - Added :class: `nirum.datastructures.List ` which is an immutable list.
49
- [:issue: `49 `]
50
- - Aliased :class: `~nirum.datastructures.Map ` as ``map_type ``, and
51
- :class: `~nirum.datastructures.List ` as ``list_type `` to avoid name
49
+ specification `__. [`#66 `_]
50
+ - Added ``nirum.datastructures `` module and ``nirum.datastructures.Map ``
51
+ which is an immutable dictionary. [`#66 `_]
52
+ - Added ``nirum.datastructures.List `` which is an immutable list.
53
+ [`#49 `_]
54
+ - Aliased ``nirum.datastructures.Map `` as ``map_type ``, and
55
+ ``nirum.datastructures.List `` as ``list_type `` to avoid name
52
56
conflict with user-defined types.
53
57
54
-
58
+ .. _#66 : https://github.com/spoqa/nirum-python/pull/66
59
+ .. _#49 : https://github.com/spoqa/nirum-python/issues/49
55
60
__ https://github.com/spoqa/nirum/blob/f1629787f45fef17eeab8b4f030c34580e0446b8/docs/serialization.md
0 commit comments