Skip to content

Commit

Permalink
Name wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
brett-smith committed Apr 14, 2024
1 parent bb373a6 commit 2f1801a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,13 @@ A small Java library to read and write [INI](https://en.wikipedia.org/wiki/INI_f
* Configurable whitespace usage.
* Multiple modes for handling of duplicate properties and sections.
* Multiple modes for handling of multi-value keys
* Multiple modes for handling of escape characters
* Configurable case sensitivity.
* Configurable order preservation.
* JPMS compliant.
* Requires JDK 11 or above (JDK 17 for tests).
* Optional [Preferences](#preferences-backing-store) implementation.
* String interpolation with configurable variable pattern.

## WIP

Expand Down Expand Up @@ -180,6 +182,10 @@ Note that a `store` is scoped, and should be closed when finished with.

## Changes

### 0.3.1

* Added string interpolation features.

### 0.3.0

* Added `EscapeMode` for `INIWriter` and `INIReader` that allows altering behaviour of escaping.
Expand Down
3 changes: 2 additions & 1 deletion schema/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
<relativePath>../</relativePath>
</parent>
<artifactId>jini-schema</artifactId>
<name>Provides tools for reading schemas describing INI file, themselves INI files.</name>
<name>Schema API and tools</name>
<description>Provides tools for reading schemas describing INI file, themselves INI files.</description>
<dependencies>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down

0 comments on commit 2f1801a

Please sign in to comment.