Skip to content

Tags: open-code-modeling/json-schema-to-php

Tags

0.3.0

Toggle 0.3.0's commit message

Verified

This tag was signed with the committer’s verified signature.
open-code-modeling-bot Open Code Modeling Bot
## 0.3.0 - 2021-02-11

-----

### Release Notes for [0.3.0](https://github.com/open-code-modeling/json-schema-to-php/milestone/6)

Feature release (minor)

### 0.3.0

- Total issues resolved: **3**
- Total pull requests resolved: **0**
- Total contributors: **1**

#### enhancement

 - [10: Allow shorthand string](#10) thanks to @sandrokeil
 - [9: Add support for arbitrary data in JSON schema](#9) thanks to @sandrokeil
 - [8: Improve shorthand syntax](#8) thanks to @sandrokeil

0.2.1

Toggle 0.2.1's commit message

Verified

This tag was signed with the committer’s verified signature.
open-code-modeling-bot Open Code Modeling Bot
## 0.2.1 - 2020-12-09

-----

### Release Notes for [0.2.1](https://github.com/open-code-modeling/json-schema-to-php/milestone/5)

0.2.x bugfix release (patch)

### 0.2.1

- Total issues resolved: **1**
- Total pull requests resolved: **0**
- Total contributors: **1**

#### bug

 - [6: Support enums without type](#6) thanks to @sandrokeil

0.2.0

Toggle 0.2.0's commit message

Verified

This tag was signed with the committer’s verified signature.
open-code-modeling-bot Open Code Modeling Bot
## 0.2.0 - 2020-12-04

-----

### Release Notes for [0.2.0](https://github.com/open-code-modeling/json-schema-to-php/milestone/3)

Feature release (minor)

### 0.2.0

- Total issues resolved: **1**
- Total pull requests resolved: **0**
- Total contributors: **1**

#### enhancement

 - [5: Resolve deep nested references](#5) thanks to @sandrokeil

0.1.0

Toggle 0.1.0's commit message

Verified

This tag was signed with the committer’s verified signature.
open-code-modeling-bot Open Code Modeling Bot
## 0.1.0 - 2020-11-20

-----

### Release Notes for [0.1.0](https://github.com/open-code-modeling/json-schema-to-php/milestone/1)

### 0.1.0

- Total issues resolved: **3**
- Total pull requests resolved: **0**
- Total contributors: **1**

#### bug,enhancement

 - [4: Add support for array type $ref](#4) thanks to @sandrokeil

 - [3: Introduce OneOfType, AllOfType, AnyOfType, ConstType, MixedType and NotType](#3) thanks to @sandrokeil

#### bug

 - [2: Support array with one type](#2) thanks to @sandrokeil