Releases: multicatch/rubble-rs
rubble-templates 0.2.1
This version introduces new standard functions for math and string manipulation. It also includes some utility functions for using non-escapable }} and " in code.
https://crates.io/crates/rubble-templates
https://crates.io/crates/rubble-templates-core
https://crates.io/crates/rubble-templates-evaluators
rubble-templates, rubble-templates-core & rubble-templates-evaluators 0.2.0
This version introduces new crates for better code separation. The extensibility has also been improved. Check out the documentation and new API for further details on how to use those crates.
https://crates.io/crates/rubble-templates
https://crates.io/crates/rubble-templates-core
https://crates.io/crates/rubble-templates-evaluators
rubble-templates 0.1.3
This version introduces some improvements:
- new simpler Functions API - allows to use much more simpler and cleaner syntax for defining a function,
- API for relative and absolute code positions for improved error messages,
- introduced Context that can be used to share a state between function invocations,
- introduced debug and trace logging during AST parsing to help with debugging syntax problems,
- added some some basic rubble-templates std functions (see functions module for more info).
rubble-templates 0.1.2
This version fixes support for spaces inside string literals.
rubble-templates 0.1.1
This release introduces a new syntax error model that contains info about at what position the evaluation error was encountered.
rubble-templates 0.1.0
This is the initial version of rubble-templates.