Skip to content

Version 6.1.0

Compare
Choose a tag to compare
@SDGGiesbrecht SDGGiesbrecht released this 06 Nov 23:20
· 206 commits to master since this release
71e1b7f

New Features

  • Float16 is now supported.
  • Types such as ExternalProcess and Shell are now available even on platforms which prohibit their execution. This provides universal access to their namespaces and allows them to be used abstractly in data models.

Bug Fixes

  • The API has been updated to use #fileID and #filePath.
  • Windows now detects the system language setting.
  • deepFileEnumeration(in:) works on Windows even if the URL was not initialized as a directory URL.
  • OrderedEnumeration no longer overrides the synthesized Comparable implementation.