Skip to content

Releases: saqqdy/js-cool

v4.5.0

05 Jun 04:33
Compare
Choose a tag to compare
  1. add inBrowser
  2. some translate work
  3. upgrade all packages

Full Changelog: 4.4.1...4.5.0

v4.4.1

31 May 04:21
Compare
Choose a tag to compare
  1. fix esm module

Full Changelog: 4.4.0...4.4.1

v4.4.0

23 May 05:07
Compare
Choose a tag to compare
  1. fix outputs
  2. fix exports

Full Changelog: 4.3.0...4.4.0

v4.3.0

22 May 09:53
Compare
Choose a tag to compare
  1. fix export default
  2. fix types
  3. upgrade all packages

Full Changelog: 4.2.0...4.3.0

v4.2.0

21 May 04:37
Compare
Choose a tag to compare
  1. use use-downloads
  2. some translate work

Full Changelog: 4.1.0...4.2.0

v4.1.0

20 May 09:37
Compare
Choose a tag to compare
  1. use load-source mount-css mount-image mount-script mount-style
  2. some translate work

What's Changed

Full Changelog: 4.0.0...4.1.0

v4.0.0

18 May 02:51
Compare
Choose a tag to compare
  1. split csv into arrayToCSV CSVToArray CSVToJSON JSONToCSV
  2. split cache into setCache getCache delCache
  3. split sessioninto setSession getSession delSession
  4. split cookie into setCookie getCookie delCookie
  5. drop tslib package
  6. new build scripts & output

What's Changed

Full Changelog: 3.1.0...4.0.0

v3.1.0

07 Apr 03:08
Compare
Choose a tag to compare
  1. 优化构建输出,把 tslib 从包中移出

Full Changelog: 3.0.0...3.1.0

v3.0.0

06 Apr 11:52
Compare
Choose a tag to compare
  1. 移除 imgAdapt imgChoose throttle debounce enWxJumpLink enWxJumpLinkOld deWxJumpLink deWxJumpLinkOld clearHtmlExpSN clearHtmlN clearHtmlNS clearHtmlTag formatTime formatTimeStr getFileType clearBr
  2. move arrayToCSV CSVToArray CSVToJSON JSONToCSV to csv
  3. move setCache getCache delCache to cache
  4. move setSession getSession delSession to session
  5. move setCookie getCookie delCookie to cookie
  6. add isPlainObject function
  7. 支持 const addEvent = require('js-cool/addEvent') 这种引入方式
  8. 构建产物区分 esnext 和 es5,默认输出 esnext
  9. splitThousand => toThousands
  10. getWindowSize => windowSize
  11. new extend function

What's Changed

Full Changelog: 2.8.0...3.0.0

v2.8.0

13 Dec 12:40
Compare
Choose a tag to compare
  1. loadSource mountCss mountImg mountJs mountStyle新增支持传入自定义属性,调整入参形式,并完善 ts 类型,修复 IE 兼容问题
  2. 依赖包升级

Full Changelog: 2.7.1...2.8.0