Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: open-code-modeling/json-schema-to-php-ast
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.5.3
Choose a base ref
...
head repository: open-code-modeling/json-schema-to-php-ast
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.6.x
Choose a head ref
  • 19 commits
  • 24 files changed
  • 2 contributors

Commits on Feb 11, 2021

  1. Bumps changelog version to 0.6.0

    Updates the CHANGELOG.md file to add a changelog entry for a new 0.6.0 version.
    open-code-modeling-bot committed Feb 11, 2021

    Verified

    This commit was signed with the committer’s verified signature.
    open-code-modeling-bot Open Code Modeling Bot
    Copy the full SHA
    56111df View commit details

Commits on Feb 16, 2021

  1. Merge remote-tracking branch 'origin/0.5.x-merge-up-into-0.6.x_60268f…

    …50c99496.70253439' into 0.6.x
    
    # Conflicts:
    #	CHANGELOG.md
    sandrokeil committed Feb 16, 2021
    Copy the full SHA
    0ef06fd View commit details
  2. Merge remote-tracking branch 'origin/0.5.x-merge-up-into-0.6.x_602c2b…

    …f27a0b40.98054646' into 0.6.x
    
    # Conflicts:
    #	CHANGELOG.md
    sandrokeil committed Feb 16, 2021
    Copy the full SHA
    909cbdd View commit details

Commits on Feb 18, 2021

  1. Bumps changelog version to 0.5.4

    Updates the CHANGELOG.md file to add a changelog entry for a new 0.5.4 version.
    open-code-modeling-bot committed Feb 18, 2021

    Verified

    This commit was signed with the committer’s verified signature.
    open-code-modeling-bot Open Code Modeling Bot
    Copy the full SHA
    55bbad1 View commit details

Commits on Jul 27, 2021

  1. Copy the full SHA
    33be8f4 View commit details
  2. 0.5.4 readiness

    Updates the CHANGELOG.md to set the release date.
    open-code-modeling-bot committed Jul 27, 2021

    Verified

    This commit was signed with the committer’s verified signature.
    open-code-modeling-bot Open Code Modeling Bot
    Copy the full SHA
    e02221a View commit details

Commits on Aug 4, 2021

  1. Merge remote-tracking branch 'origin/0.5.x-merge-up-into-0.6.x_gTYrRk…

    …lu' into 0.6.x
    
    # Conflicts:
    #	CHANGELOG.md
    sandrokeil committed Aug 4, 2021
    Copy the full SHA
    2dd550a View commit details

Commits on Aug 5, 2021

  1. Copy the full SHA
    a17f60a View commit details

Commits on Aug 27, 2021

  1. Copy the full SHA
    e380a75 View commit details
  2. Copy the full SHA
    14f03c2 View commit details

Commits on Sep 17, 2021

  1. Copy the full SHA
    02578d1 View commit details
  2. Copy the full SHA
    29f9ee3 View commit details

Commits on Sep 23, 2021

  1. Copy the full SHA
    32ace9f View commit details

Commits on Sep 24, 2021

  1. Copy the full SHA
    870a8b0 View commit details

Commits on Oct 1, 2021

  1. Copy the full SHA
    cc0e4fd View commit details
  2. Update dependencies

    sandrokeil committed Oct 1, 2021
    Copy the full SHA
    9261d4a View commit details
  3. Fix wrong type - #33

    sandrokeil committed Oct 1, 2021
    Copy the full SHA
    f8f3916 View commit details

Commits on Mar 24, 2022

  1. Copy the full SHA
    f6d2fca View commit details
  2. Use Nowdoc - #35

    sandrokeil committed Mar 24, 2022
    Copy the full SHA
    65e9319 View commit details
43 changes: 42 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,47 @@

All notable changes to this project will be documented in this file, in reverse chronological order by release.

## 0.6.0 - TBD

### Added

- Nothing.

### Changed

- Nothing.

### Deprecated

- Nothing.

### Removed

- Nothing.

### Fixed

- Nothing.

## 0.5.4 - 2021-07-27


-----

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

0.5.x bugfix release (patch)

### 0.5.4

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

#### bug

- [28: ArrayFactory toArray() calls wrong method](https://github.com/open-code-modeling/json-schema-to-php-ast/issues/28) thanks to @sandrokeil

## 0.5.3 - 2021-02-18


@@ -19,7 +60,7 @@ All notable changes to this project will be documented in this file, in reverse

#### enhancement

- [26: Add namespace shortcut](https://github.com/open-code-modeling/json-schema-to-php-ast/issues/26) thanks to @sandrokeil
- [26: Add namespace shortcut](https://github.com/open-code-modeling/json-schema-to-php-ast/issues/26) thanks to @sandrokeil

## 0.5.2 - 2021-02-16

3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -34,9 +34,10 @@
"require": {
"php": "^7.4 || ^8.0",
"open-code-modeling/json-schema-to-php": "^0.3.0 || 0.4.x-dev",
"open-code-modeling/php-code-ast": "^0.12.0 || 0.13.x-dev"
"open-code-modeling/php-code-ast": "^0.13.0 || 0.13.x-dev"
},
"require-dev": {
"ext-json": "*",
"laminas/laminas-filter": "^2.9",
"open-code-modeling/php-filter": "^0.1.1",
"phpspec/prophecy-phpunit": "^2.0",
Loading