Skip to content

Commit

Permalink
docs: Corrected version numbers in future changes notes (#209)
Browse files Browse the repository at this point in the history
* docs: Corrected version number in enum doc note

* docs: Corrected version number in SerializableEntity note
  • Loading branch information
christerswahn authored Nov 5, 2024
1 parent bbe9417 commit 07981d3
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/06-concepts/02-models.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ values:

:::info

It's recommended to always set `serialized` to `byName` in any new Enum models, as this is less fragile and will be changed to the default setting in version 2 of Serverpod.
It's recommended to always set `serialized` to `byName` in any new Enum models, as this is less fragile and will be changed to the default setting in version 3 of Serverpod.

:::

Expand Down
2 changes: 1 addition & 1 deletion docs/08-upgrading/03-upgrade-to-two.md
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ factory ClassName.fromJson(

## Deprecation Notice for `SerializableEntity`

The `SerializableEntity` class is deprecated and will be removed in version 2.1. Please implement the `SerializableModel` interface instead for creating serializable models.
The `SerializableEntity` class is deprecated and will be removed in version 3. Please implement the `SerializableModel` interface instead for creating serializable models.

### Migration Guide

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-1.2.0/05-concepts/02-models.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ values:

:::info

It's recommended to always set `serialized` to `byName` in any new Enum models, as this is less fragile and will be changed to the default setting in version 2 of Serverpod.
It's recommended to always set `serialized` to `byName` in any new Enum models, as this is less fragile and will be changed to the default setting in version 3 of Serverpod.

:::

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-2.0.0/05-concepts/02-models.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ values:

:::info

It's recommended to always set `serialized` to `byName` in any new Enum models, as this is less fragile and will be changed to the default setting in version 2 of Serverpod.
It's recommended to always set `serialized` to `byName` in any new Enum models, as this is less fragile and will be changed to the default setting in version 3 of Serverpod.

:::

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ factory ClassName.fromJson(

## Deprecation Notice for `SerializableEntity`

The `SerializableEntity` class is deprecated and will be removed in version 2.1. Please implement the `SerializableModel` interface instead for creating serializable models.
The `SerializableEntity` class is deprecated and will be removed in version 3. Please implement the `SerializableModel` interface instead for creating serializable models.

### Migration Guide

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-2.1.0/06-concepts/02-models.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ values:

:::info

It's recommended to always set `serialized` to `byName` in any new Enum models, as this is less fragile and will be changed to the default setting in version 2 of Serverpod.
It's recommended to always set `serialized` to `byName` in any new Enum models, as this is less fragile and will be changed to the default setting in version 3 of Serverpod.

:::

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ factory ClassName.fromJson(

## Deprecation Notice for `SerializableEntity`

The `SerializableEntity` class is deprecated and will be removed in version 2.1. Please implement the `SerializableModel` interface instead for creating serializable models.
The `SerializableEntity` class is deprecated and will be removed in version 3. Please implement the `SerializableModel` interface instead for creating serializable models.

### Migration Guide

Expand Down

0 comments on commit 07981d3

Please sign in to comment.