Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 1.85 KB

CHANGELOG.md

File metadata and controls

46 lines (32 loc) · 1.85 KB

0.8.7

  • ⭐ Sets assembly version information to match the schema in C# backend

0.8.6

  • ⭐ Improve Java native library loading. See #124.

0.8.5

Release was yanked

0.8.4

  • ⭐ Fix lints. See #120.

0.8.3

  • 📖 Properly document async methods in C# and Java. See #115.
  • 📖 Add javadoc to builder methods in Java. See #117.

0.8.2

  • ⭐ Allow strings in universal structs. See #113.

0.8.0

  • 🔧 Remove future interface generation in favor of using a companion helper crate.

0.7.1

  • 🔧 Future interface uses lifetime on value. See #110.

0.7.0

  • 🔧 Wrap raw C future interface in a drop-safe Promise. See #109.

0.6.3

  • 🔧 Don't emit C interface initializers. See #107.

0.6.2

  • 🔧 Small tweaks to generate code that makes the newer versions of clippy happy.

0.6.1

  • 🔧 Java: Throw exception instead of exiting when library cannot be loaded. See #104.

0.6.0

  • 🔧 Integrate crates. See #99.
  • ⭐ Change license to MIT OR Apache-2.0.

0.5.1

  • ⭐ CMake generator now indicates C++14 features required for C++ targets.

0.5.0

  • ⭐ Use a configuration file to control which FFI/JNI shared libraries are packaged for each binding language. See #97.