Skip to content

remco v0.8.0

Compare
Choose a tag to compare
@HeavyHorst HeavyHorst released this 28 Nov 15:56
· 214 commits to master since this release

This release of remco supports backend plugins (thanks to https://github.com/natefinch/pie).
Plugins can be written in any language that can provide a JSON-RPC API.

As an example: the env backend as a plugin.

Changes

  • 592377e removed the reversed template filter
    The pongo2 for loop can iterate in reversed order without the need of an special filter
  • 6f45626 filterUnmarshalYAMLObject and filterUnmarshalYAMLArray are merged into filterUnmarshalYAML
  • [eb08c87, 8eb9c85, b1e0218] Plugin support !