File tree Expand file tree Collapse file tree 6 files changed +723
-159
lines changed Expand file tree Collapse file tree 6 files changed +723
-159
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ dist: xenial
3
3
4
4
python :
5
5
- 3.6
6
- - 3.7.6
6
+ - 3.7.5
7
7
8
8
9
9
before_install :
Original file line number Diff line number Diff line change @@ -6,12 +6,14 @@ incremental in minor, bugfixes only are patches.
6
6
See (0Ver)[ https://0ver.org/ ] .
7
7
8
8
9
- ## 0.13 .0 WIP
9
+ ## 0.12 .0 WIP
10
10
11
11
### Features
12
12
13
13
- ** Breaking** : now ` @pipeline ` requires a container type when created:
14
14
` @pipeline(Result) ` or ` @pipeline(Maybe) `
15
+ - ` Maybe ` and ` Result ` now has ` success_type ` and ` failure_type ` aliases
16
+ - We now support ` dry-python/classes ` as a first-class citizen
15
17
- Adds ` io_squash ` to squash several ` IO ` containers into one container
16
18
with a tuple inside, currently works with ` 9 ` containers max at a time
17
19
- Adds ` untap ` function which does convert return type to ` None `
@@ -20,22 +22,12 @@ See (0Ver)[https://0ver.org/].
20
22
21
23
- Fixes that containers were not usable with ` multiprocessing `
22
24
- Changes the inheritance order, now ` BaseContainer ` is the first child
25
+ - Fixes that ` Nothing ` had incorrect docstrings
23
26
24
27
### Misc
25
28
26
29
- Now ` generated ` package is protected
27
-
28
-
29
- ## 0.12.0
30
-
31
- ### Features
32
-
33
- - ` Maybe ` and ` Result ` now has ` success_type ` and ` failure_type ` aliases
34
- - We now support ` dry-python/classes ` as a first-class citizen
35
-
36
- ### Bugfixes
37
-
38
- - Fixes that ` Nothing ` had incorrect docstrings
30
+ - Updates ` poetry ` to ` 1.0 `
39
31
40
32
41
33
## 0.11.0
Original file line number Diff line number Diff line change 1
- Copyright 2016-2019 dry-python organization
1
+ Copyright 2016-2020 dry-python organization
2
2
3
3
Redistribution and use in source and binary forms, with or without
4
4
modification, are permitted provided that the following conditions are
Original file line number Diff line number Diff line change 2
2
3
3
-----
4
4
5
- [ ![ Build Status] ( https://travis-ci.org/dry-python/returns.svg?branch=master )] ( https://travis-ci.org/dry-python/returns ) [ ![ Coverage Status] ( https://coveralls.io/repos/github/dry-python/returns/badge.svg?branch=master )] ( https://coveralls.io/github/dry-python/returns?branch=master ) [ ![ Documentation Status] ( https://readthedocs.org/projects/returns/badge/?version=latest )] ( https://returns.readthedocs.io/en/latest/?badge=latest ) [ ![ Python Version] ( https://img.shields.io/pypi/pyversions/returns.svg )] ( https://pypi.org/project/returns/ ) [ ![ wemake-python-styleguide] ( https://img.shields.io/badge/style-wemake-000000.svg )] ( https://github.com/wemake-services/wemake-python-styleguide ) [ ![ Checked with mypy] ( http://www.mypy-lang.org/static/mypy_badge.svg )] ( http://mypy-lang.org/ )
5
+ [ ![ Build Status] ( https://travis-ci.com/dry-python/returns.svg?branch=master )] ( https://travis-ci.com/dry-python/returns )
6
+ [ ![ Coverage Status] ( https://coveralls.io/repos/github/dry-python/returns/badge.svg?branch=master )] ( https://coveralls.io/github/dry-python/returns?branch=master )
7
+ [ ![ Documentation Status] ( https://readthedocs.org/projects/returns/badge/?version=latest )] ( https://returns.readthedocs.io/en/latest/?badge=latest )
8
+ [ ![ Python Version] ( https://img.shields.io/pypi/pyversions/returns.svg )] ( https://pypi.org/project/returns/ )
9
+ [ ![ wemake-python-styleguide] ( https://img.shields.io/badge/style-wemake-000000.svg )] ( https://github.com/wemake-services/wemake-python-styleguide )
10
+ [ ![ Checked with mypy] ( http://www.mypy-lang.org/static/mypy_badge.svg )] ( http://mypy-lang.org/ )
6
11
7
12
-----
8
13
You can’t perform that action at this time.
0 commit comments