You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

484 lines
11 KiB

3 years ago
  1. # Changelog
  2. All notable changes to `ignition` will be documented in this file
  3. ## 2.11.2 - 2021-07-20
  4. - fix issues introduced in 2.11.1 (#403)
  5. ## 2.11.1 - 2021-07-20
  6. - fix sending queued reports on Laravel Vapor queues (#398)
  7. ## 2.11.0 - 2021-07-12
  8. - prepare Laravel 9 support
  9. - remove filp/whoops dependency
  10. - update front-end dependencies
  11. ## 2.10.2 - 2021-06-11
  12. - fix typo in config/flare.php (#395)
  13. ## 2.10.1 - 2021-06-03
  14. - fix memory leaks in Octane (#393)
  15. ## 2.10.0 - 2021-06-03
  16. - add a solution for lazy loading violations (#392)
  17. ## 2.9.0 - 2021-05-05
  18. - add Xdebug format links for editor (#383)
  19. ## 2.8.4 - 2021-04-29
  20. - avoid making call to Flare when no API key is specified
  21. ## 2.8.3 - 2021-04-09
  22. - support Octane (#379)
  23. ## 2.8.2 - 2021-04-08
  24. - censor passwords by default (#377)
  25. ## 2.8.1 - 2021-04-08
  26. - add `censor_request_body_fields` default config option
  27. ## 2.8.0 - 2021-04-08
  28. - add `censor_request_body_fields` config option
  29. ## 2.7.0 - 2021-03-30
  30. - adds a debug warning when having debug enabled on a non-local environment (#366)
  31. ## 2.6.1 - 2021-03-30
  32. - Disable executing solutions on non-local environments or from non-local IP addresses (#364)
  33. ## 2.6.0 - 2021-03-24
  34. - add extra output to test command when executing verbosely
  35. ## 2.5.14 - 2021-03-03
  36. - fix ignition not working when there is no argv
  37. ## 2.5.13 - 2021-02-16
  38. - remove custom grouping
  39. ## 2.5.12 - 2021-02-15
  40. - fix wrong config usage (#354)
  41. ## 2.5.11 - 2021-02-05
  42. - fix memory leaks caused by log and query recorder (#344)
  43. ## 2.5.10 - 2021-02-02
  44. - fix tinker logs not being sent to Flare
  45. ## 2.5.9 - 2021-01-26
  46. - fix logged context not being sent to Flare
  47. ## 2.5.8 - 2020-12-29
  48. - fix double `$` on PHP 8 (#338)
  49. ## 2.5.7 - 2020-12-29
  50. - fix for breaking change in highlight.js (fixes 2.5.5)
  51. ## 2.5.6 - 2020-12-29
  52. - revert to compiled js of 2.5.3
  53. ## 2.5.5 - 2020-12-29
  54. - added compiled js of previous release
  55. ## 2.5.4 - 2020-12-29
  56. - added support for Nova text editor (#343)
  57. ## 2.5.3 - 2020-12-08
  58. - Use Livewire compatible compiler engine when using Livewire (#340)
  59. ## 2.5.2 - 2020-11-14
  60. - fix `MakeViewVariableOptionalSolution` to disallow stream wrappers and files that do not end in ".blade.php" (#334)
  61. ## 2.5.1 - 2020-11-13
  62. - add support for LiveWire component urls
  63. ## 2.5.0 - 2020-10-27
  64. - add PHP 8.0-dev support
  65. - remove unnecessary `scrivo/highlight.php` dependency
  66. ## 2.4.2 - 2021-03-08
  67. - fix `MakeViewVariableOptionalSolution` to disallow stream wrappers and files that do not end in .blade.php (#356)
  68. ## 2.4.1 - 2020-10-14
  69. - fix copy casing
  70. ## 2.4.0 - 2020-10-14
  71. - add livewire component discovery solution
  72. ## 2.3.8 - 2020-10-02
  73. - Address Missing Mix Manifest Error (#317)
  74. ## 2.3.7 - 2020-09-06
  75. - add loading state on share button (#309)
  76. - compatibility fix for L8
  77. ## 2.3.6 - 2020-08-10
  78. - possible security vulnerability: bump elliptic version (#300)
  79. - possible XSS vulnerability: escape characters in stacktrace and exception title
  80. ## 2.3.5 - 2020-08-01
  81. - catch exception in detectLineNumber for not existing blade files (#299)
  82. ## 2.3.4 - 2020-07-27
  83. - fix an error that would throw a blank page when using third party extensions
  84. ## 2.3.3 -2020-07-14
  85. - fix all psalm related issues
  86. ## 2.3.2 - 2020-07-14
  87. - properly bind singleton (#291)
  88. ## 2.3.1 - 2020-07-13
  89. - improve db name solution (#289)
  90. ## 2.3.0 - 2020-07-13
  91. - allow override of Dumper via `$_SERVER variable` (#271)
  92. - make DumpHandler instance manually in DumpRecorder (#286)
  93. - only setup queues when queue is available (#287)
  94. ## 2.2.0 - 2020-07-13
  95. - add `ignition:make:solution-provider` command
  96. ## 2.1.0 - 2020-07-13
  97. - add "Undefined Property" solution (#264)
  98. ## 2.0.10 - 2020-07-13
  99. - correctly detect dump location from ddd (#216)
  100. ## 2.0.9 - 2020-07-13
  101. - use application contract instead of concrete class (#243)
  102. ## 2.0.8 - 2020-07-12
  103. - do not render solution title tag for empty titles
  104. ## 2.0.7 - 2020-06-07
  105. - Fix `DefaultDbNameSolutionProvider` (#277)
  106. ## 2.0.6 - 2020-06-01
  107. - remove ability to fix variable names
  108. ## 2.0.5 - 2020-05-29
  109. - blacklist certain variable names when fixing variable names
  110. ## 2.0.4 - 2020-05-18
  111. - handle exceptions in case the request doesn't have a user (#274)
  112. ## 2.0.3 - 2020-04-07
  113. - support Laravel 8
  114. ## 2.0.2 - 2020-03-18
  115. - fix execute solution route not defined (#265)
  116. ## 2.0.0 - 2020-02-02
  117. - adds support for Laravel 7
  118. - drop support for Laravel 6 and below
  119. - git information won't be collected by default anymore (if you need this set `collect_git_information` to `true` in the `flare` config file)
  120. - `MissingPackageSolutionProvider` was added to the `ignored_solution_providers` because it potentially could be slow.
  121. ## 1.16.0 - 2020-01-21
  122. - add named routes (#197)
  123. ## 1.15.0 - 2020-01-21
  124. - add exception to the bottom of the html (#230)
  125. ## 1.14.0 - 2020-01-06
  126. - add indicator that solution is running (#212)
  127. ## 1.13.1 - 2020-01-02
  128. - Remove external reference for icons (#134)
  129. ## 1.13.0 - 2019-11-27
  130. - Allow custom grouping types
  131. ## 1.12.1 - 2019-11-25
  132. - Detect multibyte position offsets when adding linenumbers to the blade view - Fixes #193
  133. ## 1.12.0 - 2019-11-14
  134. - Add exception to html (#206)
  135. - Add a clear exception when passing no parameters to ddd (#205)
  136. - Ignore JS tests (#215)
  137. - Fix share report route bug
  138. ## 1.11.2 - 2019-10-13
  139. - simplify default Laravel installation (#198)
  140. ## 1.11.1 - 2019-10-08
  141. - add conditional line number (#182)
  142. ## 1.11.0 - 2019-10-08
  143. - add better error messages for missing validation rules (#125)
  144. ## 1.10.0 - 2019-10-07
  145. - Add `ignition:make-solution` command
  146. - Add default for query binding option (Fixes #183)
  147. ## 1.9.2 - 2019-10-04
  148. - Fix service provider registration (Fixes #177)
  149. ## 1.9.1 - 2019-10-01
  150. - collapse vendor frames on windows fix (#176)
  151. ## 1.9.0 - 2019-09-27
  152. - add ability to send logs to flare
  153. - add `ddd` function
  154. ## 1.8.4 - 2019-09-27
  155. - Resolve configuration from the injected app instead of the helper ([#168](https://github.com/facade/ignition/pull/168))
  156. ## 1.8.3 - 2019-09-25
  157. - Remove `select-none` from error message
  158. - Change line clamp behaviour for longer error messages
  159. ## 1.8.2 - 2019-09-20
  160. - fix for `TypeError: Cannot set property 'highlightState' of undefined`
  161. ## 1.8.1 - 2019-09-20
  162. - Revert javascript assets via URL - Fixes #161
  163. ## 1.8.0 - 2019-09-18
  164. - added solution for running Laravel Dusk in production ([#121](https://github.com/facade/ignition/pull/121))
  165. - Automatically fix blade variable typos and optional variables ([#38](https://github.com/facade/ignition/pull/38))
  166. ## 1.7.1 - 2019-09-18
  167. - Use url helper to generate housekeeping endpoints
  168. ## 1.7.0 - 2019-09-18
  169. - Add the ability to define a query collector max value ([#153](https://github.com/facade/ignition/pull/153))
  170. ## 1.6.10 - 2019-09-18
  171. - fix `__invoke` method name in solution ([#151](https://github.com/facade/ignition/pull/151))
  172. ## 1.6.9 - 2019-09-18
  173. - Add noscript trace information - fixes [#146](https://github.com/facade/ignition/issues/146)
  174. ## 1.6.8 - 2019-09-18
  175. - Use javascript content type for asset response - fixes [#149](https://github.com/facade/ignition/issues/149)
  176. ## 1.6.7 - 2019-09-18
  177. - Load javascript assets via URL. Fixes [#16](https://github.com/facade/ignition/issues/16)
  178. ## 1.6.6 - 2019-09-16
  179. - Prevent undefined index exception in `TestCommand`
  180. ## 1.6.5 - 2019-09-13
  181. - Ignore invalid characters in JSON encoding. Fixes [#138](https://github.com/facade/ignition/issues/138)
  182. ## 1.6.4 - 2019-09-13
  183. - add no-index on error page
  184. ## 1.6.3 - 2019-09-12
  185. - Fix `RouteNotDefinedSolutionProvider` in Laravel 5
  186. ## 1.6.2 - 2019-09-12
  187. - updated publishing tag from default config
  188. ## 1.6.1 - 2019-09-12
  189. - Resolve configuration from the injected application instead of the helper - Fixes [#131](https://github.com/facade/ignition/issues/131)
  190. ## 1.6.0 - 2019-09-09
  191. - add `RouteNotDefined` solution provider ([#113](https://github.com/facade/ignition/pull/113))
  192. ## 1.5.0 - 2019-09-09
  193. - suggest running migrations when a column is missing ([#83](https://github.com/facade/ignition/pull/83))
  194. ## 1.4.19 - 2019-09-09
  195. - Remove quotation from git commit url ([#89](https://github.com/facade/ignition/pull/89))
  196. ## 1.4.18 - 2019-09-09
  197. - Fix open_basedir restriction when looking up config file. Fixes ([#120](https://github.com/facade/ignition/pull/120))
  198. ## 1.4.17 - 2019-09-06
  199. - Remove Inter, Operator from font stack. Fixes [#74](https://github.com/facade/ignition/issues/74)
  200. ## 1.4.15 - 2019-09-05
  201. - Use previous exception trace for view exceptions. Fixes [#107](https://github.com/facade/ignition/issues/107)
  202. ## 1.4.14 - 2019-09-05
  203. - Use DIRECTORY_SEPARATOR to fix an issue with blade view lookups in Windows
  204. ## 1.4.13 - 2019-09-05
  205. - Use Laravel style comments
  206. ## 1.4.12 - 2019-09-04
  207. - Use a middleware to protect ignition routes ([#93](https://github.com/facade/ignition/pull/93))
  208. ## 1.4.11 - 2019-09-04
  209. - Use exception line number as fallbacks for view errors
  210. ## 1.4.10 - 2019-09-04
  211. - Wrap solution provider lookup in a try-catch block
  212. ## 1.4.9 - 2019-09-04
  213. - Lookup the first exception when linking to Telescope
  214. ## 1.4.8 - 2019-09-04
  215. - pass an empty string to query if no connection name is available - fixes [#86](https://github.com/facade/ignition/issues/86)
  216. ## 1.4.7 - 2019-09-04
  217. - Match whoops minimum version constraint with Laravel 6
  218. ## 1.4.6 - 2019-09-04
  219. - Use empty array for default ignored solution providers
  220. ## 1.4.5 - 2019-09-03
  221. - fix for new Laravel 6 installs
  222. ## 1.4.4 - 2019-09-03
  223. - Suggest default database name in Laravel 6
  224. - Add void return type to FlareHandler::write()
  225. ## 1.4.3 - 2019-09-03
  226. - allow monolog v2
  227. ## 1.4.2 - 2019-09-03
  228. - style fixes
  229. ## 1.4.1 - 2019-09-03
  230. - Change `remote-sites-path` and `local-sites-path` config keys to us snake case
  231. ## 1.4.0 - 2019-09-03
  232. - add `enable_runnable_solutions` key to config file
  233. ## 1.3.0 - 2019-09-02
  234. - add `MergeConflictSolutionProvider`
  235. ## 1.2.0 - 2019-09-02
  236. - add `ignored_solution_providers` key to config file
  237. ## 1.1.1 - 2019-09-02
  238. - Fixed context tab crash when not using git ([#24](https://github.com/facade/ignition/issues/24))
  239. ## 1.1.0 - 2019-09-02
  240. - Fixed an error that removed the ability to register custom blade directives.
  241. - Fixed an error that prevented solution execution in Laravel 5.5 and 5.6
  242. - The "Share" button can now be disabled in the configuration file
  243. - Fixes an error when trying to log `null` values
  244. ## 1.0.4 - 2019-09-02
  245. - Check if the authenticated user has a `toArray` method available, before collecting user data
  246. ## 1.0.3 - 2019-09-02
  247. - Corrected invalid link in config file
  248. ## 1.0.2 - 2019-09-02
  249. - Fixed an error in the `DefaultDbNameSolutionProvider` that could cause an infinite loop in Laravel < 5.6.28
  250. ## 1.0.1 - 2019-08-31
  251. - add support for L5.5 & 5.6 ([#21](https://github.com/facade/ignition/pull/21))
  252. ## 1.0.0 - 2019-08-30
  253. - initial release