v1.5.0
New functions:
mkdir
create a directory and all its intermediate onesbasename
dirname
parseutl
to map an URL string to a map of formal URL fields
New features:
- support generation of PKIX format (PEM type
PUBLIC KEY
) for RSA public keys (default is still PKCS1 as PEM typeRSA PUBLIC KEY
) (required by Kubernetes). - Escaping for spiff special keywords like
<<!
and `((! ))`` sum
now support nil (~
) as initial value, which is returned for an empty aggregation- Library mode now supports pre-validation of template
- Library mode now support disabling of OS related functions (like
write
andread
) - Options
--preserve-temporary
and--preserve-escapes
to control the cleanup processing of the final document
Fixes:
- fix output of unicode characters in
\u
notation