Skip to content

Nustache v1.14.0.4

Compare
Choose a tag to compare
@Romanx Romanx released this 15 Apr 19:38
  • Bug Fix: Nested fully qualified accessors were not working correctly. Thanks @rafarhat
  • Bug Fix: AmbigiousMatchExceptions will no longer be thrown if there are two properties with the same name. It will match the first instead. Thanks @dhgoldman
  • Bug Fix: Escaping will not be lost when using lamdas. Thanks @joaompneves
  • Bug Fix: Unicode surrogates are properly encoded. Thanks @joaompneves
  • **Feature:**Lambda functions now have context and render function in to match Mustache usage. Thanks @lukasz-lysik
  • Feature: Added support for multi-level includes. Thanks @gordonmleigh
  • Feature: You can now use NameValueCollections. Thanks @rafarhat
  • Feature: You can now pass DataTables and they will be correctly parsed.
  • Project: MVC3 Project will now use the most recent version of nustache.core as a nuget dependency. Thanks @raoulmillais