w20-framework / w20

W20 is a Web framework, built upon a powerful RequireJS/AngularJS/Bootstrap mix to help you develop single page applications.
https://w20-framework.github.io/
Mozilla Public License 2.0
8 stars 9 forks source link

Replaced URI templates library #50

Closed kavi87 closed 8 years ago

kavi87 commented 8 years ago

Fix #45

URI templates resolution was handled by URI.js which has problematic packaging (its minified distribution is actually different than the non minified version). It has been replaced with another RFC 6570 (URI templates) compliant library ("uri-templates").