Commit Graph

1208 Commits

Author SHA1 Message Date
Filippo Tessarotto a82017fa4e Update Github Actions versions 2024-09-24 15:23:15 +02:00
Filippo Tessarotto 7a520bc11c Drop PHP <7.1 support as incompatible with PHP 8.4 syntax 2024-09-24 15:20:46 +02:00
Filippo Tessarotto ebe6e59f4d Add PHP 8.4 support 2024-09-24 15:13:37 +02:00
Denis Sokolov a139776fa3 changelog: 2.15.4 2.15.4 2023-11-03 12:00:00 +00:00
Denis Sokolov c1de57d446 Merge pull request #760 from andrewnicols/commentLinkColour
Improve link colour for link comments
2023-11-03 10:37:28 +01:00
Andrew Nicols 1084827bbf Improve link colour for link comments
Fixes #759
2023-11-02 22:02:29 +08:00
Denis Sokolov c83e88a305 changelog: 2.15.3 2.15.3 2023-07-13 12:00:00 +00:00
Denis Sokolov b5e231cfba Merge pull request #758 from garygreen/highlight-speed
Speed up syntax highlighting
2023-07-13 19:55:48 +02:00
Gary Green b88e6b2d72 Speed up syntax highlighting 2023-07-12 19:17:03 +01:00
Denis Sokolov 7d330e20dc Merge pull request #757 from AmraniCh/mastert
Added documentation for addFrameFilter method
2023-05-07 21:31:10 +02:00
Shakir El Amrani 4aa18d9a02 added documentation for addFrameFilter method 2023-05-07 11:58:53 +01:00
Denis Sokolov 76c1a314f8 readme: remove outdated badge 2023-04-12 18:47:18 +02:00
Denis Sokolov aac9304c5e changelog: 2.15.2 2.15.2 2023-04-12 12:00:00 +00:00
Denis Sokolov 303714048f Merge pull request #756 from bart-jaskulski/master
fix(highlight): #747 Add line offset to highlight line
2023-04-12 18:43:01 +02:00
Bart Jaskulski 7fcd32ea7a fix(highlight): #747 Add line offset to highlight line
PrismJS sort of broken backward compatibility, while trying to improve
highlight resilience[^1]. Since then it is required to add
`data-line-offset` for any code, which doesn't start counting from 1,
which is pretty each time, we deal with stack frames.

This commits add silently required data attribute in HTML, bringing back
highlight feature and recovering from some fall through errors, raised
by `TypeError` in JS execution flow (i.e. switching application and full
frames tabs).

[^1]: https://github.com/PrismJS/prism/commit/9a4e725b76d22759fec58e1929450bbfe1bb6661

Signed-off-by: Bart Jaskulski <bjaskulski@protonmail.com>
2023-04-12 10:18:51 +02:00
Denis Sokolov 65015f8acd Merge pull request #753 from AmraniCh/master
Added change logs for version 2.15.1
2023-03-08 12:14:55 +01:00
Shakir El Amrani 3c1404ebc6 Added change logs for version 2.15.1 2023-03-08 09:58:00 +00:00
Denis Sokolov e864ac957a Merge pull request #751 from huangdijia/fix
Fix the bug that call to a member function getFrameFilters() on null
2.15.1
2023-03-06 19:09:13 +01:00
huangdijia c5689df45c Fix the bug that call to a member function getFrameFilters() on null 2023-03-04 20:47:11 +08:00
Denis Sokolov 3e8aebbca9 changelog: 2.15.0 2.15.0 2023-03-03 12:00:00 +00:00
Denis Sokolov ae8e309e65 Merge pull request #749 from AmraniCh/master
Support frame filters
2023-03-03 16:29:06 +01:00
Shakir El Amrani 30fa50c046 feat: support frame filters 2023-02-19 15:09:19 +00:00
Denis Sokolov b32e315e5d Merge pull request #748 from gwillz/inspector-factory
Add insepctor interface + factory
2023-01-27 04:16:26 +01:00
Gwilyn 48830363f1 Add insepctor interface + factory.
This permits creation of custom inspectors within the default whoops runtime.
2023-01-25 22:41:18 +10:30
Denis Sokolov c3b67c4cb9 Merge pull request #746 from AmraniCh/master
Removed unnecessary phpdoc param tags
2022-12-25 21:14:43 +01:00
Shakir El Amrani 5244cc028a phpdoc: added array type declaration for a method parameter 2022-12-25 15:42:23 +00:00
Shakir El Amrani c758d20123 phpdoc: removed unnecessary phpdoc param tags 2022-12-25 15:40:28 +00:00
Denis Sokolov f857167d05 Merge pull request #744 from AmraniCh/master 2022-12-23 12:00:00 +00:00
Shakir El Amrani 9c68d0d8b3 docs: added changes log for release version 2.14.6 2022-12-23 12:00:00 +00:00
Shakir El Amrani 809ec800a1 change: removed code highlight for a library name 2022-12-23 09:04:45 +00:00
Shakir El Amrani 622cdda79b change: added code highlight for more words 2022-12-23 09:04:01 +00:00
Shakir El Amrani f49a8781bd change: formatting enhancements 2022-12-23 08:44:50 +00:00
Shakir El Amrani 1f8a59ee6c change: prefix version titles with the v letter 2022-12-23 08:38:35 +00:00
Shakir El Amrani 6e55ba634d change: added the title heading 2022-12-23 08:37:44 +00:00
Hans Heid f7948baaa0 Upgrade prismJS to 1.29 (#741) 2.14.6 2022-11-02 18:23:29 +02:00
Denis Sokolov 5c9dad0a25 Merge pull request #740 from erikn69/patch-1
PHP 8.2 Build
2022-10-18 17:13:22 +03:00
erikn69 4a3b1a2290 PHP 8.2 Build 2022-10-17 18:03:49 -05:00
Denis Sokolov 2a642acc58 Merge pull request #738 from catgofire/patch-1
Fix spelling in CHANGELOG.md
2022-09-21 12:32:06 +03:00
Justin Lettenmair ac10a8f920 Fix spelling in CHANGELOG.md
"maintaned" -> "maintained"
2022-09-21 02:27:59 -05:00
Denis Sokolov 4e4ede8ceb Merge pull request #719 from pH-7/patch-1
Exclude `.github` folder from distribution package
2022-02-12 17:49:02 +02:00
♚ PH⑦ de Soria™♛ 537be5e89c Exclude .github folder from distribution build 2022-02-12 20:54:22 +10:30
Denis Sokolov a63e5e8f26 changelog: 2.14.5 2.14.5 2022-01-07 12:00:00 +00:00
Denis Sokolov 5c954ba183 Merge pull request #717 from tw2066/masked
masked support ArrayAccess
2022-01-07 00:44:26 +02:00
tangwei dfb3faff0d masked support ArrayAccess 2021-12-31 17:17:40 +08:00
Denis Sokolov f056f1fe93 changelog: 2.14.4 2.14.4 2021-10-03 12:00:00 +00:00
Denis Sokolov 9814ccdc28 Remove return type annotations to support PHP 5 2021-10-03 12:00:00 +00:00
Denis Sokolov 7bf80a3773 tests: run on PHP 5.5 and 5.6 2021-10-03 12:00:00 +00:00
Denis Sokolov 18e04c32b5 Merge pull request #709 from ADmad/psr-log
Update psr/log's version constraint.
2021-10-03 19:39:53 +03:00
ADmad af5ed434c5 Update psr/log's version constraint. 2021-09-30 13:38:44 +05:30
Denis Sokolov 89584ce67d changelog: 2.14.3 2.14.3 2021-09-19 12:00:00 +00:00