v0.4.0
Improvements
This release introduces:
:interface
key in natives and libs, that can be:nif
,:cnode
orport
. It's used to automatically select dependencies with proper interfaces. See readme for details #64, #65- Bundlex.Project.Preprocessor behaviour, allowing other libs to extend Bundlex project configuration #76
- integration tests #64
Deprecations
nifs
,ports
andcnodes
keys in bundlex project are deprecated and merged tonatives
,:interface
key was added there instead. See readme for details