template_expressions 1.1.6 copy "template_expressions: ^1.1.6" to clipboard
template_expressions: ^1.1.6 copied to clipboard

outdated

A Dart library to process string based templates using expressions.

1.1.6 May 9th, 2022 #

  • Added MapEntry support.

1.1.5+1 April 18th, 2022 #

  • Added AES and RSA for encryption and description
  • Added pointycastle dependency
  • Added toJson functions to both Map and List

1.1.4 April 16th, 2022 #

  • Fixed duration_functions to return milliseconds rather than microseconds
  • Added random function
  • Added hmac, md5, sha256, and sha512 functions

1.1.3 April 5th, 2022 #

  • Better logging on exceptions in the template

1.1.2+2 April 4th, 2022 #

  • Updated to be null friendly and not throw exceptions when attempting to access against null values

1.1.1+1 March 27th, 2022 #

  • Removed undocumented value function

1.1.0+3 March 27th, 2022 #

  • Moved the standard functions from the template to the expressions itself
  • Dart 2.16

1.0.1+1 March 5th, 2022 #

  • Added Codex built in type

1.0.0 February 26th, 2022 #

  • Initial Release