Skip to content

Latest commit

 

History

History
83 lines (51 loc) · 3.18 KB

CHANGELOG.md

File metadata and controls

83 lines (51 loc) · 3.18 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Changed

  • Expose BuildTools parameters #141 (@pomadchin)

Fixed

  • Fix names of overloaded methods with ref type parameters #139 (@berkeleybarry)

1.5.3 - 2022-07-24

Added

  • Enable building on Scala 2.11 #119 (@michaelmior)

Changed

  • Update scala3-compiler, scala3-library to 3.1.3 #115 (@scala-steward)
  • Update scala-compiler, scala-library, ... to 2.12.16 #114 (@scala-steward)
  • Update asm to 9.3 #105 (@scala-steward)
  • Update scala-compiler, scala-library, ... to 2.13.8 #94 (@scala-steward)
  • Bump Scala and asm versions up #62 (@pomadchin)

Fixed

  • Fix sbt test on java 11 #112 (@MasseGuillaume)

1.5.3 - 2021-08-01

Added

  • Add unmanagedPlatformDependentNativeDirectories #60 (@pomadchin)

1.5.2 - 2021-07-28

Fixed

  • Fix warning (not only) in users' code #59 (@sideeffffect)

1.5.1 - 2021-07-27

Fixed

  • Revisit the name mangling rule usage for the '$' character #58 (@pomadchin)

1.5.0 - 2021-07-26

Added

  • Add support for Cargo (Rust) #42 (@sideeffffect)
  • Add CMake support of versions < 3.15 #51 (@pomadchin)
  • Scala 3 API & project cross compilation #48 (@pomadchin)
  • Use cmake platform build tool #40 (@kammoh)

Changed

  • ch.jodersky => com.github.sbt packages rename #55 (@pomadchin)
  • Change the way sbt-jni-core scope is defined #53 (@pomadchin)
  • Rename macro project to core and simplify Scala 3 support #52 (@pomadchin)
  • Upgrade gjavah #43 (@sideeffffect)
  • Add scalafmt, upd SBT version, add CHANGELOG, adjust CI #47 (@pomadchin)

Fixed

  • fix for #38: sbt 1.4.x #39 (@kammoh)

1.4.1 - 2019-12-13