Skip to content

Releases: aiopy/python-aioddd

1.3.1

10 Nov 18:15
4312a29

Choose a tag to compare

What's Changed

  • release(1.3.1): Add "env" and "env.resolver" methods to easily resolve and get environment variables using (optionally) type-checking by @ticdenis in #7

Full Changelog: 1.3.0...1.3.1

1.3.0

10 Nov 00:42
7f29f5f

Choose a tag to compare

What's Changed

  • release(1.3.0): Remove container.py because has been promoted to itself the package to aiodi by @ticdenis in #6

Full Changelog: 1.2.13...1.3.0

1.2.13

09 Nov 22:46
e7e88e7

Choose a tag to compare

What's Changed

  • release: v1.2.13 - Bump deps, add simple documentation and deprecated "Container" due to future promotion as a package (aiodi) by @ticdenis in #5

Full Changelog: 1.2.12...1.2.13

1.2.12: Fix #3 - Container can't set function with parameters (#4)

26 Dec 10:40
ac90eb3

Choose a tag to compare

Now container can add parametrised functions.