Skip to content

Latest commit

 

History

History
61 lines (32 loc) · 1.07 KB

CHANGELOG.md

File metadata and controls

61 lines (32 loc) · 1.07 KB

Changelog

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.

[Unreleased]

[1.0.0] 2020-07-04

  • add function isClient.
  • remove meanToCode, codeToMean.

[0.5.3] 2019-03-04

  • use Rollup instead of Webpack.

[0.5.2] 2019-01-01

Chore

  • remove lib, and build in travis.yml.

[0.5.1] 2018-09-11

Features

  • add Function round.

[0.4.9] 2018-9-10

Features

Removed

  • 移除 getNextElement,可以使用原生 api —— nextElementSibling

[0.4.8] 2018-9-7

Features

  • 将函数模块单独导出,给按需加载创造条件

Fixed

  • 修复 webpack 在 Node.js 端打包包含 window 字段

[0.4.6] 2018-9-6

Refactored

  • 将串行打包改为并行打包

[0.4.1] 2018-7-29

Refactored

  • 用 TypeScript 重构项目