Skip to content

Commit 6ef6e73

Browse files
committed
Release 3.7.5
1 parent 0c1c977 commit 6ef6e73

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
![JsonToKotlinClass](https://raw.githubusercontent.com/wuseal/JsonToKotlinClass/master/doc/title.png)
22

3-
[![Build Status](https://travis-ci.com/wuseal/JsonToKotlinClass.svg?branch=master&status=started)](https://travis-ci.com/wuseal/JsonToKotlinClass)
3+
[![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)
44
[![GitHub release](https://img.shields.io/github/release/wuseal/JsonToKotlinClass.svg?style=flat)](https://github.com/wuseal/JsonToKotlinClass/releases)
55
[![GitHub stars](https://img.shields.io/github/stars/wuseal/JsonToKotlinClass.svg?style=social&label=Stars&style=plastic)](https://github.com/wuseal/JsonToKotlinClass/stargazers)
66
[![JetBrains Plugin Download](https://img.shields.io/jetbrains/plugin/d/9960-json-to-kotlin-class-jsontokotlinclass-.svg)](https://plugins.jetbrains.com/plugin/9960-jsontokotlinclass)
@@ -22,7 +22,7 @@ implementation 'com.sealwu.jsontokotlin:library:3.7.4'
2222
### Overview
2323

2424
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!
25-
[![image](https://user-images.githubusercontent.com/9211902/124459608-e1ff5b00-ddc0-11eb-959a-d7bce50d9233.png)](https://www.youtube.com/watch?v=s8jxvORbPHQ)
25+
[![image](https://user-images.githubusercontent.com/9211902/124459608-e1ff5b00-ddc0-11eb-959a-d7bce50d9233.png)](https://www.youtube.com/watch?v=lSBvHOIDAjc)
2626

2727
### Easy Use
2828
![alt text](https://plugins.jetbrains.com/files/9960/screenshot_18032.png)

doc/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Change Log
22

3+
## [3.7.5] (2024-09-12)
4+
5+
**Bugfix**
6+
7+
- 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))
8+
- Support nullable array elements [\#429](https://github.com/wuseal/JsonToKotlinClass/issues/429)
9+
- Fix \#425: Similar classes get incorrectly deduplicated [\#433](https://github.com/wuseal/JsonToKotlinClass/pull/433) ([@ark-1](https://github.com/ark-1))
10+
- Fixed negative numbers could not be converted to Long [\#410](https://github.com/wuseal/JsonToKotlinClass/pull/410) ([@AppleSa](https://github.com/AppleSa))
11+
12+
**Enhancement**
13+
14+
- Feature: Base Class Support [\#419](https://github.com/wuseal/JsonToKotlinClass/pull/419) ([@AZKZero](https://github.com/AZKZero))
15+
- Release library version: 3.7.4 [\#402](https://github.com/wuseal/JsonToKotlinClass/pull/402) ([@wuseal](https://github.com/wuseal))
16+
- jcenter will be deprecated [\#350](https://github.com/wuseal/JsonToKotlinClass/issues/350)
17+
- Migrate jsontokotlin library from JCenter to MavenCentral [\#398](https://github.com/wuseal/JsonToKotlinClass/pull/398) ([@wuseal](https://github.com/wuseal))
18+
319
## [3.7.4](https://github.com/wuseal/JsonToKotlinClass/tree/3.7.4) (2022-05-22)
420
[View commits](https://github.com/wuseal/JsonToKotlinClass/compare/3.7.3...3.7.4)
521

0 commit comments

Comments
 (0)