Releases: sidoh/path_variable_handlers
Releases · sidoh/path_variable_handlers
v3.0.0 -- use std::shared_ptr
Changes
- Breaking change to interface:
UrlTokenBindings
now takesstd::shared_ptr<TokenIterator>
instead of references TokenIterator
now creates a copy of the path it's passed
v2.0.1: Use correct field separator in keywords.txt (#5)
The Arduino IDE requires the use of a single true tab separator between the keyword name and identifier. When spaces are used rather than a true tab, the keyword is not highlighted. Reference: https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#keywords