Lịch sử phiên bản ChromeLogger - 16 phiên bản
ChromeLogger bởi BurningMoth
Hãy cẩn thận với các phiên bản cũ! Các phiên bản này được hiển thị cho mục đích thử nghiệm và tham khảo.Bạn luôn luôn phải sử dụng phiên bản mới nhất của một tiện ích.
Phiên bản mới nhất
Phiên bản 3.0
Đã phát hành 27 Thg 09 2024 - 26,07 KBHoạt động với firefox 58.0 và lớn hơn* 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.Mã nguồn được phát hành dưới dạng Mozilla Public License 2.0
Tải xuống Firefox và tải tiện ích mở rộngBạn sẽ cần Firefox để sử dụng tiện ích mở rộng nàyPhiên bản cũ hơn
Phiên bản 2.0
Đã phát hành 25 Thg 11 2019 - 21,23 KBHoạt động với firefox 42.0 và lớn hơn* 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.Mã nguồn được phát hành dưới dạng Mozilla Public License 2.0
Phiên bản 1.7.3
Đã phát hành 9 Thg 10 2018 - 17,14 KBHoạt động với firefox 42.0 và lớn hơn* Fixed: null "object" resulted in error when checked for property, ending processing of rest of data stack.Mã nguồn được phát hành dưới dạng Mozilla Public License 2.0
Phiên bản 1.7.2
Đã phát hành 6 Thg 08 2018 - 16,67 KBHoạt động với firefox 42.0 và lớn hơn, android 48.0 đến 68.** Fixed: invalid `data.rows[...].type` values resulted in `console` error.Mã nguồn được phát hành dưới dạng Mozilla Public License 2.0
Phiên bản 1.7.1
Đã phát hành 5 Thg 08 2018 - 16,6 KBHoạt động với firefox 42.0 và lớn hơn, android 48.0 đến 68.** Fixed: broken `table` and various other `console` methods.
* Fixed: inadequate substitution pattern detection and subsequent unescaping.Mã nguồn được phát hành dưới dạng Mozilla Public License 2.0
Phiên bản 1.7
Đã phát hành 4 Thg 08 2018 - 16,29 KBHoạt động với firefox 42.0 và lớn hơn, android 48.0 đến 68.** 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`.Mã nguồn được phát hành dưới dạng Mozilla Public License 2.0
Phiên bản 1.6.1
Đã phát hành 25 Thg 04 2018 - 14,49 KBHoạt động với firefox 42.0 và lớn hơn, android 48.0 đến 68.** 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.Mã nguồn được phát hành dưới dạng Mozilla Public License 2.0
Phiên bản 1.6
Đã phát hành 24 Thg 04 2018 - 14,31 KBHoạt động với firefox 42.0 và lớn hơn, android 48.0 đến 68.** Restored: removal of `__proto__` and `length` properties from objects and arrays.Mã nguồn được phát hành dưới dạng Mozilla Public License 2.0
Phiên bản 1.5
Đã phát hành 27 Thg 03 2018 - 13,66 KBHoạt động với firefox 42.0 và lớn hơn, android 48.0 đến 68.** 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.Mã nguồn được phát hành dưới dạng Mozilla Public License 2.0
Phiên bản 1.4
Đã phát hành 19 Thg 03 2018 - 10,62 KBHoạt động với firefox 42.0 và lớn hơn, android 48.0 đến 68.** Updated: chromelogger protocol trace value now appended to passed console method arguments. @shoutout ErikMã nguồn được phát hành dưới dạng Mozilla Public License 2.0
Phiên bản 1.3
Đã phát hành 24 Thg 12 2017 - 10,21 KBHoạt động với firefox 42.0 và lớn hơn, android 48.0 đến 68.** Added: `__proto__` and `length` properties are removed from objects and arrays respectively output to web console.Mã nguồn được phát hành dưới dạng Mozilla Public License 2.0
Phiên bản 1.2
Đã phát hành 17 Thg 12 2017 - 9,63 KBHoạt động với firefox 42.0 và lớn hơn, android 48.0 đến 68.** 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.Mã nguồn được phát hành dưới dạng Mozilla Public License 2.0
Phiên bản 1.1.1
Đã phát hành 29 Thg 11 2017 - 8,76 KBHoạt động với firefox 42.0 và lớn hơn, android 48.0 đến 68.** Updated: Chrome Logger data row values validation, replacement on missing with defaults. @shoutout Honza
* Fixed: warning on icon being wrong size.Mã nguồn được phát hành dưới dạng Mozilla Public License 2.0
Phiên bản 1.1
Đã phát hành 20 Thg 11 2017 - 18,16 KBHoạt động với firefox 42.0 và lớn hơn, android 48.0 đến 68.** Added: webNavigation event handlers to replace spotty tab.onUpdated event handler.
* Updated: Chrome Logger data rows callback catches malformed row data.Mã nguồn được phát hành dưới dạng Mozilla Public License 2.0
Phiên bản 1.0.1
Đã phát hành 17 Thg 11 2017 - 8,64 KBHoạt động với firefox 42.0 và lớn hơn, android 48.0 đến 68.** Fixed: was matching against case sensitive X-ChromeLogger-Data header. Now case insensitive match. @shoutout JanMã nguồn được phát hành dưới dạng Mozilla Public License 2.0
Phiên bản 1.0
Đã phát hành 10 Thg 10 2017 - 8,63 KBHoạt động với firefox 42.0 và lớn hơn, android 48.0 đến 68.*Mã nguồn được phát hành dưới dạng Mozilla Public License 2.0