Skip to content

Commit

Permalink
Updated version info to 2.4.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdereg committed Mar 25, 2024
1 parent 73c181e commit 467a2cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 2 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
### Revision History
* 2.4.7
* All 687 conversions supported are now 100% cross-product tested. Converter test suite is complete.
* 2.4.6
* All 686 conversions supported are now 100% cross-product tested. There will be more exception tests coming.
* 2.4.5
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,8 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
// TODO: More exception tests (make sure IllegalArgumentException is thrown, for example, not DateTimeException)
// TODO: Throwable conversions need to be added for all the popular exception types
// TODO: Enum and EnumSet conversions need to be added
// TODO: MapConversions --> Var args of Object[]'s - show as 'OR' in message: [DATE, TIME], [epochMillis], [dateTime], [_V], or [VALUE]
// TODO: MapConversions --> Performance - containsKey() + get() ==> get() and null checks
// TODO: EnumSet conversions need to be added?
class ConverterEverythingTest {
private static final String TOKYO = "Asia/Tokyo";
private static final ZoneId TOKYO_Z = ZoneId.of(TOKYO);
Expand Down

0 comments on commit 467a2cd

Please sign in to comment.