dynamic_library 0.6.0 copy "dynamic_library: ^0.6.0" to clipboard
dynamic_library: ^0.6.0 copied to clipboard

outdated

A utility package for improving dynamic library usage

0.6.0 #

  • Added unit tests
  • CI/CD runs tests on 3 platforms on "Test" workflow
  • Minor formatting change in exception print-out

0.5.0 #

  • Fixed "Resolved Full Path" to use Library Path instead of name
  • Minor changes to the positioning of '\t' in exception strings (moved to beginning instead of end of line)

0.4.0 #

  • Replaced libraryFile with libraryPath to run OS Dependency check on the proper files
  • More expressive exception when dynamic library fails to load (throws message from DynamicLibrary.open() instead of obscuring it)

0.3.0 #

Breaking changes:

  • Return type for loadDynamicLibrary() is no longer nullable (function should throw an error if loading fails)

0.2.0 #

Changes:

  • Improved README and examples
  • Fixed wrong OS order in callOSDependencyCheck()

Breaking Changes:

  • loadDynamicLibrary() and callOSDependencyCheck() updated to be synchronous

0.1.0 #

  • Initial version.
6
likes
0
pub points
64%
popularity

Publisher

verified publisherruntime.dev

A utility package for improving dynamic library usage

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

path

More

Packages that depend on dynamic_library