Skip to content

Releases: newcomb-luke/kerbalobjects.rs

Version 4.0.2 Release

11 Nov 18:25
b0037ce
Compare
Choose a tag to compare

Do NOT use version 4.0.1. There was a missed bug in a well-used API causing invalid KerbalObject file output.

Version 4.0.1 Release

27 Oct 04:37
6d601d1
Compare
Choose a tag to compare

Do NOT use version 4.0.0. There were missed behavioral problems not caught by tests. This version contains the fixes for those, and other API problems.

Version 4.0.0 Release

26 Oct 19:39
3a2d55c
Compare
Choose a tag to compare

Changed KO and KSM file API to be more ergonomic and type safe.
Overhauled the entire error system so now they can be better understood and less cryptic.
Updated KerbalObjects file format to version 4.
Added KSM builder style methods.
Added documentation to crate and all enums, structs, methods.