Skip to content

Commit

Permalink
Merge branch 'master' of github.com:saqqdy/js-cool
Browse files Browse the repository at this point in the history
  • Loading branch information
saqqdy committed Sep 12, 2021
2 parents 1c7aad7 + 14abc08 commit f19533f
Show file tree
Hide file tree
Showing 55 changed files with 1,073 additions and 804 deletions.
15 changes: 15 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@

language: node_js
node_js:
- '10'
- '12'
- '14'
- '16'
before_install:
- npm i npminstall -g
install:
- npminstall
script:
- npm run build
after_script:
- npminstall codecov && codecov
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 2021.09.10 v2.1.2 更新日志

1. 完善 typescript 类型
2. 依赖包升级

# 2021.09.02 v2.1.1 更新日志

1. 完善 typescript 类型
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

[npm-image]: https://img.shields.io/npm/v/js-cool.svg?style=flat-square
[npm-url]: https://npmjs.org/package/js-cool
[travis-image]: https://travis-ci.org/saqqdy/js-cool.svg?branch=master
[travis-url]: https://travis-ci.org/saqqdy/js-cool
[travis-image]: https://travis-ci.com/saqqdy/js-cool.svg?branch=master
[travis-url]: https://travis-ci.com/saqqdy/js-cool
[codecov-image]: https://img.shields.io/codecov/c/github/saqqdy/js-cool.svg?style=flat-square
[codecov-url]: https://codecov.io/github/saqqdy/js-cool?branch=master
[david-image]: https://img.shields.io/david/saqqdy/js-cool.svg?style=flat-square
Expand Down
6 changes: 3 additions & 3 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
index.md - v2.1.1 / [Exports](modules.md)
index.md - v2.1.2 / [Exports](modules.md)

[![NPM version][npm-image]][npm-url]
[![build status][travis-image]][travis-url]
Expand All @@ -9,8 +9,8 @@ index.md - v2.1.1 / [Exports](modules.md)

[npm-image]: https://img.shields.io/npm/v/js-cool.svg?style=flat-square
[npm-url]: https://npmjs.org/package/js-cool
[travis-image]: https://travis-ci.org/saqqdy/js-cool.svg?branch=master
[travis-url]: https://travis-ci.org/saqqdy/js-cool
[travis-image]: https://travis-ci.com/saqqdy/js-cool.svg?branch=master
[travis-url]: https://travis-ci.com/saqqdy/js-cool
[codecov-image]: https://img.shields.io/codecov/c/github/saqqdy/js-cool.svg?style=flat-square
[codecov-url]: https://codecov.io/github/saqqdy/js-cool?branch=master
[david-image]: https://img.shields.io/david/saqqdy/js-cool.svg?style=flat-square
Expand Down
4 changes: 2 additions & 2 deletions docs/interfaces/AnyFunction.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[index.md - v2.1.1](../README.md) / [Exports](../modules.md) / AnyFunction
[index.md - v2.1.2](../README.md) / [Exports](../modules.md) / AnyFunction

# Interface: AnyFunction

Expand Down Expand Up @@ -26,4 +26,4 @@

#### Defined in

[typings/common.d.ts:6](https://github.com/saqqdy/js-cool/blob/160523e/typings/common.d.ts#L6)
[typings/common.d.ts:6](https://github.com/saqqdy/js-cool/blob/e4a31f9/typings/common.d.ts#L6)
2 changes: 1 addition & 1 deletion docs/interfaces/AnyObject.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[index.md - v2.1.1](../README.md) / [Exports](../modules.md) / AnyObject
[index.md - v2.1.2](../README.md) / [Exports](../modules.md) / AnyObject

# Interface: AnyObject

Expand Down
30 changes: 30 additions & 0 deletions docs/interfaces/DirParamType.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
[index.md - v2.1.2](../README.md) / [Exports](../modules.md) / DirParamType

# Interface: DirParamType

## Table of contents

### Properties

- [host](DirParamType.md#host)
- [path](DirParamType.md#path)

## Properties

### host

`Optional` **host**: `string`

#### Defined in

[src/getDirParam.ts:3](https://github.com/saqqdy/js-cool/blob/e4a31f9/src/getDirParam.ts#L3)

---

### path

`Optional` **path**: `string`[]

#### Defined in

[src/getDirParam.ts:2](https://github.com/saqqdy/js-cool/blob/e4a31f9/src/getDirParam.ts#L2)
6 changes: 3 additions & 3 deletions docs/interfaces/SearchkeySet.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[index.md - v2.1.1](../README.md) / [Exports](../modules.md) / SearchkeySet
[index.md - v2.1.2](../README.md) / [Exports](../modules.md) / SearchkeySet

# Interface: SearchkeySet

Expand All @@ -21,7 +21,7 @@

#### Defined in

[src/searchTreeObject.ts:2](https://github.com/saqqdy/js-cool/blob/160523e/src/searchTreeObject.ts#L2)
[src/searchTreeObject.ts:2](https://github.com/saqqdy/js-cool/blob/e4a31f9/src/searchTreeObject.ts#L2)

---

Expand All @@ -31,4 +31,4 @@

#### Defined in

[src/searchTreeObject.ts:3](https://github.com/saqqdy/js-cool/blob/160523e/src/searchTreeObject.ts#L3)
[src/searchTreeObject.ts:3](https://github.com/saqqdy/js-cool/blob/e4a31f9/src/searchTreeObject.ts#L3)
6 changes: 3 additions & 3 deletions docs/interfaces/WindowSizeObj.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[index.md - v2.1.1](../README.md) / [Exports](../modules.md) / WindowSizeObj
[index.md - v2.1.2](../README.md) / [Exports](../modules.md) / WindowSizeObj

# Interface: WindowSizeObj

Expand All @@ -17,7 +17,7 @@

#### Defined in

[src/getWindowSize.ts:3](https://github.com/saqqdy/js-cool/blob/160523e/src/getWindowSize.ts#L3)
[src/getWindowSize.ts:3](https://github.com/saqqdy/js-cool/blob/e4a31f9/src/getWindowSize.ts#L3)

---

Expand All @@ -27,4 +27,4 @@

#### Defined in

[src/getWindowSize.ts:2](https://github.com/saqqdy/js-cool/blob/160523e/src/getWindowSize.ts#L2)
[src/getWindowSize.ts:2](https://github.com/saqqdy/js-cool/blob/e4a31f9/src/getWindowSize.ts#L2)
235 changes: 118 additions & 117 deletions docs/modules.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/modules/addEvent.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[index.md - v2.1.1](../README.md) / [Exports](../modules.md) / addEvent
[index.md - v2.1.2](../README.md) / [Exports](../modules.md) / addEvent

# Namespace: addEvent

Expand Down
Loading

0 comments on commit f19533f

Please sign in to comment.