All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- add function isClient.
- remove meanToCode, codeToMean.
- use
Rollup
instead ofWebpack
.
- remove
lib
, and build intravis.yml
.
- add Function
round
.
- 移除 getNextElement,可以使用原生 api —— nextElementSibling
- 将函数模块单独导出,给按需加载创造条件
- 修复 webpack 在 Node.js 端打包包含 window 字段
- 将串行打包改为并行打包
- 用 TypeScript 重构项目