**BIG CHANGES** :
`self.call()` doesn't fail silently anymore : it raises an htagexception when the instance is not tied to a parent. So, the `self.call` can't be used, explicitly, in child's constructor (in the "init" of a component : it can't be used ... the only place where it can be used is the init of the main tag (the one runned by the runner) ! BTW, it can be used everywhere else, if the instance is parented !)
It's less ambigues !
**Full Changelog**: https://github.com/manatlan/htag/compare/v0.9.20...v0.9.21