github untoldwind/KontrolSystem2 v0.5.2.6

latest releases: v0.5.9.5, v0.5.9.4, v0.5.9.3...
7 months ago
  • Improve error handling on missing imports (#119)
  • Add button to VAB (#121)
    • Note: Most binding are still untested for VAB
  • Fix: Handle line comments in record creation (#113)
  • Add helper methods to string (#123):
    • index_of: "abcdefgh".index_of("g") == 6 or "abcdefghabcdefgh".index_of("g", 7) == 14
    • slice: "abcdefgh".slice(3) == "defgh" or "abcdefgh".slice(3, 5) == "de"
    • replace: "abcdefgh".replace("de", "en") == "abcenfgh"
    • split: "a,b,c,de,fgh".split(",") == ["a", "b", "c", "de", "fgh"]

Don't miss a new KontrolSystem2 release

NewReleases is sending notifications on new releases.