Scriptlike v0.9.0
    Nick Sabalausky via Digitalmars-d-announce 
    digitalmars-d-announce at puremagic.com
       
    Sat Jun 27 21:36:39 PDT 2015
    
    
  
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".
    
    
More information about the Digitalmars-d-announce
mailing list