Thanks to visit codestin.com
Credit goes to github.com

Skip to content

1.10.3

Choose a tag to compare

@aslze aslze released this 20 Feb 17:22
· 275 commits to master since this release

ASL version 1.10.3

Small fixes and improvements.

  • Added conversion of 3D rotation matrices to/from Euler angles in different order conventions.
  • Fixed HTTP keep-alive handing in HTTP/1.0 and HTTP/1.1
  • TlsSocket/HTTPS: Compatibility with mbedTLS 3.x and 2.x.
  • Warnings on use of deprecated functions
  • byte is now asl::byte (there will be a global alias for compatibility for a while)
  • Added ByteArray as alias of Array<byte>
  • Some code cleanup, avoided warnings, slightly safer Directory::removeRecursive()