Releases: Gowerlabs/LibFTD2XX.jl
Releases · Gowerlabs/LibFTD2XX.jl
v0.4.0
LibFTD2XX v0.4.0
Closed issues:
Merged pull requests:
- Use JLL for library on > 1.3 (#54) (@samuelpowell)
- Adding missing functions (#58) (@anders-jakobsson)
v0.3.0
LibFTD2XX v0.3.0
Closed issues:
Merged pull requests:
- Install TagBot as a GitHub Action (#53) (@JuliaTagBot)
- Use JLL for library on > 1.3 (#54) (@samuelpowell)
v0.2.0
v0.2.0 (2019-12-12)
Closed issues:
- Tag new release (#49)
Merged pull requests:
- Fix build on 1.3 (#51) (samuelpowell)
v0.1.1
v0.1.1 (2019-07-13)
Closed issues:
- Migrate to BinaryProvider (#43)
- Windows 10: Generated build/deps.jl does not use downloaded ftd2xx.DLL (#41)
- Register v0.1.0 (#39)
- Tag first release (#7)
Merged pull requests:
- Migrate to BinaryProvider, fix #41, fix #43 (#45) (samuelpowell)
- Fix version number display (#42) (ReubenHill)
v0.1.0
Fix build on AARCH64 (#38)
v0.1.0-beta
Tagged release which adds new D2XXDevice
API and splits front and back end.
Changes from v0.0.1-beta
Notes
- Only exports what is necessary
- Splits front and back end. Back end is now accessed via submodule
LibFTD2XX.Wrapper
(resolves #8) - Supports much more back-end functionality
- Massively improves test coverage to cover all functions (resolves #5)
- Much improved documentation (resolves #9)
- resolves #16 and generally makes everything much more robust
- drops 0.6 support
- updated licence/copyright notices
Issues
- Only cross-platform (OSX, Linux and Windows) features supported. For example there is no support yet of
FTOpenEx
withFT_OPEN_BY_LOCATION
flag. (#30 ) - Some cross-platform library functions are not yet supported. (#29 )
- Needs auto-generated documentation. (#31 )
.Wrapper
functions which fail throwFT_STATUS_ENUM
s instead of exceptions. This should be replaced with a suitable exception type. (#32 )- timeouts = 0 are allowed but their behaviour is currently undefined. This needs investigation. (#33 )
- Untested on linux and macos with hardware (#34 )
- CI fails on linux but works on local linux machines. (#35 )
v0.0.1-beta
Tagged working early pre-release with documented linux support.
v0.0.1-alpha
Tagged working early pre-release.