Skip to content

Commit

Permalink
1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
strick committed Jul 11, 2023
1 parent 01bb02f commit e1ea819
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 9 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @Author: strick
* @LastEditors: strick
* @Date: 2023-01-12 10:17:17
* @LastEditTime: 2023-07-06 18:56:24
* @LastEditTime: 2023-07-11 15:09:11
* @Description: 变更日志
* @FilePath: /web/shin-monitor/CHANGELOG.md
-->
Expand Down Expand Up @@ -89,4 +89,8 @@
* 未开启性能监控的页面不传输行为数据

## 1.4.4(2023-07-06)
* 对白屏时间为 0 的情况进行适配
* 对白屏时间为 0 的情况进行适配

## 1.5.0(2023-07-11)
* 增加 Canvas 指纹
* 将错误信息中的双引号替换成单引号
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [shin-monitor](https://github.com/pwstrick/shin-monitor) [![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/pwstrick/shin-monitor/blob/master/LICENSE) [![npm](https://img.shields.io/badge/npm-1.4.4-orange.svg)](https://www.npmjs.com/package/shin-monitor)
# [shin-monitor](https://github.com/pwstrick/shin-monitor) [![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/pwstrick/shin-monitor/blob/master/LICENSE) [![npm](https://img.shields.io/badge/npm-1.5.0-orange.svg)](https://www.npmjs.com/package/shin-monitor)

English | [简体中文](./README.zh-CN.md)

Expand Down Expand Up @@ -26,7 +26,7 @@ Or use the CDN provided by [unpkg](https://www.unpkg.com/), shin-monitor is foll

If you do not fill in the version number, it will automatically do a 302 jump and jump to the latest version.
```html
<script src="https://unpkg.com/shin-monitor@1.4.4/dist/shin.umd.js"></script>
<script src="https://unpkg.com/shin-monitor@1.5.0/dist/shin.umd.js"></script>
```

## :open_file_folder: Directory
Expand Down
2 changes: 1 addition & 1 deletion README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ npm install shin-monitor

若不填版本号会自动做 302 跳转,跳转至最新版本。
```html
<script src="https://unpkg.com/shin-monitor@1.4.4/dist/shin.umd.js"></script>
<script src="https://unpkg.com/shin-monitor@1.5.0/dist/shin.umd.js"></script>
```

## :open_file_folder: 目录介绍
Expand Down
2 changes: 1 addition & 1 deletion dist/shin.esm.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* shin-monitor 1.4.4 (https://github.com/pwstrick/shin-monitor)
* shin-monitor 1.5.0 (https://github.com/pwstrick/shin-monitor)
* API https://github.com/pwstrick/shin-monitor/blob/master/doc/api.md
* Copyright 2017-2023 pwstrick. All Rights Reserved
* Licensed under MIT (https://github.com/pwstrick/shin-monitor/blob/master/LICENSE)
Expand Down
2 changes: 1 addition & 1 deletion dist/shin.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* shin-monitor 1.4.4 (https://github.com/pwstrick/shin-monitor)
* shin-monitor 1.5.0 (https://github.com/pwstrick/shin-monitor)
* API https://github.com/pwstrick/shin-monitor/blob/master/doc/api.md
* Copyright 2017-2023 pwstrick. All Rights Reserved
* Licensed under MIT (https://github.com/pwstrick/shin-monitor/blob/master/LICENSE)
Expand Down
2 changes: 1 addition & 1 deletion dist/shin.umd.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* shin-monitor 1.4.4 (https://github.com/pwstrick/shin-monitor)
* shin-monitor 1.5.0 (https://github.com/pwstrick/shin-monitor)
* API https://github.com/pwstrick/shin-monitor/blob/master/doc/api.md
* Copyright 2017-2023 pwstrick. All Rights Reserved
* Licensed under MIT (https://github.com/pwstrick/shin-monitor/blob/master/LICENSE)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shin-monitor",
"version": "1.4.4",
"version": "1.5.0",
"description": "监控前端的通信、错误、打印等行为,以及计算各类性能参数,包括 FMP、LCP、FP 等",
"main": "dist/shin.js",
"jsnext:main": "dist/shin.esm.js",
Expand Down

0 comments on commit e1ea819

Please sign in to comment.