Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

v0.14.0

Compare
Choose a tag to compare
@nmanhit nmanhit released this 05 Sep 06:18
· 10 commits to master since this release
d791427

What's Changed

  • Updated library go-flag v1.4.0 to v1.5.0 and go-kintone from v0.4.1 to v0.4.3
  • Fixed exported fields ordering. It follows the JSON in the response from /k/v1/app/form/fields.json
  • Restrictions are changed as below:
Before:
- The following record data cannot be retrieved: Category, Status, Field group.
- The following fields cannot be retrieved if they are set inside a Field group:
Record number, Created by, Created datetime, Updated by, Updated datetime, Blank space, Label, Border

After:
- The following record data cannot be retrieved:
Field group, Blank space, Label, Border, Related record, Status, Assignee, Category

More details:

  • For previous version, the Related record will be exported field code with empty value and it will be not exported on this version.
  • The values of the Record number, Created by, Created datetime, Updated by, Updated datetime are now output to CSV by default.
    These fields will now be output regardless of whether they are placed in application fields (even when placing them inside a Field group) or not.

New Contributors