Skip to content

Commit 9b847b7

Browse files
authored
chore(release): v0.31.0
1 parent 4ab0052 commit 9b847b7

File tree

7 files changed

+264
-16485
lines changed

7 files changed

+264
-16485
lines changed

API.md

+154-165
Large diffs are not rendered by default.

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ This package is still under development and has not reached version 1.0.0 yet. T
3030
- [Features](#features)
3131
- [Roadmap](#roadmap)
3232
- [Documentation](#documentation)
33+
- [Examples](#examples)
3334
- [Development](#development)
3435
- [Contributing](#contributing)
3536
- [Contributors ✨](#contributors-%E2%9C%A8)

docs/advanced.md

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ This document contains many of the advanced use-cases that you may stumble upon
1313
- [Build your own model renderer](#build-your-own-model-renderer)
1414
- [Create your own models from the ground up, instead of a supported input](#create-your-own-models-from-the-ground-up-instead-of-a-supported-input)
1515
- [Add logging to library](#add-logging-to-library)
16-
* [Example usage](#example-usage)
1716
- [Change the generated indentation type and size](#change-the-generated-indentation-type-and-size)
1817
- [Change the naming format for properties](#change-the-naming-format-for-properties)
1918
- [Change the naming format for data models](#change-the-naming-format-for-data-models)

docs/languages/Csharp.md

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ There are special use-cases that each language supports; this document pertains
66
<!-- toc -->
77

88
- [Generate serializer and deserializer functionality](#generate-serializer-and-deserializer-functionality)
9+
- [Generate models with equals and GetHashCode methods](#generate-models-with-equals-and-gethashcode-methods)
910

1011
<!-- tocstop -->
1112

docs/languages/TypeScript.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ There are special use-cases that each language supports; this document pertains
55

66
<!-- toc -->
77

8-
- [Generate an interface instead of class](#generate-an-interface-instead-of-class)
9-
- [Generate un/marshal functions for each class](#generate-unmarshal-functions-for-each-class)
8+
- [Generate an interface instead of classes](#generate-an-interface-instead-of-classes)
9+
- [Generate un/marshal functions for classes](#generate-unmarshal-functions-for-classes)
1010
- [Generate example data function](#generate-example-data-function)
1111

1212
<!-- tocstop -->

0 commit comments

Comments
 (0)