- tagbase/tag "self._contents" -> "self.childs" : can now access to children, officially ! - tagbase/tag "self._attrs" -> "self.attrs" : can now access to attributes, officially ! - effort on typings
0.1.9
* add more unit tests (tag/render is at 99% cov) * add an htagexception when trying to render a caller on something other than a Tag. * the "self.bind.<method>()" doesn't return a string anymore, but a BaseCaller object, str'able
0.1.8
* add a "caller.prior()" which is same concept as bind, but "insert" (instead of append) (should be only useful for complex objects which want to make multiple bind, with keeping the same instance to be able to pass its own js needs, see "htbulma.inputs" )
0.1.7
* permit to add a 2nd (and so on) binder 'None' (does nothing) * Caller doesn't use self.bind.<method>() anymore ;-) * More tu
0.1.6
* Multi bind : ability to chain (ex: self.bind(..).bind(..) ). Only the first bind may contains b"js_code" ! * first TU on new callback system (oufffff)
0.1.5
* FIX: yielding list was buggued (in visual stream, not in real content !)