Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Ralph Niemitz <[email protected]>
  • Loading branch information
RalleYTN committed Jul 27, 2017
1 parent ce4fdfe commit b3de3ec
Show file tree
Hide file tree
Showing 37 changed files with 1,553 additions and 286 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Changelog

## Version 1.1.0

- Added more methods for direct access in the Registry.java
- Added the possibility to remove values (forgot that in the last release)
- Added the possibility to export and import keys
- Added the possibility to reload values

## Version 1.0.0

- Release
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,20 @@ public static void main(String[] args) {
}
```

# Changelog

## Version 1.1.0

- Added more methods for direct access in the Registry.java
- Added the possibility to remove values (forgot that in the last release)
- Added the possibility to export and import keys
- Added the possibility to reload values

## Version 1.0.0

- Release

# Links
See the [download page]()
See the [online documentation]()
See the [download page](https://github.com/RalleYTN/SimpleRegistry/releases)
See the [changelog](https://github.com/RalleYTN/SimpleRegistry/blob/master/CHANGELOG.md)
See the [online documentation](https://ralleytn.github.io/SimpleRegistry/)
5 changes: 3 additions & 2 deletions docs/allclasses-frame.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (1.8.0_131) on Wed Jul 26 16:00:01 CEST 2017 -->
<!-- Generated by javadoc (1.8.0_131) on Thu Jul 27 09:18:40 CEST 2017 -->
<title>All Classes</title>
<meta name="date" content="2017-07-26">
<meta name="date" content="2017-07-27">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand All @@ -14,6 +14,7 @@ <h1 class="bar">All&nbsp;Classes</h1>
<ul>
<li><a href="de/ralleytn/simple/registry/Key.html" title="class in de.ralleytn.simple.registry" target="classFrame">Key</a></li>
<li><a href="de/ralleytn/simple/registry/Registry.html" title="class in de.ralleytn.simple.registry" target="classFrame">Registry</a></li>
<li><a href="de/ralleytn/simple/registry/Reloadable.html" title="interface in de.ralleytn.simple.registry" target="classFrame"><span class="interfaceName">Reloadable</span></a></li>
<li><a href="de/ralleytn/simple/registry/Value.html" title="class in de.ralleytn.simple.registry" target="classFrame">Value</a></li>
<li><a href="de/ralleytn/simple/registry/Value.Type.html" title="enum in de.ralleytn.simple.registry" target="classFrame">Value.Type</a></li>
</ul>
Expand Down
5 changes: 3 additions & 2 deletions docs/allclasses-noframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (1.8.0_131) on Wed Jul 26 16:00:01 CEST 2017 -->
<!-- Generated by javadoc (1.8.0_131) on Thu Jul 27 09:18:40 CEST 2017 -->
<title>All Classes</title>
<meta name="date" content="2017-07-26">
<meta name="date" content="2017-07-27">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand All @@ -14,6 +14,7 @@ <h1 class="bar">All&nbsp;Classes</h1>
<ul>
<li><a href="de/ralleytn/simple/registry/Key.html" title="class in de.ralleytn.simple.registry">Key</a></li>
<li><a href="de/ralleytn/simple/registry/Registry.html" title="class in de.ralleytn.simple.registry">Registry</a></li>
<li><a href="de/ralleytn/simple/registry/Reloadable.html" title="interface in de.ralleytn.simple.registry"><span class="interfaceName">Reloadable</span></a></li>
<li><a href="de/ralleytn/simple/registry/Value.html" title="class in de.ralleytn.simple.registry">Value</a></li>
<li><a href="de/ralleytn/simple/registry/Value.Type.html" title="enum in de.ralleytn.simple.registry">Value.Type</a></li>
</ul>
Expand Down
4 changes: 2 additions & 2 deletions docs/constant-values.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (1.8.0_131) on Wed Jul 26 16:00:00 CEST 2017 -->
<!-- Generated by javadoc (1.8.0_131) on Thu Jul 27 09:18:40 CEST 2017 -->
<title>Constant Field Values</title>
<meta name="date" content="2017-07-26">
<meta name="date" content="2017-07-27">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand Down
Loading

0 comments on commit b3de3ec

Please sign in to comment.