Releases: philj404/SimpleSerialShell
1.0 Stable code
Mark the library v1.0 to indicate it is pretty stable at this point.
Full Changelog: 0.9.2...1.0.0
bugfix/example
bugfix #28, example update to go with show-and-tell discussion #27
What's Changed
Full Changelog: 0.9.1...0.9.2
shell is a Singleton
Ensure there is exactly one instance of the shell.
This makes it harder to use the library incorrectly.
help hints/command prompt
Added command prompt
Added a way to hint what arguments to use for a command for "help"
custom tokenizers
Allows replacing default strtok_r() calls with a custom tokenizer. A new tokenizer may support more complex "quoted string" arguments, for example.
memory usage example
Cleans up warnings in examples.
examples/ArduinoTextInterface can examine memory contents and measure memory usage (free memory, heap size etc)
adjustable buffer size
Allows adjustment of buffer size within the PlatformIO environment.
CI unit tests
Confirm unit tests pass on code push
continuous integration
Confirm builds will succeed on various platforms
Initial release
First library release