Skip to content

Releases: membraneframework/bundlex

v1.4.0

08 Dec 15:20
19a5cca
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.2...v1.4.0

Release v1.3.2

29 Nov 07:30
fa0401c
Compare
Choose a tag to compare

What's Changed

  • Replace secure_random with elixir_uuid by @mickel8 in #116

Full Changelog: v1.3.1...v1.3.2

Release v1.3.1

22 Nov 10:55
adb455c
Compare
Choose a tag to compare

What's Changed

  • allow disabling precompiled os deps via config by @mat-hek in #113

Full Changelog: v1.3.0...v1.3.1

Release v1.3.0

20 Nov 14:24
7982322
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.3.0

v1.2.0

06 Oct 09:42
aba01a3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.1...v1.2.0

v1.1.1

27 Apr 15:55
675600c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.1.1

v1.1.0

05 Dec 15:20
81c9cae
Compare
Choose a tag to compare

What's Changed

  • Remove default standard version, when compiler flags already define it by @FelonEkonom in #100
  • Fix shell error when running empty commands by @Qizot in #102
  • Bump version in mix.exs and README.md to v1.0.1 by @FelonEkonom in #103
  • MS-271 Create a documentation generator for the native code by @Janix4000 in #104

New Contributors

Full Changelog: v1.0.0...v1.1.0

v1.0.1

09 Nov 16:32
Compare
Choose a tag to compare

Fixes bug occurring, when natives list is empty (#101)

v1.0.0

19 May 13:07
2fc4bd4
Compare
Choose a tag to compare

Bundlex 1.0 released!

The changes are the following:

  • Deprecated project keys :nifs and :cnodes are now not supported at all. Use :natives instead. See #62 for details.
  • Bundlex.Helper.* modules are now private API. Please don't rely on them.

Full Changelog: v0.5.1...v1.0.0

v0.5.1

08 Nov 10:55
Compare
Choose a tag to compare

This release fixes dialyzer warnings which were appearing in project that was using bundlex (#93)