Open
Description
Go multiple levels deep with whitelists and blacklists. Right now you can only go one level deep, which misses a good number of use cases. So instead of just manga
, could do manga.release
too.
The dotted syntax makes sense to me, though not sure how to handle something like an array... just implement on all elements? Or require a more explicit [].
or something?
This has popped up in agilgur5/react-native-manga-reader-app#27 and #26 .
Should really be implemented on top of Transforms #16 , but probably should be the default behavior too, not a separate transform.