Skip to content

2.0.0

Compare
Choose a tag to compare
@icidasset icidasset released this 17 Jul 09:18
· 10 commits to main since this release
---- ADDED MODULES - MINOR ----

    Shikensu.Bundle
    Shikensu.Error


---- Shikensu - MINOR ----

    Added:
        programs :
            Array.Array
                { focus : Shikensu.Focus.Focus
                , sequence : Shikensu.Task -> Shikensu.Task
                }
            -> Shikensu.Program


---- Shikensu.Contrib - MINOR ----

    Added:
        withBaseName :
            String.String -> Shikensu.Bundle.Bundle -> Shikensu.Bundle.Bundle
        withDirectory :
            Shikensu.Path.Path Shikensu.Path.Directory
            -> Shikensu.Bundle.Bundle
            -> Shikensu.Bundle.Bundle
        withMetadata :
            String.String
            -> Json.Encode.Value
            -> Shikensu.Bundle.Bundle
            -> Shikensu.Bundle.Bundle


---- Shikensu.Definition - MAJOR ----

    Removed:
        type alias Compendium = Array.Array Shikensu.Definition.Definition