1.1.0 • Published 5 years ago

@hinata_hyuga/request-queue v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

http请求队列

目标

  • 优先级队列(无依赖关系)
  • 存放数组的优先级队列(有依赖关系)
  • 控制并发请求数量(偶数?)

提交format

type(scope?): subject  #scope is optional

type num

'build' | 构建相关
'ci' | 持续集成相关
'chore' | updating grunt tasks etc; no production code change
'docs' | changes to documentation
'feat' | new feature
'fix' | bug fix
'perf' | 性能相关
'refactor' | refactoring production code
'revert' | 返回之前的版本
'style' | formatting, missing semi colons, etc; no code change
'test' adding missing tests, refactoring tests; no production code change

scope enum

'init'
'runner'
'watcher'
'config'
'web-server'
'proxy'
1.1.0

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago