Skip to content

1.0.2

Choose a tag to compare

@skydoves skydoves released this 06 Nov 17:13
· 56 commits to main since this release
03f3b35

🎉 Released a new version 1.0.2! 🎉

What's New?

  • Add an infix eq method to add extras without need of + (#2)
  • Fix type miss matching for the CharSequence. (d491110)
  • Make initialize lazily with an unsafe lazy mode to bundle expressions. (7a3021f)
  • Added ActivityBundler and FragmentBundler for creating an instance of the Bundler and initializing the extras data & arguments.