Skip to content

v0.4.0

Compare
Choose a tag to compare
@mat-hek mat-hek released this 25 Aug 06:53
· 117 commits to master since this release
c1eebde

Improvements

This release introduces:

  • :interface key in natives and libs, that can be :nif, :cnode or port. 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 and cnodes keys in bundlex project are deprecated and merged to natives, :interface key was added there instead. See readme for details