jalasem / templatestringparser

A package that helps you process template strings against values
https://www.npmjs.com/package/templatestringparser
MIT License
12 stars 4 forks source link

Feature : Parse Deeply Nested Values #2

Closed tunjioye closed 5 years ago

tunjioye commented 5 years ago
  1. Template String Parser can now support deeply nested object values.
  2. Fixed the Disable Auto Trim Bug.
  3. Updated README.md with New Feature + Features in Detail Section.