Skip to content

Releases: speg03/nestargs

v1.1.0

17 Nov 16:27
dcfb0b6
Compare
Choose a tag to compare

What's Changed

New Features

  • Use a different delimiter for namespace by @speg03 in #32

Documentation

Full Changelog: v1.0.0...v1.1.0

v1.0.0

12 Nov 05:26
b3a4712
Compare
Choose a tag to compare

What's Changed

Breaking Changes

  • Update project settings to other project methods by @speg03 in #30
  • Remove register_arguments method by @speg03 in #31

Full Changelog: v0.5.0...v1.0.0

v0.5.0

11 May 04:20
0a31a98
Compare
Choose a tag to compare

What’s Changed

  • Improve the decorator not to raise ValueError when target function has **kwargs (#29) @keisen
  • Update dev-dependencies (#28) @speg03

v0.4.3

19 Jan 14:38
40dbd22
Compare
Choose a tag to compare

What’s Changed

v0.4.2

08 Feb 23:23
49ae937
Compare
Choose a tag to compare

What’s Changed

v0.4.1

02 Feb 13:52
268c524
Compare
Choose a tag to compare
  • Use github actions instead of travis (#12)

v0.4.0

18 Sep 22:25
Compare
Choose a tag to compare
  • Add option decorator (#9)
  • Ignore parameters for register_arguments (#10)
  • Update dependencies (#11)

v0.3.0

29 Aug 15:00
Compare
Choose a tag to compare
  • Register arguments from functions (#8)

v0.2.1

26 Jun 15:34
Compare
Choose a tag to compare

Update documentation

v0.2.0

16 Jun 07:39
Compare
Choose a tag to compare

First implementation