Skip to content

Pre-Release 3.13.0-beta.3

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 27 Aug 14:51

3.13.0-beta.3 (2022-08-27)

✂️ Refactor

  • Cleanup and optimize imports (79fe583)
  • API: Open certain methods to public to allow more usage out of ServerPackCreator. Overload API methods for ease of use. (faad1ec)
  • ServerPackCreator: Run setup if ServerPackCreator was newly instantiated (941e7a2)
  • Start Script writing: Write all scripts with ISO 8859_1 as this is compatible with both Windows and Linux. Templates are still read using UTF-8. (5f80c6d)

📔 Docs

  • License headers and package info (99982e7)

🦊 CI/CD

  • Do not include untracked files in build artifacts as they would fill up our servers harddrive.... (bd03534)

🧪 Tests

  • Do not finalize tests with cleanup. Call cleanUp manually if you want to...well...clean up. (cd893a1)
  • Migrate tests to use the new ServerPackCreator instantiation (a3af66b)
  • Use instance for unit tests (79f89d8)

Other

  • Qodana reports: Some cleanups and minor refactorings according to Qodana. (f1b028a)