Releases: saqqdy/js-cool
Releases · saqqdy/js-cool
v4.5.0
- add
inBrowser
- some translate work
- upgrade all packages
Full Changelog: 4.4.1...4.5.0
v4.4.1
- fix esm module
Full Changelog: 4.4.0...4.4.1
v4.4.0
- fix outputs
- fix exports
Full Changelog: 4.3.0...4.4.0
v4.3.0
- fix export default
- fix types
- upgrade all packages
Full Changelog: 4.2.0...4.3.0
v4.2.0
- use
use-downloads
- some translate work
Full Changelog: 4.1.0...4.2.0
v4.1.0
- use
load-source
mount-css
mount-image
mount-script
mount-style
- some translate work
What's Changed
- Bump @rollup/plugin-alias from 4.0.4 to 5.0.0 by @dependabot in #19
Full Changelog: 4.0.0...4.1.0
v4.0.0
- split
csv
intoarrayToCSV
CSVToArray
CSVToJSON
JSONToCSV
- split
cache
intosetCache
getCache
delCache
- split
session
intosetSession
getSession
delSession
- split
cookie
intosetCookie
getCookie
delCookie
- drop
tslib
package - new build scripts & output
What's Changed
- Bump @types/node from 18.16.6 to 20.1.1 by @dependabot in #27
Full Changelog: 3.1.0...4.0.0
v3.1.0
- 优化构建输出,把
tslib
从包中移出
Full Changelog: 3.0.0...3.1.0
v3.0.0
- 移除
imgAdapt
imgChoose
throttle
debounce
enWxJumpLink
enWxJumpLinkOld
deWxJumpLink
deWxJumpLinkOld
clearHtmlExpSN
clearHtmlN
clearHtmlNS
clearHtmlTag
formatTime
formatTimeStr
getFileType
clearBr
- move
arrayToCSV
CSVToArray
CSVToJSON
JSONToCSV
tocsv
- move
setCache
getCache
delCache
tocache
- move
setSession
getSession
delSession
tosession
- move
setCookie
getCookie
delCookie
tocookie
- add
isPlainObject
function - 支持
const addEvent = require('js-cool/addEvent')
这种引入方式 - 构建产物区分 esnext 和 es5,默认输出 esnext
splitThousand
=>toThousands
getWindowSize
=>windowSize
- new
extend
function
What's Changed
- Bump rimraf from 3.0.2 to 4.1.2 by @dependabot in #17
- Bump @rollup/plugin-commonjs from 23.0.7 to 24.0.1 by @dependabot in #16
Full Changelog: 2.8.0...3.0.0
v2.8.0
loadSource
mountCss
mountImg
mountJs
mountStyle
新增支持传入自定义属性,调整入参形式,并完善 ts 类型,修复 IE 兼容问题- 依赖包升级
Full Changelog: 2.7.1...2.8.0