New update to Scriptlike: A library to aid in writing script-like
programs in D.
Home:
https://github.com/Abscissa/scriptlike
API Reference:
http://semitwist.com/scriptlike
Dub:
http://code.dlang.org/packages/scriptlike
Full changelog:
http://semitwist.com/scriptlike/changelog.html
---------------------------
In this version:
- Change: Split "scriptlike.file" and "scriptlike.path" into the following:
- scriptlike.core
- scriptlike.file.extras
- scriptlike.file.wrappers
- scriptlike.path.extras
- scriptlike.path.wrappers
Utilizes package.d to retain ability to import "scriptlike.file" and
"scriptlike.path".
- Change: Convert changelog from markdown to ddox so links are more
readable.
- Enhancement: Add (opt-in) command echoing to most functions in
"scriptlike.file".
- Enhancement: Add "yap" and "yapFunc" as improved versions of
to-be-deprecated "echoCommand".
- Fixed: Make "escapeShellArg" const-correct.
- Fixed: Make "Path.toRawString" and "Ext.toRawString" both be "pure
@safe nothrow".