shalvah 2 年之前
父節點
當前提交
d07d82411b
共有 2 個文件被更改,包括 9 次插入1 次删除
  1. 8 0
      CHANGELOG.md
  2. 1 1
      src/Scribe.php

+ 8 - 0
CHANGELOG.md

@@ -12,6 +12,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
 
 ### Removed
 
+# 4.9.0 (5 December 2022)
+## Modified
+- `default` theme: Show nested fields short names in UI, since we now indent
+
+## Fixed
+- Don't error when nesting params for response fields (closes #578) ([f0a3205](https://github.com/knuckleswtf/scribe/commit/f0a320584713e9e01332d1294dc5d08965cfeea4))
+
+
 # 4.8.0 (2 December 2022)
 ## Added
 - Support nested `MorphToMany` with pivot values ([#575](https://github.com/knuckleswtf/scribe/pull/575))

+ 1 - 1
src/Scribe.php

@@ -8,7 +8,7 @@ use Symfony\Component\HttpFoundation\Request;
 
 class Scribe
 {
-    public const VERSION = '4.8.0';
+    public const VERSION = '4.9.0';
 
     /**
      * Specify a callback that will be executed just before a response call is made