Skip to content

Commit

Permalink
Release 3.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
wuseal committed Sep 11, 2024
1 parent 0c1c977 commit 6ef6e73
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![JsonToKotlinClass](https://raw.githubusercontent.com/wuseal/JsonToKotlinClass/master/doc/title.png)

[![Build Status](https://travis-ci.com/wuseal/JsonToKotlinClass.svg?branch=master&status=started)](https://travis-ci.com/wuseal/JsonToKotlinClass)
[![GitHub Workflow Status](https://github.com/wuseal/JsonToKotlinClass/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/wuseal/JsonToKotlinClass/actions/workflows/build.yml)
[![GitHub release](https://img.shields.io/github/release/wuseal/JsonToKotlinClass.svg?style=flat)](https://github.com/wuseal/JsonToKotlinClass/releases)
[![GitHub stars](https://img.shields.io/github/stars/wuseal/JsonToKotlinClass.svg?style=social&label=Stars&style=plastic)](https://github.com/wuseal/JsonToKotlinClass/stargazers)
[![JetBrains Plugin Download](https://img.shields.io/jetbrains/plugin/d/9960-json-to-kotlin-class-jsontokotlinclass-.svg)](https://plugins.jetbrains.com/plugin/9960-jsontokotlinclass)
Expand All @@ -22,7 +22,7 @@ implementation 'com.sealwu.jsontokotlin:library:3.7.4'
### Overview

This is a very cool tool for Kotlin developers, it can convert a JSON string to Kotlin `data class`. The tool could not only recognize the primitive types but also auto create complex types. It's easily accessible, we provide shortcut keymap `ALT + K` for Windows and `Option + K` for Mac, have a try and you'll fall in love with it! JsonToKotlinClass just makes programming more enjoyable, enjoy coding!
[![image](https://user-images.githubusercontent.com/9211902/124459608-e1ff5b00-ddc0-11eb-959a-d7bce50d9233.png)](https://www.youtube.com/watch?v=s8jxvORbPHQ)
[![image](https://user-images.githubusercontent.com/9211902/124459608-e1ff5b00-ddc0-11eb-959a-d7bce50d9233.png)](https://www.youtube.com/watch?v=lSBvHOIDAjc)

### Easy Use
![alt text](https://plugins.jetbrains.com/files/9960/screenshot_18032.png)
Expand Down
16 changes: 16 additions & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Change Log

## [3.7.5] (2024-09-12)

**Bugfix**

- Fix \#431: Properties named "list" result in empty names of classes [\#432](https://github.com/wuseal/JsonToKotlinClass/pull/432) ([@ark-1](https://github.com/ark-1))
- Support nullable array elements [\#429](https://github.com/wuseal/JsonToKotlinClass/issues/429)
- Fix \#425: Similar classes get incorrectly deduplicated [\#433](https://github.com/wuseal/JsonToKotlinClass/pull/433) ([@ark-1](https://github.com/ark-1))
- Fixed negative numbers could not be converted to Long [\#410](https://github.com/wuseal/JsonToKotlinClass/pull/410) ([@AppleSa](https://github.com/AppleSa))

**Enhancement**

- Feature: Base Class Support [\#419](https://github.com/wuseal/JsonToKotlinClass/pull/419) ([@AZKZero](https://github.com/AZKZero))
- Release library version: 3.7.4 [\#402](https://github.com/wuseal/JsonToKotlinClass/pull/402) ([@wuseal](https://github.com/wuseal))
- jcenter will be deprecated [\#350](https://github.com/wuseal/JsonToKotlinClass/issues/350)
- Migrate jsontokotlin library from JCenter to MavenCentral [\#398](https://github.com/wuseal/JsonToKotlinClass/pull/398) ([@wuseal](https://github.com/wuseal))

## [3.7.4](https://github.com/wuseal/JsonToKotlinClass/tree/3.7.4) (2022-05-22)
[View commits](https://github.com/wuseal/JsonToKotlinClass/compare/3.7.3...3.7.4)

Expand Down

0 comments on commit 6ef6e73

Please sign in to comment.