antonmedv / monkberry

Monkberry is a JavaScript library for building web user interfaces
https://monkberry.js.org
MIT License
1.49k stars 78 forks source link

Truly disable cache when noCache option is set to true #30

Closed Madumo closed 7 years ago

Madumo commented 7 years ago

The noCache option wasn't passed to childrens, also view instances were still added in the pool when noCache was set to true, resulting in an important memory leak.

It's now fixed 😄

antonmedv commented 7 years ago

Cool! Thanks!