Skip to content

Releases: cezarypiatek/UniversalTemplates

1.0.6

16 Oct 19:49
b99edce
Compare
Choose a tag to compare

What's new:

  • Add custom filters to fluid templates based on the Humanizer

1.0.5

29 Oct 08:02
35d5c48
Compare
Choose a tag to compare

What's new:

  • Merge pull request #7 from cezarypiatek/feature/initial_release
  • Add support for multiple templates and outputs
  • Fix sql transactions
  • Fix object merge
  • Add always-rollback transaction to SqlDataSourceReader
  • Add initial support for multiple file input

1.0.4

27 Oct 19:21
af2b9ef
Compare
Choose a tag to compare

What's new:

  • Merge pull request #6 from cezarypiatek/feature/initial_release
  • Allow for multiple arguments
  • Change notation for sql parameters

1.0.3

26 Oct 19:00
5060e0e
Compare
Choose a tag to compare

What's new:

  • Merge pull request #5 from cezarypiatek/feature/initial_release
  • Add OnlySchemaInfo option for SqlReader

1.0.2

26 Oct 18:25
9de281b
Compare
Choose a tag to compare

What's new:

  • Merge pull request #4 from cezarypiatek/feature/initial_release
  • Add support for t4 templates
  • Add Scriban template engine
  • Add support for handlebars tempalte engine
  • Code cleanup
  • Add option to configure delimiter in CSV input
  • Add support for SQL query parameters

1.0.1

26 Oct 05:17
b53e04f
Compare
Choose a tag to compare

What's new:

  • Merge pull request #3 from cezarypiatek/feature/initial_release
  • Add template arguments

1.0.0

26 Oct 04:57
6a223fd
Compare
Choose a tag to compare

What's new:

  • Added support for input files: XML, CSV, JSON, YAML, SQL
  • Added support for template engine: Liquid