kotlin-ink

KInk is a Kotlin-based ASCII art library. It provides a simple API to print text in ASCII art format.

MIT License

Stars
3

Bot releases are hidden (Show)

kotlin-ink - kotlin-ink v1.1.1 Latest Release

Published by Derrick-Mwendwa 4 months ago

Release v1.1.1 - Version Naming Fix and Dependency Name Update

Overview

This release addresses the following key changes:

  • Version Naming Correction: Fixed an issue with the version naming to ensure consistency and clarity.
  • Dependency Name Change Alert: Updated the dependency name to reflect the latest changes and avoid potential conflicts.

Changes

Version Naming Fix:

Corrected the version number across the project and Jitpack.
This ensures a clear and consistent version history for our library.

Dependency Name Update:

The dependency tech.derrickmwendwa:kotlin-ink has been renamed to com.github.Derrick-Mwendwa:kotlin-ink.

Action Required

For Users:

  • Update your project dependencies to use the new dependency name.
  • Ensure you are referencing the correct version of the library as per the updated version naming.

Additional Notes

There are no functional changes or new features in this release.
This release is solely for addressing the aforementioned versioning and dependency naming issues.

kotlin-ink - kotlin-ink v1.1.0

Published by Derrick-Mwendwa 4 months ago

What's Changed

New Features

  • Custom Output Function: Added the say(text, output) method to allow custom handling of ASCII art lines.
  • Output to Stream: Introduced the say(text, outputStream) method for directing ASCII art to any OutputStream.

Improvements

  • Code Refactoring: Enhanced internal methods for better performance and maintainability.

Update Instructions

To use the latest version, update your build.gradle.kts:

dependencies {
    implementation("com.github.Derrick-Mwendwa:kotlin-ink:1.1.0")
}

[!NOTE]
The dependency has changed from tech.derrickmwendwa:kotlin-ink:version to com.github.Derrick-Mwendwa:kotlin-ink:version

For detailed usage instructions, refer to the README.

kotlin-ink - kotlin-ink

Published by Derrick-Mwendwa 6 months ago

Changed the module name and version naming system.

Full Changelog: https://github.com/Derrick-Mwendwa/kotlin-ink/compare/v1.0.2...1.0.3

kotlin-ink - KotlinInk

Published by Derrick-Mwendwa 6 months ago

kotlin-ink - KotlinInk

Published by Derrick-Mwendwa 6 months ago

Minor changes to the build script.

Full Changelog: https://github.com/Derrick-Mwendwa/KotlinInk/compare/v1.0.0...v1.0.1

kotlin-ink - KotlinInk

Published by Derrick-Mwendwa 6 months ago

The first stable release of KInk! An ASCII art library written in Kotlin.

Full Changelog: https://github.com/Derrick-Mwendwa/KotlinInk/commits/v1.0.0

Badges
Extracted from project README
Related Projects