Skip to content

Releases: marekjm/clap

v0.7.5

07 Aug 21:58
Compare
Choose a tag to compare
v0.7.5 Pre-release
Pre-release
Update to version 0.7.5

CLAP version 0.7.4

07 Aug 16:35
Compare
Choose a tag to compare
CLAP version 0.7.4 Pre-release
Pre-release

This release brings improved support for JSON interfaces and nothing more really. clap.builder.Builder() is the only object you'll need to create interface using JSON. clap.builder.ModesParser() is no longer present.

Functions that are used in clap.builder.Builder() to actually convert Python data types into the UI are now available but there is little use for them - if you want to create UI in Python rather than in JSON just use the main API.


Also, creating the interface means interpreting JSON every time at startup. There is no code generator currently available. However, I plan to write code generator that would export interface written in Python to JSON.

CLAP 0.7.3

06 Aug 20:33
Compare
Choose a tag to compare
CLAP 0.7.3 Pre-release
Pre-release
`clap.builder.Parser()` functionality moved to `clap.builder.Builder()`,

some debugging, reference implementation of built interface,
updated manual

CLAP version 0.7.1

04 Aug 20:43
Compare
Choose a tag to compare

Line 0.7.x had already brought support for multiple arguments. Now, with version 0.7.1, came nested modes.