Skip to content

Releases: Preponderous-Software/Ponder

Ponder 2.0.0 (Modular Redesign, Tests, Repo Publishing)

11 Jul 00:19
c549ca9
Compare
Choose a tag to compare

What's Changed

  • Move JUnit to test scope and move tests to the correct folder by @alyphen in #107
  • Break down into modules and remove extraneous functionality by @alyphen in #108
  • Publishing by @dmccoystephenson in #112
  • Updated README and simplified it where possible. by @dmccoystephenson in #113

Full Changelog: 1.1...2.0.0

Ponder 2.0.0 - Snapshot 7/6/2022

07 Jul 05:32
9177865
Compare
Choose a tag to compare
Pre-release

What's Changed

  • Move JUnit to test scope and move tests to the correct folder by @alyphen in #107
  • Break down into modules and remove extraneous functionality by @alyphen in #108
  • Update README.md by @dmccoystephenson in #110
  • Update README.md by @dmccoystephenson in #111

Full Changelog: 1.1...2.0.0-SNAPSHOT-7-6-2022

Ponder 1.1 (Tests, Generification, Expanded Usage)

16 May 05:31
2693c69
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @VoChiDanh made their first contribution in #91
  • @alyphen made their first contribution in #99

Full Changelog: v1.0...1.1

Ponder Snapshot (April 16th, 2022)

17 Apr 00:27
cf0ae69
Compare
Choose a tag to compare
Pre-release

What's Changed

New Contributors

Full Changelog: v1.0...1.1-SNAPSHOT-4-16-2022

Ponder v1.0 (Improvements, Dev Container Files, Compilation Script)

18 Feb 06:03
0e46201
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.14...v1.0

Ponder v0.15-alpha-2

05 Feb 22:48
d8166dd
Compare
Choose a tag to compare
Ponder v0.15-alpha-2 Pre-release
Pre-release

The math package has been removed.

Ponder v0.14 (Copyright & License Info, Code Cleanup, Comments, Annotations, Spacing, Formatting, Renaming, Generalization)

13 Jan 06:00
d2b8090
Compare
Choose a tag to compare

Changes in Ponder v0.14

  • Added copyright and license information to every file.
  • Cleaned up the code in many places.
  • Added a bunch of comments and annotations.
  • Altered spacing and formatting of some files.
  • Renamed some methods and variables for clarity.
  • Generalized some classes and moved them to the misc package.

Ponder v0.13 (RNG)

08 Jan 16:47
Compare
Choose a tag to compare
Ponder v0.13 (RNG) Pre-release
Pre-release

Changes in Ponder v0.13

  • Created RandomNumberGenerator.java
  • Renamed some classes and moved them around.
  • Refactored some abstract classes in the networking package.

Ponder v0.12 (Command Service Refactoring)

07 Jan 01:51
Compare
Choose a tag to compare

Changes in v0.12

  • The command service in the system package has been refactored and fixed.
  • Moved the Savable interface.
  • Removed a class.

Ponder v0.11 (MIT License, System Package)

06 Jan 03:38
Compare
Choose a tag to compare

Changes in Ponder v0.11

  • Changed the license of the project to MIT (with the approval of the project's contributors)
  • Created the system package.
  • Moved some classes around.