Releases: Preponderous-Software/Ponder
Releases · Preponderous-Software/Ponder
Ponder 2.0.0 (Modular Redesign, Tests, Repo Publishing)
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
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)
What's Changed
- Update README.md by @dmccoystephenson in #88
- Update README.md by @dmccoystephenson in #90
- MaterialChecker & BlockChecker Modifications by @VoChiDanh in #91
- Update README.md by @dmccoystephenson in #92
- ah, idk why my code doesnt update same so i need do this lul by @VoChiDanh in #93
- Revert "ah, idk why my code doesnt update same so i need do this lul … by @VoChiDanh in #94
- add Maven to README by @VoChiDanh in #95
- Random String Generator by @dmccoystephenson in #96
- ArgumentParser Test by @dmccoystephenson in #97
- Added a couple more constructors to the CommandService class in the minecraft package. by @dmccoystephenson in #98
- Generify types of maps, lists and sets across the Ponder API by @alyphen in #99
- Update to Authors & Acknowledgment Section of the README by @dmccoystephenson in #100
- Typo Fix by @dmccoystephenson in #101
- Update NMSAssistant.java by @VoChiDanh in #102
- Added a couple methods to the NMSAssistant class. by @dmccoystephenson in #103
- Update README.md by @dmccoystephenson in #104
- Changed version to 1.1 by @dmccoystephenson in #105
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)
What's Changed
- Update README.md by @dmccoystephenson in #88
- Update README.md by @dmccoystephenson in #90
- MaterialChecker & BlockChecker Modifications by @VoChiDanh in #91
- Update README.md by @dmccoystephenson in #92
- ah, idk why my code doesnt update same so i need do this lul by @VoChiDanh in #93
- Revert "ah, idk why my code doesnt update same so i need do this lul … by @VoChiDanh in #94
- add Maven to README by @VoChiDanh in #95
- Random String Generator by @dmccoystephenson in #96
- ArgumentParser Test by @dmccoystephenson in #97
- Added a couple more constructors to the CommandService class in the minecraft package. by @dmccoystephenson in #98
New Contributors
- @VoChiDanh made their first contribution in #91
Full Changelog: v1.0...1.1-SNAPSHOT-4-16-2022
Ponder v1.0 (Improvements, Dev Container Files, Compilation Script)
What's Changed
- Some improvements. by @dmccoystephenson in #81
- Fixed a broken link. by @dmccoystephenson in #82
- Removed the math package. by @dmccoystephenson in #83
- Updated version in Ponder.java by @dmccoystephenson in #84
- Altering Return Type by @dmccoystephenson in #85
- Compilation Script & Dev Container Files by @dmccoystephenson in #86
- Dev Container Files & Compilation Script by @dmccoystephenson in #87
Full Changelog: v0.14...v1.0
Ponder v0.15-alpha-2
The math package has been removed.
Ponder v0.14 (Copyright & License Info, Code Cleanup, Comments, Annotations, Spacing, Formatting, Renaming, Generalization)
Pre-release
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)
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)
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)
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.