• 1.1.0 b71bf67333

    1.1.0 Stable

    Dexrn released this 2026-05-22 00:00:29 +00:00 | 1 commits to main since this release

    Shiki.Common

    Changes

    Identifier

    BREAKING CHANGE: Made it so that a path is required to NOT be empty in the creation of an Identifier.

    New Classes

    Result

    Rust-like Result type, very useful for things such as web requests or serial commands.

    Observable & Friends

    Allows you to create an object that can be observed like an Event for setter updates.

    PubliclyImmutableObservable

    Allows you to take a private MutableObservable and make it public under Observable which is immutable, this prevents others from modifying your object via .Set().

    BiDictionary

    Simple dictionary wrapper that contains a primary and reverse lookup dictionary.

    Downloads