Skip to content

0.2.1

Compare
Choose a tag to compare
@jamierocks jamierocks released this 30 Jan 02:42
· 19 commits to develop since this release
7af0aad

Atlas 0.2.1 provides some quality-of-life features designed to make Atlas more configurable and accountable.

  • Execeptions will no longer be dismissed when transforming, and rather rethrown (as was my intention).
  • Output jars will be repackaged to ensure that the manifest is read by JarInputStream correctly.
  • Atlases can specify their own ExecutorService to use, or their parallelism level if using our provided constructors.