Slatekit Versions Save

Kotlin Framework for Apps, APIs, CLIs, Jobs, Mobile and more...

v3.0.0

5 months ago

What's Changed

Full Changelog: https://github.com/slatekit/kiit/compare/v2.11.1...v3.0.0

v2.11.1

1 year ago

What's Changed

Full Changelog: https://github.com/slatekit/kiit/compare/v2.10.1...v2.11.1

v2.10.1

1 year ago

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.

v2.8.2

1 year ago

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

v2.5.0

2 years ago

Overview

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

PR

For more info, see https://github.com/slatekit/slatekit/pull/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

v2.4.5

3 years ago

Overview

Move to Github packages

Changes

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

v2.3.0

3 years ago

Overview

Fixes and improvements to the data module / data mapper component

Changes

PR : https://github.com/slatekit/slatekit/pull/311

v2.2.0

3 years ago

Overview

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

Changes

https://github.com/slatekit/slatekit/pull/310

v2.0.0

3 years ago

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

v1.35.0

3 years ago

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

https://github.com/slatekit/slatekit/pull/299