Skip to content

1.11.12

Latest
Compare
Choose a tag to compare
@aslze aslze released this 21 Nov 20:23
· 1 commit to master since this release

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)