Skip to content

Commit

Permalink
update README.md adds list of added features
Browse files Browse the repository at this point in the history
  • Loading branch information
stmitt authored Feb 19, 2021
1 parent 806c9c9 commit ff7ec9c
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,34 @@ link at the end of this document.
Objective-C (with Objective-C++).
- Can autogenerate comparator functions (equality, ordering) on data types.

## Added Features
- Kotlin code generation support
- Swift package manager support
- remove read only property of TXSItemList.h
- android made records implement java.io.Serializable
- android added setter to records
- added more [forbidden keywords](https://github.com/UbiqueInnovation/djinni/blob/feature/ubique-djinni-changes/src/source/resolver.scala#L331)
- added more options
- ub-foundation-header

`Foundation import added to each C++ header file. Format: \"<Foundation/Foundation.h>\" (default: None)`
- ub-generate-setters


`Generate custom setters for non-primitive fields in records (default: false).`
- ub-method-prefix


`Prefix added to custom methods when generating setters (default: \"ub\").`
- ub-objc-record-base-class


`Base class of the generated Objective-C classes`
- ub-readonly-properties


`Use readonly properties on records (default: true)`

## Getting Started

### Types
Expand Down

0 comments on commit ff7ec9c

Please sign in to comment.