Skip to content
This repository was archived by the owner on Jul 5, 2026. It is now read-only.

Releases: speg03/nestargs

v1.1.0

Choose a tag to compare

@speg03 speg03 released this 17 Nov 16:27
dcfb0b6

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

Choose a tag to compare

@speg03 speg03 released this 12 Nov 05:26
b3a4712

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

Choose a tag to compare

@github-actions github-actions released this 11 May 04:20
0a31a98

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

Choose a tag to compare

@github-actions github-actions released this 19 Jan 14:38
40dbd22

What’s Changed

v0.4.2

Choose a tag to compare

@github-actions github-actions released this 08 Feb 23:23
49ae937

What’s Changed

v0.4.1

Choose a tag to compare

@github-actions github-actions released this 02 Feb 13:52
268c524
  • Use github actions instead of travis (#12)

v0.4.0

Choose a tag to compare

@speg03 speg03 released this 18 Sep 22:25
  • Add option decorator (#9)
  • Ignore parameters for register_arguments (#10)
  • Update dependencies (#11)

v0.3.0

Choose a tag to compare

@speg03 speg03 released this 29 Aug 15:00
  • Register arguments from functions (#8)

v0.2.1

Choose a tag to compare

@speg03 speg03 released this 26 Jun 15:34

Update documentation

v0.2.0

Choose a tag to compare

@speg03 speg03 released this 16 Jun 07:39

First implementation