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
Denis Sokolov
9695df05dc
tests: minor changes in exception null values
2021-09-19 12:00:00 +00:00
Denis Sokolov
e97e1e6cff
Implement __serialize in Exception/Frame
2021-09-19 12:00:00 +00:00
Denis Sokolov
76587f3231
changelog: 2.14.2
2.14.2
2021-09-19 12:00:00 +00:00
Denis Sokolov
73916b7c0a
Run workflows on PHP 8.1
2021-09-19 12:00:00 +00:00
Denis Sokolov
7c7a85b61d
Merge pull request #706 from kylekatarnls/patch-1
...
Add ReturnTypeWillChange to FrameCollection
2021-09-19 18:08:01 +03:00
Kyle
29e7ca0a16
Add __serialize and __unserialize to FrameCollection
2021-09-19 14:03:46 +02:00
Kyle
a767384f4e
Add ReturnTypeWillChange to FrameCollection
...
Fix PHP 8.1 compatibility
2021-09-19 13:52:38 +02:00
Denis Sokolov
a9a22670bf
Add security policy
2021-09-10 12:00:00 +00:00
Denis Sokolov
15ead64e98
changelog: 2.14.1
2.14.1
2021-08-29 12:00:00 +00:00
Denis Sokolov
13f817190c
PrettyPageHandler: fix scrolling too far, fixup 7376a42
...
Co-authored-by: jonathan <jonathanpap013@gmail.com >
2021-08-29 12:00:00 +00:00
Denis Sokolov
6ac04436d3
Merge pull request #696 from erikn69/master
...
xdebug.file_link_format template by default without xdebug extension loaded
2021-08-29 18:04:16 +03:00
Denis Sokolov
6b7287fed2
Merge pull request #701 from fujiwaraizuho/patch-1
...
Add types that appendHandler & prependHandler functions can take
2021-08-29 17:58:09 +03:00
Izuho Fujiwara
444d133e05
Fix Callable to lowercase
...
Co-authored-by: Markus Staab <maggus.staab@googlemail.com >
2021-08-06 18:54:30 +09:00
Izuho Fujiwara
198e7120b4
Fix Callable to lowercase
2021-08-06 16:05:00 +09:00