Skip to content

NationStates-API-Java-Wrapper-5.1.0

Compare
Choose a tag to compare
@Agadar Agadar released this 30 Oct 23:39
· 17 commits to master since this release

Requirements and dependencies

  • Consumes version 9 of the NationStates API;
  • Requires Java 11 to be installed.

Changelog

  • Replaced java.util logging with slf4j facade calls;
  • Added error logs to all catch blocks;
  • Fixed bug with EjectedHappeningSpecializer (#33);
  • Fixed bug with DispatchHappeningSpecializer (#34);
  • Upgraded lombok version.