Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: bigcoder84/object-helper-plugin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.0
Choose a base ref
...
head repository: bigcoder84/object-helper-plugin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 14 commits
  • 52 files changed
  • 3 contributors

Commits on Nov 27, 2021

  1. 修改IDL为Thrift IDL

    bigcoder84 committed Nov 27, 2021
    Configuration menu
    Copy the full SHA
    d836812 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2021

  1. 修复插件BUG:

    1. 将Class To IDL更名为Class To Thrift IDL
    2. 修复Class To Thrift IDL功能对BigDecimal类转换异常的问题
    bigcoder84 committed Dec 25, 2021
    Configuration menu
    Copy the full SHA
    7969d13 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2022

  1. 1.3.0版本:

     1.插件可配置化,可自定义开启/关闭插件部分功能
     2.新增“Class To XML”功能
     3.源码由插件模板项目迁移至gradle
    Jindong.Tian authored and bigcoder84 committed Sep 18, 2022
    Configuration menu
    Copy the full SHA
    b0e6d24 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2023

  1. 1.3.1版本:

    1. 提升插件兼容性,去除新版本客户端废弃API
    bigcoder84 committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    59e0ef0 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2023

  1. 1.3.2版本:

      1. 优化Object Copy Method
         功能,新增生成模式配置,以及在字段有差异时以注释的形式生成代码
      2. 修复 Class To XML 功能在复杂类结构时生成XML不正确的问题
      3. 修复 Class To Thrift-IDL 功能,在一些场景下的NPE问题
    bigcoder84 committed Dec 24, 2023
    Configuration menu
    Copy the full SHA
    d9bdf35 View commit details
    Browse the repository at this point in the history
  2. update README.md

    bigcoder84 committed Dec 24, 2023
    Configuration menu
    Copy the full SHA
    e5fd066 View commit details
    Browse the repository at this point in the history
  3. update README.md

    bigcoder84 committed Dec 24, 2023
    Configuration menu
    Copy the full SHA
    44f2a29 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2023

  1. Merge pull request #3 from bigcoder84/v1.3.1-dev

    V1.3.1 dev
    bigcoder84 authored Dec 26, 2023
    Configuration menu
    Copy the full SHA
    46894df View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2024

  1. 1.3.2版本:

     1. 优化Object Copy Method 功能,新增生成模式配置,以及在字段有差异时以注释的形式生成代码
     2. 修复 Class To XML 功能在复杂类结构时生成XML不正确的问题
     3. 修复 Class To Thrift-IDL 功能,在一些场景下的NPE问题
     4. 优化 Class To Json、Class To XML等功能对基本数据类型的支持
    bigcoder84 committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    1d484ac View commit details
    Browse the repository at this point in the history
  2. update README.md

    bigcoder84 committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    88ef017 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. Configuration menu
    Copy the full SHA
    70bf9f8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4 from bigcoder84/v1.3.2-dev

    Merge v1.3.2-dev into main
    bigcoder84 authored Jan 9, 2024
    Configuration menu
    Copy the full SHA
    9851eac View commit details
    Browse the repository at this point in the history

Commits on May 5, 2024

  1. 1.3.3版本:

     1. Object Copy Method 新增builder模式支持,当对象中包含指定方法时,使用builder模式生成拷贝代码。
    bigcoder84 committed May 5, 2024
    Configuration menu
    Copy the full SHA
    40bceb0 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Merge pull request #5 from bigcoder84/v1.3.3-dev

    1.3.3版本:
    1. Object Copy Method 新增builder模式支持,当对象中包含指定方法时,使用builder模式生成拷贝代码。
    bigcoder84 authored May 7, 2024
    Configuration menu
    Copy the full SHA
    8167de9 View commit details
    Browse the repository at this point in the history
Loading