ASL version 1.11.12
Some small fixes.
- Fixed
SerialPort
occasional hangs in .read() on Windows - Fixed
Date
writing and parsing dates with milliseconds - Fixed compilation on systems having an
isnumber()
macro (e.g. BSD) - Fixed some Testing macros not working without using namespace asl
- Fixed
Random
generating some repeated values right after.seed(n)
HttpServer
now ignores malformed requests (no method or resource)- Avoid warnings with newer CMake
Deprecated functions: list here.
Attached Debugger visualizer file for Visual Studio (copy "asl.natvis" to <user>\Documents\Visual Studio <version>\Visualizers
)