Skip to content

v1.5.0

Compare
Choose a tag to compare
@mandelsoft mandelsoft released this 23 Jul 08:42
· 94 commits to master since this release

New functions:

  • mkdir create a directory and all its intermediate ones
  • basename
  • 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 type RSA 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 writeand read)
  • Options --preserve-temporary and --preserve-escapes to control the cleanup processing of the final document

Fixes:

  • fix output of unicode characters in \u notation