Skip to content

Toast v1.4.0

Compare
Choose a tag to compare
@JaciBrunning JaciBrunning released this 14 May 14:25
· 167 commits to master since this release

+Include WPILib/NetworkTables sources in SourceJar.
    Toast users can now browse the WPILib, NetworkTables and Toast source in their development environments.

+Executor Priority
    Modules can now use the @priority annotation on the start() and prestart() methods to time their execution with other modules.

+Simulation --search
    Passing --search after the -sim argument in a development environment will cause Toast to try and find your ToastModule file.

+Run and Launch configs
    Now using the latest GradleRIO update, which will automatically generate Run/Launch configs for Simulation, Verification, Remote Debug and Gradle Deploy for IntelliJ and Eclipse users.