bbmustache v1.11.0 Release Notes

Release Date: 2020-10-15 // over 3 years ago
  • Behavior changes

    • #51 #52 Treat nil and empty binaries as false in conditions ({{# xxx}} and {{^ xxx}})

    Others

    • #49 OTP23 compatible

Previous changes from v1.10.0

  • ref: #46 #47 #48

    ๐Ÿ†• New Features

    CommandLine tool has been added

    make escriptizeecho '{"name", "hoge"}.' \> vars.configecho '{{name}}' \> template.mustache ./bbmustache -d vars.config template.mustache hoge
    

    ๐Ÿ‘ Data files (-d) support a single assoc list, a single map, and consult format.

    ๐Ÿ‘ Note: the behind term has a high priority in all cases. it is a result of supporting to allow for embedding relative file paths as in config.