2.0.0
Lots of new things!
- FragNavTransactionOptions Use these with your transactions to do things like SharedElementAnimations, TransitionAnimations, or setting breadcrumbs.
- FragNavController now created via a builder. The number of possible constructors was growing way too wildly, so instead, we're switching to a builder pattern. The main Builder constructor takes in the required things. It is required that at least one of the following is set: trootfragment, rootfragments, or a rootfragmentlistner.
- general code cleanup and bug fixex
- Lots more testing to keep things going