Nustache v1.14.0.4 Release Notes

Release Date: 2015-04-15 // about 9 years ago
    • 🐛 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