ChromeLogger sürüm geçmişi - 16 sürüm
ChromeLogger geliştiren: BurningMoth
Eski sürümlere dikkat edin! Bu sürümler yalnızca test veya referans amacıyla sunulmaktadır.Her zaman eklentilerin son sürümlerini kullanmalısınız.
Son sürüm
Sürüm 3.0
27 Eyl 2024 tarihinde çıktı - 26,07 KBfirefox 58.0 ve üstü ile çalışır* Includes devtools panel displaying parsed chromelogger messages for active tab when open or when unable to log messages to web console -- in which case the user is prompted to open the panel.
* Valid XML strings passed via "dir" or "dirxml" type/method are displayed as interactive trees on the panel similar to objects.
* Support for "debug" type/method substitution styles.
* Fixed options reset button which wasn't working.
* Various tweaks and deprecation fixes.Kaynak kodu Mozilla Kamu Lisansı 2.0 lisansıyla yayımlandı
Firefox’u indir ve uzantıyı yükleBu uzantıyı kullanmak için Firefox’a ihtiyacınız varEski sürümler
Sürüm 2.0
25 Kas 2019 tarihinde çıktı - 21,23 KBfirefox 42.0 ve üstü ile çalışır* Removed: `<script[data-chromelogger-data]>` and `<script[data-chromelogger-rows]>` node parsing.
* Added: `<script[type="application/json"]#chromelogger>` node parsing.
* Updated: moved DOM parsing functionality from devtools eval'd code to injected content script.
* Fixed: dark, transparent icon did not display well w/dark theme.Kaynak kodu Mozilla Kamu Lisansı 2.0 lisansıyla yayımlandı
Sürüm 1.7.3
9 Eki 2018 tarihinde çıktı - 17,14 KBfirefox 42.0 ve üstü ile çalışır* Fixed: null "object" resulted in error when checked for property, ending processing of rest of data stack.Kaynak kodu Mozilla Kamu Lisansı 2.0 lisansıyla yayımlandı
Sürüm 1.7.2
6 Ağu 2018 tarihinde çıktı - 16,67 KBfirefox 42.0 ve üstü, android 48.0 - 68.* arası ile çalışır* Fixed: invalid `data.rows[...].type` values resulted in `console` error.Kaynak kodu Mozilla Kamu Lisansı 2.0 lisansıyla yayımlandı
Sürüm 1.7.1
5 Ağu 2018 tarihinde çıktı - 16,6 KBfirefox 42.0 ve üstü, android 48.0 - 68.* arası ile çalışır* Fixed: broken `table` and various other `console` methods.
* Fixed: inadequate substitution pattern detection and subsequent unescaping.Kaynak kodu Mozilla Kamu Lisansı 2.0 lisansıyla yayımlandı
Sürüm 1.7
4 Ağu 2018 tarihinde çıktı - 16,29 KBfirefox 42.0 ve üstü, android 48.0 - 68.* arası ile çalışır* Fixed: columns arrays that were arranged in ways or [in|ex]cluded columns other than what was explicitly specified by the protocol failed to process. @shoutout Zxurian
* Added: Support for `[object].___class_name` and Class Name substitution styling.
* Added: Support for `X-ChromePHP-Data` headers.
* Updated: Now scans headers from all resource types.
* Updated: `data-chromelogger-version="1.0"` and `data-chromelogger-columns="log,backtrace,type"` optional attributes parsed from `<script[data-chromelogger-rows]>` nodes.
* Added: `<script[data-chromelogger-data]>` node parsing.
* Added: `display_data_url=[bool]` setting and Data Header substitution styling.
* Updated: removed "METHOD url" display from being appended to first parsed data row, logged separately if `display_data_url=true`.Kaynak kodu Mozilla Kamu Lisansı 2.0 lisansıyla yayımlandı
Sürüm 1.6.1
25 Nis 2018 tarihinde çıktı - 14,49 KBfirefox 42.0 ve üstü, android 48.0 - 68.* arası ile çalışır* Fixed: trying (and failing, of course) to process null values as objects w/enumerated properties.
* Fixed: tabs.executeScript() fails injecting both file + code, throws to devtools fallback.Kaynak kodu Mozilla Kamu Lisansı 2.0 lisansıyla yayımlandı
Sürüm 1.6
24 Nis 2018 tarihinde çıktı - 14,31 KBfirefox 42.0 ve üstü, android 48.0 - 68.* arası ile çalışır* Restored: removal of `__proto__` and `length` properties from objects and arrays.Kaynak kodu Mozilla Kamu Lisansı 2.0 lisansıyla yayımlandı
Sürüm 1.5
27 Mar 2018 tarihinde çıktı - 13,66 KBfirefox 42.0 ve üstü, android 48.0 - 68.* arası ile çalışır* Added: console message styling for various contexts w/options page to customize.
* Added: parsing of ChromeLogger formatted rows data from loaded DOM content. Syntax: `<script data-chromelogger-rows="{key}">var {key} = [[log, backtrace, type], ...];</script>`
* Issue: cannot retrieve rows data from subframes DOM until Firefox supports devtools.inspectedWindow.eval() options parameter!
* Regression: `__proto__` and `length` object and array properties no longer removed. Problematic.Kaynak kodu Mozilla Kamu Lisansı 2.0 lisansıyla yayımlandı
Sürüm 1.4
19 Mar 2018 tarihinde çıktı - 10,62 KBfirefox 42.0 ve üstü, android 48.0 - 68.* arası ile çalışır* Updated: chromelogger protocol trace value now appended to passed console method arguments. @shoutout ErikKaynak kodu Mozilla Kamu Lisansı 2.0 lisansıyla yayımlandı
Sürüm 1.3
24 Ara 2017 tarihinde çıktı - 10,21 KBfirefox 42.0 ve üstü, android 48.0 - 68.* arası ile çalışır* Added: `__proto__` and `length` properties are removed from objects and arrays respectively output to web console.Kaynak kodu Mozilla Kamu Lisansı 2.0 lisansıyla yayımlandı
Sürüm 1.2
17 Ara 2017 tarihinde çıktı - 9,63 KBfirefox 42.0 ve üstü, android 48.0 - 68.* arası ile çalışır* Added: Tab.fallback, flagged true if log.js fails to inject onDOMReady as in the case when Firefox loads JSON viewer in the tab inspectedWindow.
* Updated: Tab.log() sends parsed ChromeLoggerData back to dev.js if Tab.fallback is true.
* Updated: dev.js runtime.Port.onMessage handler stringifies and runs ChromeLoggerData from Tab.log() through devtools.inspectedWindow.eval(), dirty but effective.Kaynak kodu Mozilla Kamu Lisansı 2.0 lisansıyla yayımlandı
Sürüm 1.1.1
29 Kas 2017 tarihinde çıktı - 8,76 KBfirefox 42.0 ve üstü, android 48.0 - 68.* arası ile çalışır* Updated: Chrome Logger data row values validation, replacement on missing with defaults. @shoutout Honza
* Fixed: warning on icon being wrong size.Kaynak kodu Mozilla Kamu Lisansı 2.0 lisansıyla yayımlandı
Sürüm 1.1
20 Kas 2017 tarihinde çıktı - 18,16 KBfirefox 42.0 ve üstü, android 48.0 - 68.* arası ile çalışır* Added: webNavigation event handlers to replace spotty tab.onUpdated event handler.
* Updated: Chrome Logger data rows callback catches malformed row data.Kaynak kodu Mozilla Kamu Lisansı 2.0 lisansıyla yayımlandı
Sürüm 1.0.1
17 Kas 2017 tarihinde çıktı - 8,64 KBfirefox 42.0 ve üstü, android 48.0 - 68.* arası ile çalışır* Fixed: was matching against case sensitive X-ChromeLogger-Data header. Now case insensitive match. @shoutout JanKaynak kodu Mozilla Kamu Lisansı 2.0 lisansıyla yayımlandı
Sürüm 1.0
10 Eki 2017 tarihinde çıktı - 8,63 KBfirefox 42.0 ve üstü, android 48.0 - 68.* arası ile çalışırKaynak kodu Mozilla Kamu Lisansı 2.0 lisansıyla yayımlandı