- Updated to gren 0.4.x and the new node package.
- Replaced Path & Focus modules with
FileSystem.Path
from Gren's node package. - Should technically work on Windows now (not tested though)
Changed the behaviour of the Shikensu.programs
function, programs are now performed sequentially instead of concurrently (+ the documentation of the function now states this).
Fixes an issue with listing extension-less files.
- Added
Shikensu.bundle
- Added
Shikensu.Contrib.enclose
- Improved the
Bundle
type - Removed
Shikensu.writeDefinition
(usebundle
instead)
Moved the currentWorkingDirectory
to the main Shikensu
module so that it can use the Error
type instead for ease of use.
- Added
Shikensu.perform
- Added
Shikensu.Error.ErrorMessage
- Exposed
Shikensu.writeDefinition
Upgrade to version 3 of gren-lang/node
.
Bump version range of gren-lang/node
.
- Added
Shikensu.programs
- Added missing headers so docs render properly
- Removed confusing
Compendium
type alias - Forgot to export the Error module
- Forgot to export various functions