Skip to content

Releases: sergeshustoff/dikt

v1.1.0

29 Apr 14:35
Compare
Choose a tag to compare

Commits

  • b14e1c8: introduce new api (resolve() function) that will replace @Create and @Provide annotations (serge shustoff)
  • 2d69e9e: deprecate old annotations api (serge shustoff)
  • 72b9f7a: add @ProvidesMembers as more readable alternative to @UseModules annotation (serge shustoff)
  • ebc996d: make annotations repeatable (serge shustoff)
  • ef1ebbc: introduce Injectable interface (serge shustoff)
  • 26f511a: support singletons without annotation in module (serge shustoff)

v1.1.0-kotlin-1.8.10

29 Apr 15:06
Compare
Choose a tag to compare
v1.1.0-kotlin-1.8.10 Pre-release
Pre-release

Commits

  • ecfaa97: build 1.1.0 for kotlin 1.8.10 (serge shustoff)

v1.1.0-kotlin-1.7.21

29 Apr 15:06
Compare
Choose a tag to compare
v1.1.0-kotlin-1.7.21 Pre-release
Pre-release

Commits

  • 0b278ca: build 1.1.0 for kotlin 1.7.21 (serge shustoff)

v1.1.0-alpha6

03 Apr 18:30
Compare
Choose a tag to compare
v1.1.0-alpha6 Pre-release
Pre-release

Commits

  • 051a54b: update kotlin to 1.8.20 (serge shustoff)

v1.0.4

03 Apr 17:45
Compare
Choose a tag to compare

Commits

  • 2fe9cae: update kotlin to 1.8.20 (serge shustoff)

v1.1.0-alpha5

19 Feb 15:06
Compare
Choose a tag to compare
v1.1.0-alpha5 Pre-release
Pre-release

Commits

  • f7a867b: update sample and documentation for new api (serge shustoff)
  • 188cae9: fix hidden library dependency (alpha4 fails on attempt to add api dependency to androidTest configuration) (serge shustoff)

v1.1.0-alpha4

19 Feb 11:45
Compare
Choose a tag to compare
v1.1.0-alpha4 Pre-release
Pre-release

Commits

  • a42eb44: update sample and readme for new api (Injectable interface) (serge shustoff)
  • 25774b5: better names for artifacts (serge shustoff)
  • 26f511a: support singletons without annotation in module (serge shustoff)

v1.1.0-alpha3

12 Feb 10:17
Compare
Choose a tag to compare
v1.1.0-alpha3 Pre-release
Pre-release

Commits

  • ebc996d: make annotations repeatable (serge shustoff)
  • ef1ebbc: introduce Injectable interface (serge shustoff)

v1.1.0-alpha2

11 Feb 11:29
173440a
Compare
Choose a tag to compare
v1.1.0-alpha2 Pre-release
Pre-release

Commits

  • 0642d97: update samples and documentation for 1.1.0 api (serge shustoff)
  • 2fa76f7: fix publishing and increment alpha version (serge shustoff)

v1.1.0-alpha1

11 Feb 11:00
9094a10
Compare
Choose a tag to compare
v1.1.0-alpha1 Pre-release
Pre-release

Commits

  • b14e1c8: introduce new api (resolve() function) that will replace @Create and @Provide annotations (serge shustoff)
  • 2d69e9e: deprecate old annotations api (serge shustoff)
  • dfb94e7: add tests for new api (serge shustoff)
  • 72b9f7a: add @ProvidesMembers as more readable alternative to @UseModules annotation (serge shustoff)