Skip to content
This repository has been archived by the owner on Nov 16, 2020. It is now read-only.

TemplateKit 1.2.0

Compare
Choose a tag to compare
@tanner0101 tanner0101 released this 25 Apr 22:42
· 16 commits to master since this release
121ae51

New:

  • TemplateDataEncoder has been refactored for improved performance. (#50)
  • DateFormatters are now cached during rendering for improved performance. (#51)

Fixed:

  • DateFormat now returns null when arguments are null. (#44)
  • Context userInfo does now get passed to nested scopes. (#53, #54)
  • Using #for on null array now returns null. (#55)