Skip to content

Commit b3546db

Browse files
committed
release: advertise Command 1.0.0 interpreters (#9)
1 parent 82d0645 commit b3546db

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

library.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name=Flowduino ESPressio-Command
2-
version=0.4.0
2+
version=1.0.0
33
author=Simon J. Stuart
44
maintainer=Flowduino.com
5-
sentence=Transport-neutral typed command routing and invocation framework
6-
paragraph=Defines hierarchical commands, typed positional and named parameters, validation, help, completion, middleware, callbacks and observable command-registry lifecycle notifications, with an opt-in Event 6.x bridge owned by Command.
5+
sentence=Transport-neutral typed command routing with text and optional JSON interpretation
6+
paragraph=Defines hierarchical commands, representation-neutral typed invocations, validation, help, completion, middleware, callbacks, text interpretation, optional ArduinoJson-backed JSON interpretation and observable command-registry lifecycle notifications, with an opt-in Event 6.x bridge owned by Command.
77
category=Other
88
url=https://github.com/Flowduino/ESPressio-Command
99
architectures=*
10-
includes=ESPressio_Command.hpp,ESPressio_CommandFactory.hpp,ESPressio_CommandLine.hpp,ESPressio_Commands.hpp
10+
includes=ESPressio_Command.hpp,ESPressio_CommandFactory.hpp,ESPressio_CommandLine.hpp,ESPressio_TextCommandInterpreter.hpp,ESPressio_Commands.hpp
1111
depends=Flowduino ESPressio-Observable (>=3.0.1 && <4.0.0)

0 commit comments

Comments
 (0)