All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
1.5.7 (2024-01-09)
- use terser instead of uglifyjs && add sourcemap (1bc6107)
1.5.6 (2024-01-09)
1.5.5 (2024-01-08)
1.5.4 (2024-01-08)
1.5.3 (2024-01-08)
1.5.2 (2024-01-08)
- add miniprogram sdk (#33) (4584bb2), closes #30
- supports console log output at the debug level (#29) (b669170)
- ๐ get correct url when load fails (#28) (24506f5)
- fix the url format of copy function in toast modal (#32) (fdb9858)
- use 'insertAdjacentElement' instead of 'append' (#31) (3ea8651)
1.5.1 (2024-01-08)
1.4.11 (2024-01-03)
1.4.10 (2023-12-26)
1.4.9 (2023-12-20)
1.4.8 (2023-12-16)
- remove beforeunload event (6baf819)
1.4.7 (2023-12-14)
1.4.6 (2023-12-06)
- remove beforeunload event (6baf819)
1.4.5 (2023-12-06)
1.4.4 (2023-12-06)
- add inactive status style (b10d79f)
- use width/height of window instead of document (7c702c5)
1.4.3 (2023-12-01)
1.4.2 (2023-11-15)
1.3.1 (2023-10-16)
1.3.0 (2023-08-15)
1.2.5 (2023-08-08)
- add title config (36b1b54)
1.2.4 (2023-07-24)
- use ArrayBuffer.isView instead of constructor (c6b61da)
1.2.3 (2023-07-20)
- avoid some edge cases (84a44d5)
1.2.2 (2023-07-04)
- assign onerror directly if not configurable (7799aaf)
- plugins 'onCreate' can only be init once (06d31ba)
- singleton mode PageSpy (ddcd2cd)
- update log info & fix typo (a5490df)
- update the log info (eef934c)
1.2.0 (2023-05-31)
- The headers and getData structure have been changed to [string, string][]. The use of postData is now deprecated. Please use requestPayload instead, with a structure of [string, string][] | string.
- correct the delete last one cookie value and format the cookie (#4) (059b777)
- reorganize the network plugin structure (#3) (aa199fb)
1.1.0 (2023-05-24)
1.0.5 (2023-05-11)
- show 'project' field and fix viewport size (581b65b)
1.0.4 (2023-04-27)
- add location info on PagePlugin (f2fbd58)
1.0.3 (2023-04-24)
- ๐ support data which no prototype (5835960)