All Versions
9
Latest Version
Avg Release Cycle
63 days
Latest Release
1258 days ago

Changelog History

  • v1.0.8 Changes

    November 09, 2020

    ๐Ÿš€ ๐ŸŽ‰ Released a new version 1.0.8! ๐ŸŽ‰

    What's New?

    • โšก๏ธ Updated gradle build tool version to 4.1.0 internally.
    • โœ‚ Removed generating a BuildConfig class from the only module.
    • Hidden some internal functions.
  • v1.0.7 Changes

    September 10, 2020

    ๐Ÿš€ ๐ŸŽ‰ Released a new version 1.0.7! ๐ŸŽ‰

    What's New?

    • ๐Ÿ‘‰ Used JvmSynthetic for hiding kotlin lambda functionalities in Java project.
    • โž• Added JvmStatic functionalities for supporting Java APIs for fluently.
      Now we can use like below in our Java project.

      Only.onDo("introPopup", 1, () -> doSomethingOnlyOnce(), // onDo () -> doSOmethingAfterDone() // onDone);

    • ๐Ÿ”„ Changed some public classes to internal classes.

  • v1.0.6 Changes

    May 19, 2020

    ๐Ÿš€ ๐ŸŽ‰ Released a new version 1.0.6! ๐ŸŽ‰

    What's new?

    • ๐Ÿ›  Fixed the version functionality not working properly in some cases.
  • v1.0.5 Changes

    April 29, 2020

    ๐Ÿš€ Released a new version 1.0.5.

    What's new?

    • Java use cases are more simplified. Usage in Java
    • โœ‚ Removed unused plugin.
    • ๐Ÿ”จ Refactor internal logics.
  • v1.0.4 Changes

    October 11, 2019

    ๐Ÿš€ Released a new version 1.0.4.

    โœ‚ Removed appcompat dependency and use androidx.annotation.

  • v1.0.3 Changes

    July 04, 2019

    implemented marking feature

    • Only.mark(name: String, marking: Any?), Only.getMarking(name: String): String? methods.
    • ๐Ÿ— marking be initialized only once when using Only.Builder and kotlin dsl.
  • v1.0.2 Changes

    July 02, 2019

    Implemented below features.

    • ๐Ÿ— onLastDo, onBeforeDone blocks on onDo, Only.Builder and applied only dsl
    • onlyToast, onlyOnceToast, onlyTwiceToast, onlyThriceToast
  • v1.0.1 Changes

    June 23, 2019

    Applied dslMarker annotation for

    • explicit receiver
    • only, onlyOnce, onlyTwice, onlyThrice dsl writers highlighting
  • v1.0.0 Changes

    June 21, 2019

    ๐Ÿฑ ๐ŸŽ‰๐ŸŽ‰ Published version 1.0.0. ๐ŸŽ‰๐ŸŽ‰