Skip to content

Releases: futuredapp/arkitekt

5.1.0

Choose a tag to compare

@SumeraMartin SumeraMartin released this 14 Dec 08:31
ef24905
  • Added global error logging for use cases

5.0.0

Choose a tag to compare

@okalman okalman released this 16 Jul 08:32
e04418f

Release Arkitekt on maven central

4.0.0

Choose a tag to compare

@okalman okalman released this 21 Apr 10:15
b8812b5

The first release under new name Arkitekt

3.1.1

Choose a tag to compare

@okalman okalman released this 18 Feb 16:55
99b3580

Bugfixes

  • Fix invalid artifact name of module mvvm-test

3.1.0

Choose a tag to compare

@SumeraMartin SumeraMartin released this 05 Feb 08:30
d067132

Features

  • Added testing modules for rx-usecase, cr-usecase and mvvm
  • Added support for synchronous execution of cr-usecase
  • Improved testing of the example module

2.1.3

Choose a tag to compare

@okalman okalman released this 15 Jan 12:34
561e161
Merge pull request #102 from thefuntasty/feature/2.x-github-actions

Feat: added github actions for 2.x branch

3.0.0

Choose a tag to compare

@okalman okalman released this 09 Jan 10:18
1ab0bed

Features

  • Interactors renamed to more common UseCases
  • Improved lamdas in UseCases
  • Improved argument passing to UseCases

2.1.2

Choose a tag to compare

@okalman okalman released this 26 Nov 21:55
416e271

Bugfixes

  • Fixed possible uncatched errors #85

2.1.1

Choose a tag to compare

@okalman okalman released this 26 Nov 14:16
8930055

Bugfixes

  • Fixed possible race condition causing application crashes when using coroutines interactors #83

2.1.0

Choose a tag to compare

@okalman okalman released this 12 Oct 09:08
1ae11da

New features

  • Added new Interactors based on coroutines
  • Added gradle plugin for downloading file templates

Other

  • Added deployment scripts for deploy to Gradle Plugin Portal and JCenter