Skip to content

Releases: sidoh/path_variable_handlers

v3.0.0 -- use std::shared_ptr

17 Sep 20:16
v3.0.0
1f9f5bf
Compare
Choose a tag to compare

Changes

  • Breaking change to interface: UrlTokenBindings now takes std::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)

17 Jun 17:44
Compare
Choose a tag to compare
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

v2.0.0

02 May 07:27
v2.0.0
d7fe45d
Compare
Choose a tag to compare

Changes

  • Meaty logic has been pulled out of this library. It will be put into RichHttpServer instead.
  • Update examples, documentation, etc. to reflect simplified purpose of this library

v1.1.0

23 Apr 07:06
v1.1.0
351b342
Compare
Choose a tag to compare

New features

  • Add support for ESP32 builtin webserver

v1.0.0

21 Apr 19:52
v1.0.0
38e146b
Compare
Choose a tag to compare

Initial Release