Spruce v1.26.0 Release Notes

Release Date: 2020-07-24 // almost 4 years ago
  • ๐Ÿ†• New Features

    • ๐Ÿ‘ The (( load )) operator now supports loading files based off of references in the YAML
      datastructure. For example:

      file: loadme.yml

      data: (( load file ))

    ๐Ÿ› Bug Fixes

    • The (( load )) operator correctly handles absolute file paths now. Previously, it
      would detect absolute file paths as URLs and fail to retreive them.

    Acknowledgements

    Thanks @dennisjbell for the bug fix/feature!