Skip to content

Releases: random-maven/scalor-maven-plugin

1.5.0.20190502185130

02 May 22:00
Compare
Choose a tag to compare

Improvements

  • java 11 support
  • provide Eclipse Scala IDE Setup
  • use eclipse 2019-03
  • use m2e 1.10
  • use scala 2.12.7
  • use zinc 1.2.5
  • use llvm 5.0 toolchain
  • use scala js 0.6.27
  • use scala native 0.3.9
  • use scala native gc=immix
  • use xenial on travis
  • support m2e .classpath/attribute name="test" value="true"

Bug fixes

  • Better advanced usage link #25
  • Bump zinc version and some other plugins #23

1.4.2.20180508161326

08 May 18:51
Compare
Choose a tag to compare

Improvements

  • dependencies update
  • include target/test-classes in compile-text

Bug fixes

  • use Bundle-ActivationPolicy: lazy

1.4.1.20180403213227

03 Apr 22:26
Compare
Choose a tag to compare

Improvements

  • document buildMainSourceJavaFolders, etc
  • document scaladocRegexScalaExclude, etc #13
  • update flatten-maven-plugin #16

Bug fixes

  • fix zinc log truncate of multi-line
  • fix setup-cross properties
  • document windows build setup #18

1.4.0.20180329174003

29 Mar 19:01
Compare
Choose a tag to compare

New features

  • new goal: setup-cross
  • initial Scala.native support

Breaking change

  • change some scalor.* parameter names

Improvements

  • update maven-wrapper
  • introduce .gitattributes
  • update scala-js-junit-tools
  • explicit JavaC compiler options for Zinc invocation
  • enable env-conf-* and env-prov-* goals in Eclipse
  • use constant default options for JavaC and ScalaC #14
  • use separate source regex for compile and scaladoc #13

Bug fixes

  • ensure encoding="UTF-8" for all pom.xml
  • inject scala-js-junit-tools basedir config
  • relax bundle version of org.scala-lang.modules.scala-xml
  • relax plugin version verification rules #10
  • work around nsc.Settings ignoring -D user-set state #11
  • proper implementation for scala.compiler.additionalParams #12

1.3.2.20180223214239

23 Feb 21:43
Compare
Choose a tag to compare

Bug fixes

  • some scalor.* parameter names

Improvements

  • code cleanup
  • new arkon goals: clean, compile, register, ...
  • new formatter goals: format, format-macro, format-main, format-test

1.3.1.20180220212613

21 Feb 16:54
Compare
Choose a tag to compare

Bug fixes

  • Use local JNA native library

Improvements

  • Windows build @ AppVeyor

1.3.0.20180218205359

21 Feb 16:02
Compare
Choose a tag to compare

Bug fixes

#6 remove osgi bundle header

Improvements

#7 definePluginList should be optional
#8 defineCompiler should be optional
#9 defineBridge should be optional

Breaking change