Skip to content

Releases: joha1na/my-prose-app

Version 1.1.1

15 Jun 20:46
473b97f

Choose a tag to compare

Release v1.1.1

Improvements

  • Enhanced CI/CD workflow configuration with proper authentication for GitHub Packages
  • Added necessary permissions for GitHub Actions to publish test results
  • Expanded README.md with comprehensive badges for better project overview

Fixed Issues

  • Fixed GitHub Actions authentication errors
  • Corrected repository access permissions in workflow

Artifacts

This release includes:

  • prose_library-1.1.1.jar
  • prose_library-1.1.1-javadoc.jar
  • prose_library-1.1.1-jar-with-dependencies.jar

Release 1.1.0

15 Jun 18:59
4a961ad

Choose a tag to compare

Prose Library 1.1.0

This release provides a complete open-source version of the Prose Library and includes various improvements for the community.

Changes

New Features

  • Executable JAR with all dependencies included
  • Modernized test suite using JUnit 4
  • Comprehensive JavaDoc documentation

Improvements

  • Complete open-source documentation:
    • CONTRIBUTING.md with guidelines for contributors
    • CODE_OF_CONDUCT.md for respectful collaboration
    • SECURITY.md with secure usage information
    • CHANGELOG.md with version notes
    • NOTICE with project details and license information

Technical Changes

  • Updated JUnit to version 4.13.2
  • Added Maven Assembly Plugin for an executable JAR
  • License headers in all source files
  • GitHub integration with workflows, issue and PR templates
  • Improved test coverage

Assets

  • prose_library-1.1.0.jar - Standard JAR
  • prose_library-1.1.0-javadoc.jar - JavaDoc documentation
  • prose_library-1.1.0-jar-with-dependencies.jar - Executable JAR with all dependencies

v1.0.0

10 Jun 15:35
e07b2bb

Choose a tag to compare

Prose Library v1.0.0

Initial release of the Prose Library with complete JavaDoc documentation.

Features

  • Simple implementation of the Prose and Sentence interfaces
  • Conversion functionality between Prose and Sentence objects
  • Text composition using ProseBuilder
  • Complete JavaDoc documentation

Assets

  • prose_library-1.0.0.jar: Main library JAR
  • prose_library-1.0.0-javadoc.jar: JavaDoc documentation

Dependencies

  • prose_builder v1.0-SNAPSHOT
  • JUnit 3.8.1 (for testing)

Installation

The library is available through GitHub Packages. Add the following to your pom.xml:

<dependency>
    <groupId>de.htw_berlin.fb4.examples</groupId>
    <artifactId>prose_library</artifactId>
    <version>1.0.0</version>
</dependency>