Skip to content

Releases: skydoves/Only

1.0.8

09 Nov 14:29
2562e27
Compare
Choose a tag to compare

🎉 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.

1.0.7

10 Sep 12:42
caf1614
Compare
Choose a tag to compare

🎉 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.

1.0.6

19 May 13:33
77f7284
Compare
Choose a tag to compare

🎉 Released a new version 1.0.6! 🎉

What's new?

  • Fixed the version functionality not working properly in some cases.

1.0.5

29 Apr 13:24
8969480
Compare
Choose a tag to compare

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.

1.0.4

11 Oct 18:08
cf3dca2
Compare
Choose a tag to compare

Released a new version 1.0.4.

Removed appcompat dependency and use androidx.annotation.

v1.0.3

04 Jul 19:40
9ab45fc
Compare
Choose a tag to compare

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

02 Jul 08:14
de5cfcb
Compare
Choose a tag to compare

Implemented below features.

  • onLastDo, onBeforeDone blocks on onDo, Only.Builder and applied only dsl
  • onlyToast, onlyOnceToast, onlyTwiceToast, onlyThriceToast

v1.0.1

23 Jun 10:46
5b60ff4
Compare
Choose a tag to compare

Applied dslMarker annotation for

  • explicit receiver
  • only, onlyOnce, onlyTwice, onlyThrice dsl writers highlighting

v1.0.0

21 Jun 17:11
87ce32d
Compare
Choose a tag to compare

🎉🎉 Published version 1.0.0. 🎉🎉