Skip to content

Releases: slatekit/kiit

Kiit Release v3.0.0

19 Dec 01:12
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.11.1...v3.0.0

Kiit Release v2.11.1

06 Mar 01:33
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.10.1...v2.11.1

Kiit Release 2.10.1

22 Jan 23:42
Compare
Choose a tag to compare

Overview

Minor patch incorporating KtLint for linting integration into the build process.

Details

This is only enabled for about 50% of the projects at the moment.
The remaining projects will be updated with KtLint next.

Kiit 2.8.2 - Upgrades and renames

12 Dec 02:48
dd9271e
Compare
Choose a tag to compare

Overview

Upgrade of Kotlin and Ktor versions and move from Slate Kit to Kiit.

Changes

  1. Upgrade to Kotlin 1.6.20 and Ktor 1.6.8
  2. Moved CLI tool from slatekit to kiit
  3. Docs updated to kiit in some places ( still a WIP )
  4. Website moved to www.kiit.dev

Slate Kit 2.5.0 - Project Restructured

11 Oct 05:09
8cc16e2
Compare
Choose a tag to compare

Overview

Restructured the project with new modules and several components moved to these new modules

PR

For more info, see #324

New

  1. Added new slatekit.utils package to store several packages originally in slatekit.common
  2. Added new slatekit.requests package to store slatekit requests for CLI, API, etc.

Moved

  1. Moved slatekit.common.display to slatekit.utils.display
  2. Moved slatekit.common.naming to slatekit.utils.naming
  3. Moved slatekit.common.paged to slatekit.utils.paged
  4. Moved slatekit.common.smartvalues to slatekit.utils.smartvalues
  5. Moved slatekit.common.templates to slatekit.utils.templates
  6. Moved slatekit.common.writer to slatekit.utils.writer
  7. Moved slatekit.common.requests to slatekit.requests
  8. Created new package slatekit.common.values
  9. Moved Gets, Puts, Inputs, Record, Settings, ListMap, RecordMap from slatekit.common to slatekit.common.values

Notes

  1. This keeps slatekit.common much smaller ( particularly for android apps )
  2. The moved components are less used and serve more utility purposes
  3. The slatekit.requests component is central to CLI, API, and others that it deserves its own module

Slate Kit 2.4.5 - Move to Github Packages

18 May 05:31
647c210
Compare
Choose a tag to compare

Overview

Move to Github packages

Changes

  1. PR: #321
  2. Packages: https://github.com/orgs/slatekit/packages?repo_name=slatekit
  3. Bump: kotlin to 1.3.72

Slate Kit 2.3.0 - Data module improvements

26 Feb 02:53
Compare
Choose a tag to compare

Overview

Fixes and improvements to the data module / data mapper component

Changes

PR : #311

Slate Kit 2.2.0 - Database support for H2/Sqlite

16 Feb 01:56
f889631
Compare
Choose a tag to compare

Overview

Misc improvements to the data module for Repo<TId, T> component
Support for H2 | Sqlite database abstractions

Changes

#310

Slate Kit 2.0.0 - Stable Release of all modules

02 Feb 07:52
Compare
Choose a tag to compare

Overview

Stable release of all modules

Updates

  1. slate kit data modules updated / redesigned
  2. site content updated
  3. license updated to Apache 2.0
  4. readme and links fixed

Slate Kit 1.35.0 : Misc fixes

16 Jan 04:15
5d6b082
Compare
Choose a tag to compare

Overview

Misc fixes and minor improvements

  1. Result<T,E>: Added Option<T> as alias for Result<T, Unit>
  2. Logger : Interface has improvements / overloaded methods for logging
  3. Build : Loading of Build info was broken when attempting to load from jar resources
  4. CLI : Slate Kit CLI tool ( homebrew package ) did not properly use the arguments.

PR

#299