• 1.1.1 8c2bed6ef6

    1.1.1 Stable

    Dexrn released this 2026-05-22 00:14:45 +00:00 | 0 commits to main since this release

    Shiki.CodeGenerator

    • Initial creation
    • Added codegen for PubliclyImmutableObservable
    Downloads
  • 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
  • 1.0.1 ff0436aa4c

    1.0.1 Stable

    Dexrn released this 2026-05-04 23:38:27 +00:00 | 2 commits to main since this release

    Added license

    Downloads
  • 1.0.0 8463d37c70

    1.0.0 Stable

    Dexrn released this 2026-05-04 23:17:48 +00:00 | 3 commits to main since this release

    Initial commit

    Added Shiki.Common.Util.Identifier

    Downloads