Skip to content

Commit

Permalink
Release 0.6.3 !
Browse files Browse the repository at this point in the history
Former-commit-id: e9820bf
  • Loading branch information
tommyettinger committed Aug 5, 2022
1 parent 188d561 commit e216c36
Show file tree
Hide file tree
Showing 82 changed files with 4,055 additions and 281 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ between two colors, or go across a whole rainbow. Lots of options; lots of fun.
typing-label, but there have been some changes. You can check [the TextraTypist wiki](https://github.com/tommyettinger/textratypist/wiki/Examples)
for more information.

As of 0.6.2, there are many new effects. Jolt, Spiral, Spin, Crowd, Shrink, Emerge, Heartbeat, Carousel, Squash, Scale,
As of 0.6.3, there are many new effects. Jolt, Spiral, Spin, Crowd, Shrink, Emerge, Heartbeat, Carousel, Squash, Scale,
and Rotate are all new to TextraTypist (not in typing-label). You can see usage instructions and sample GIFs at
[the TextraTypist wiki's Tokens page](https://github.com/tommyettinger/textratypist/wiki/Tokens). Most of these effects
make use of the smooth scaling and rotation options that effects can use starting in TextraTypist 0.5.1 .
Expand Down Expand Up @@ -145,7 +145,7 @@ for some usage. A counterpart to `TextArea` is planned.
You probably want to get this with Gradle! The dependency for a libGDX project's core module looks like:

```groovy
implementation "com.github.tommyettinger:textratypist:0.6.2"
implementation "com.github.tommyettinger:textratypist:0.6.3"
```

This assumes you already depend on libGDX; TextraTypist depends on version 1.11.0 or higher. The requirement for 1.11.0
Expand All @@ -154,7 +154,7 @@ was added in TextraTypist 0.5.0 because of some breaking changes in tooltip code
If you use GWT, this should be compatible. It needs these dependencies in the html module:

```groovy
implementation "com.github.tommyettinger:textratypist:0.6.2:sources"
implementation "com.github.tommyettinger:textratypist:0.6.3:sources"
implementation "com.github.tommyettinger:regexodus:0.1.13:sources"
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
gradlePluginPortal()
}
dependencies {
classpath 'com.vanniktech:gradle-maven-publish-plugin:0.18.0'
classpath 'com.vanniktech:gradle-maven-publish-plugin:0.21.0'
}
}

Expand Down
3 changes: 2 additions & 1 deletion docs/apidocs/allclasses-frame.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>All Classes (textratypist 0.6.2 API)</title>
<title>All Classes (textratypist 0.6.3 API)</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand Down Expand Up @@ -42,6 +42,7 @@ <h1 class="bar">All&nbsp;Classes</h1>
<li><a href="com/github/tommyettinger/textra/Layout.html" title="class in com.github.tommyettinger.textra" target="classFrame">Layout</a></li>
<li><a href="com/github/tommyettinger/textra/Line.html" title="class in com.github.tommyettinger.textra" target="classFrame">Line</a></li>
<li><a href="com/github/tommyettinger/textra/utils/NoiseUtils.html" title="class in com.github.tommyettinger.textra.utils" target="classFrame">NoiseUtils</a></li>
<li><a href="com/github/tommyettinger/textra/utils/Palette.html" title="class in com.github.tommyettinger.textra.utils" target="classFrame">Palette</a></li>
<li><a href="com/github/tommyettinger/textra/effects/RainbowEffect.html" title="class in com.github.tommyettinger.textra.effects" target="classFrame">RainbowEffect</a></li>
<li><a href="com/github/tommyettinger/textra/effects/RotateEffect.html" title="class in com.github.tommyettinger.textra.effects" target="classFrame">RotateEffect</a></li>
<li><a href="com/github/tommyettinger/textra/effects/ScaleEffect.html" title="class in com.github.tommyettinger.textra.effects" target="classFrame">ScaleEffect</a></li>
Expand Down
3 changes: 2 additions & 1 deletion docs/apidocs/allclasses-noframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>All Classes (textratypist 0.6.2 API)</title>
<title>All Classes (textratypist 0.6.3 API)</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand Down Expand Up @@ -42,6 +42,7 @@ <h1 class="bar">All&nbsp;Classes</h1>
<li><a href="com/github/tommyettinger/textra/Layout.html" title="class in com.github.tommyettinger.textra">Layout</a></li>
<li><a href="com/github/tommyettinger/textra/Line.html" title="class in com.github.tommyettinger.textra">Line</a></li>
<li><a href="com/github/tommyettinger/textra/utils/NoiseUtils.html" title="class in com.github.tommyettinger.textra.utils">NoiseUtils</a></li>
<li><a href="com/github/tommyettinger/textra/utils/Palette.html" title="class in com.github.tommyettinger.textra.utils">Palette</a></li>
<li><a href="com/github/tommyettinger/textra/effects/RainbowEffect.html" title="class in com.github.tommyettinger.textra.effects">RainbowEffect</a></li>
<li><a href="com/github/tommyettinger/textra/effects/RotateEffect.html" title="class in com.github.tommyettinger.textra.effects">RotateEffect</a></li>
<li><a href="com/github/tommyettinger/textra/effects/ScaleEffect.html" title="class in com.github.tommyettinger.textra.effects">ScaleEffect</a></li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>ColorLookup.GdxColorLookup (textratypist 0.6.2 API)</title>
<title>ColorLookup.GdxColorLookup (textratypist 0.6.3 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="ColorLookup.GdxColorLookup (textratypist 0.6.2 API)";
parent.document.title="ColorLookup.GdxColorLookup (textratypist 0.6.3 API)";
}
}
catch(err) {
Expand Down Expand Up @@ -161,6 +161,13 @@ <h3>Field Summary</h3>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="fields.inherited.from.class.com.github.tommyettinger.textra.ColorLookup">
<!-- -->
</a>
<h3>Fields inherited from interface&nbsp;com.github.tommyettinger.textra.<a href="../../../../com/github/tommyettinger/textra/ColorLookup.html" title="interface in com.github.tommyettinger.textra">ColorLookup</a></h3>
<code><a href="../../../../com/github/tommyettinger/textra/ColorLookup.html#DESCRIPTIVE">DESCRIPTIVE</a></code></li>
</ul>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
Expand Down
28 changes: 25 additions & 3 deletions docs/apidocs/com/github/tommyettinger/textra/ColorLookup.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>ColorLookup (textratypist 0.6.2 API)</title>
<title>ColorLookup (textratypist 0.6.3 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="ColorLookup (textratypist 0.6.2 API)";
parent.document.title="ColorLookup (textratypist 0.6.3 API)";
}
}
catch(err) {
Expand Down Expand Up @@ -157,6 +157,13 @@ <h3>Field Summary</h3>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../com/github/tommyettinger/textra/ColorLookup.html" title="interface in com.github.tommyettinger.textra">ColorLookup</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/github/tommyettinger/textra/ColorLookup.html#DESCRIPTIVE">DESCRIPTIVE</a></span></code>
<div class="block">An alternative ColorLookup, this parses a description such as "peach red" or "DARK DULLEST GREEN" using
<a href="../../../../com/github/tommyettinger/textra/utils/ColorUtils.html#describe-java.lang.String-"><code>ColorUtils.describe(String)</code></a> (See its docs for more information).</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../com/github/tommyettinger/textra/ColorLookup.GdxColorLookup.html" title="class in com.github.tommyettinger.textra">ColorLookup.GdxColorLookup</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/github/tommyettinger/textra/ColorLookup.html#INSTANCE">INSTANCE</a></span></code>
<div class="block">The default ColorLookup, this simply looks up <code>key</code> in <code>Colors</code>.</div>
Expand Down Expand Up @@ -202,7 +209,7 @@ <h3>Field Detail</h3>
<a name="INSTANCE">
<!-- -->
</a>
<ul class="blockListLast">
<ul class="blockList">
<li class="blockList">
<h4>INSTANCE</h4>
<pre>static final&nbsp;<a href="../../../../com/github/tommyettinger/textra/ColorLookup.GdxColorLookup.html" title="class in com.github.tommyettinger.textra">ColorLookup.GdxColorLookup</a> INSTANCE</pre>
Expand All @@ -212,6 +219,21 @@ <h4>INSTANCE</h4>
This can also be accessed with <a href="../../../../com/github/tommyettinger/textra/ColorLookup.GdxColorLookup.html#INSTANCE"><code>ColorLookup.GdxColorLookup.INSTANCE</code></a>.</div>
</li>
</ul>
<a name="DESCRIPTIVE">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>DESCRIPTIVE</h4>
<pre>static final&nbsp;<a href="../../../../com/github/tommyettinger/textra/ColorLookup.html" title="interface in com.github.tommyettinger.textra">ColorLookup</a> DESCRIPTIVE</pre>
<div class="block">An alternative ColorLookup, this parses a description such as "peach red" or "DARK DULLEST GREEN" using
<a href="../../../../com/github/tommyettinger/textra/utils/ColorUtils.html#describe-java.lang.String-"><code>ColorUtils.describe(String)</code></a> (See its docs for more information). The colors available are in
<a href="../../../../com/github/tommyettinger/textra/utils/Palette.html" title="class in com.github.tommyettinger.textra.utils"><code>Palette</code></a>; the adjectives this can use are "light", "dark", "rich",
"dull", and all versions of those with the suffixes "-er", "-est", or "-most". Case is effectively ignored for
adjectives, but in some cases it can matter for color names -- ALL_CAPS names are ones from the libGDX class
<code>Colors</code>, while lowercase ones are defined by this library.</div>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
Expand Down
6 changes: 3 additions & 3 deletions docs/apidocs/com/github/tommyettinger/textra/Effect.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>Effect (textratypist 0.6.2 API)</title>
<title>Effect (textratypist 0.6.3 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Effect (textratypist 0.6.2 API)";
parent.document.title="Effect (textratypist 0.6.3 API)";
}
}
catch(err) {
Expand Down Expand Up @@ -466,7 +466,7 @@ <h4>paramAsBoolean</h4>
<li class="blockList">
<h4>paramAsColor</h4>
<pre>protected&nbsp;int&nbsp;paramAsColor(java.lang.String&nbsp;str)</pre>
<div class="block">Parses a color from the given string. Returns null if the color couldn't be parsed.</div>
<div class="block">Parses a color from the given string. Returns 256 if the color couldn't be parsed.</div>
</li>
</ul>
</li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>Font.DistanceFieldType (textratypist 0.6.2 API)</title>
<title>Font.DistanceFieldType (textratypist 0.6.3 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Font.DistanceFieldType (textratypist 0.6.2 API)";
parent.document.title="Font.DistanceFieldType (textratypist 0.6.3 API)";
}
}
catch(err) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>Font.FontFamily (textratypist 0.6.2 API)</title>
<title>Font.FontFamily (textratypist 0.6.3 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Font.FontFamily (textratypist 0.6.2 API)";
parent.document.title="Font.FontFamily (textratypist 0.6.3 API)";
}
}
catch(err) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>Font.GlyphRegion (textratypist 0.6.2 API)</title>
<title>Font.GlyphRegion (textratypist 0.6.3 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Font.GlyphRegion (textratypist 0.6.2 API)";
parent.document.title="Font.GlyphRegion (textratypist 0.6.3 API)";
}
}
catch(err) {
Expand Down
Loading

0 comments on commit e216c36

Please sign in to comment.