Skip to content

Commit 7db3ed0

Browse files
committed
chore: merge changelog and history
[skip ci]
1 parent eb18540 commit 7db3ed0

3 files changed

Lines changed: 339 additions & 344 deletions

File tree

CHANGELOG.md

Lines changed: 338 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,341 @@
66
### Features
77

88
* require speedup ([#59](https://github.com/node-modules/utility/issues/59)) ([0503e39](https://github.com/node-modules/utility/commit/0503e390a3af3ab1a785f582107fd0a0c2e75366))
9+
10+
---
11+
12+
13+
1.17.0 / 2020-12-15
14+
==================
15+
16+
**features**
17+
* [[`19c96a8`](http://github.com/node-modules/utility/commit/19c96a8a58e6bbb4c8bf572b9d2fb76372f16e1e)] - feat: hash ts define support object params (#55) (恒遥 <<zhangyao318@gmail.com>>)
18+
19+
**others**
20+
* [[`181f2ed`](http://github.com/node-modules/utility/commit/181f2ed90586258c3110ac7c149f66b8bc7b82b8)] - test: drop node 4, 6 on travis ci (#56) (fengmk2 <<fengmk2@gmail.com>>)
21+
22+
1.16.3 / 2019-11-20
23+
==================
24+
25+
**fixes**
26+
* [[`cf79437`](http://github.com/node-modules/utility/commit/cf794378d9a567b2acdbe894fb0fe86bb11c8e31)] - fix: do not use ECMAScript6 syntax. (#52) (ULIVZ <<472590061@qq.com>>)
27+
28+
1.16.2 / 2019-11-19
29+
==================
30+
31+
**fixes**
32+
* [[`bb8f5d4`](http://github.com/node-modules/utility/commit/bb8f5d4becb61df6e8ce1788a172f8ae4e9937b4)] - fix: getParamNames throw when input is not function (#51) (Daniels.Sun <<better.sunjian@gmail.com>>)
33+
34+
**others**
35+
* [[`7016803`](http://github.com/node-modules/utility/commit/7016803364f22c70c42da59870eee64dd1d99020)] - build: add node 12 in ci (dead-horse <<dead_horse@qq.com>>)
36+
37+
1.16.1 / 2019-03-25
38+
==================
39+
40+
**fixes**
41+
* [[`a8b0c0d`](http://github.com/node-modules/utility/commit/a8b0c0d38e7d2f6c85169975cfc7f2f1a033c310)] - fix: detect number first before check NaN (#48) (fengmk2 <<fengmk2@gmail.com>>)
42+
43+
1.16.0 / 2019-03-25
44+
==================
45+
46+
**features**
47+
* [[`16104be`](http://github.com/node-modules/utility/commit/16104befbfde9c2a0bf95b88029436c4a182b1bb)] - feat: add getOwnEnumerables(obj, ignoreNull) (#47) (fengmk2 <<fengmk2@gmail.com>>)
48+
49+
1.15.1 / 2019-03-13
50+
==================
51+
52+
**features**
53+
* [[`b092817`](http://github.com/node-modules/utility/commit/b092817be0c4de459bde180e754ba4872e715027)] - feat: support for ts (#45) (yyge <<33921398+ddzy@users.noreply.github.com>>)
54+
55+
**others**
56+
* [[`09bd9d0`](http://github.com/node-modules/utility/commit/09bd9d061b57a2ef6b24a39b41063f51cf251fc1)] - chore: package.json files add [index.d.ts] (#46) (ccccQ <<chenqiuws@gmail.com>>)
57+
* [[`7c102f4`](http://github.com/node-modules/utility/commit/7c102f4aff81e44b96629d692ce74f22cc02919f)] - test: travis support windows (#40) (fengmk2 <<fengmk2@gmail.com>>)
58+
* [[`fdd2d27`](http://github.com/node-modules/utility/commit/fdd2d27ce99c25458795ad1e7555370498c051bd)] - chore: fix typo function name of sha256 (#39) (fengmk2 <<fengmk2@gmail.com>>)
59+
60+
1.15.0 / 2018-09-12
61+
==================
62+
63+
**features**
64+
* [[`e3ae527`](http://github.com/node-modules/utility/commit/e3ae5277161e8870e097897f0dd41cd783170182)] - feat: add utility.unescape (#38) (Yiyu He <<dead_horse@qq.com>>)
65+
66+
**others**
67+
* [[`50fb750`](http://github.com/node-modules/utility/commit/50fb750d0f24b7b47f0ef6e2ba5c42e5b2c7166a)] - chore: use ^ as deps version (#37) (fengmk2 <<fengmk2@gmail.com>>)
68+
69+
1.14.0 / 2018-06-29
70+
==================
71+
72+
**features**
73+
* [[`d401917`](http://github.com/node-modules/utility/commit/d401917f20f89c52be237279d575c695f1bf6ae0)] - feat: add replacer and space to writeJSON* (#34) (Khaidi Chu <<i@2333.moe>>)
74+
75+
1.13.1 / 2017-10-17
76+
==================
77+
78+
**fixes**
79+
* [[`fbbf905`](http://github.com/node-modules/utility/commit/fbbf905880185dce1e9cf980112a0f0b890e5969)] - fix: don't use arrow function (#31) (Yiyu He <<dead_horse@qq.com>>)
80+
81+
1.13.0 / 2017-10-17
82+
==================
83+
84+
**features**
85+
* [[`8a84707`](https://github.com/node-modules/utility.git/commit/8a847077b4d543193e4ca2f9ff69068a48d84909)] - feat: add readJSON and writeJSON (#29) (Haoliang Gao <<sakura9515@gmail.com>>)
86+
87+
1.12.0 / 2017-04-19
88+
==================
89+
90+
* feat: add includesInvalidHttpHeaderChar() to detect invalid char
91+
* test: add url test for replaceInvalidHttpHeaderChar
92+
* chore: remove unused comments
93+
* feat: replacement support function format
94+
95+
1.11.0 / 2017-02-21
96+
==================
97+
98+
* feat: add utility.assign (#27)
99+
100+
1.10.0 / 2017-02-14
101+
==================
102+
103+
* feat: add replace invalid http header character (#26)
104+
105+
1.9.0 / 2016-11-14
106+
==================
107+
108+
* feat: add utils.random function (#25)
109+
* bench: add Array.from(arguments) bench test
110+
111+
1.8.0 / 2016-05-09
112+
==================
113+
114+
* feat(array): impl faster splice one element on array (#24)
115+
116+
1.7.1 / 2016-05-03
117+
==================
118+
119+
* refactor: use faster empty object instead of Object.create(null) (#23)
120+
121+
1.7.0 / 2016-04-07
122+
==================
123+
124+
* benchmark: update arguments to array
125+
* chore: add doc
126+
* feat: add utility.argumentsToArray
127+
* chore: add david-dm status badge
128+
* deps: remove unuse mm module
129+
* test: use ava and nyc instead of mocha and istanbul
130+
* bench: add string and tpl string benchmark
131+
132+
1.6.0 / 2015-12-04
133+
==================
134+
135+
* refactor: use escape-html
136+
137+
1.5.0 / 2015-11-25
138+
==================
139+
140+
* feat: utility.dig
141+
* test(date): fix timezone on test assert
142+
* feat(date): make YYYYMMDDHHmmss() support param not Date
143+
* test: use codecov.io
144+
145+
1.4.0 / 2015-05-22
146+
==================
147+
148+
* feat(JSON): add strict JSON parse
149+
150+
1.3.2 / 2015-05-08
151+
==================
152+
153+
* feat(crypto): add sha256 hash
154+
155+
1.3.1 / 2015-04-09
156+
==================
157+
158+
* fix(crypto): base64decode support return buffer
159+
160+
1.3.0 / 2015-01-31
161+
==================
162+
163+
* feat(string): add string replace
164+
165+
1.2.1 / 2014-11-14
166+
==================
167+
168+
* setImmediate support argmuents
169+
170+
1.2.0 / 2014-09-14
171+
==================
172+
173+
* add utility.try
174+
175+
1.1.0 / 2014-08-23
176+
==================
177+
178+
* add split(str, sep=,)
179+
180+
1.0.0 / 2014-08-01
181+
==================
182+
183+
* remove address methods, please use `address` module
184+
185+
0.1.16 / 2014-07-07
186+
==================
187+
188+
* fix deps
189+
190+
0.1.15 / 2014-07-07
191+
==================
192+
193+
* YYYYMMDDHHmmss() support custom dateSep
194+
195+
0.1.14 / 2014-06-25
196+
==================
197+
198+
* support `YYYYMMDD(d, sep)`
199+
* add YYYYMMDDHHmmss benchmark
200+
* add sha1 to readme
201+
* add random string benchmark
202+
203+
0.1.13 / 2014-04-24
204+
==================
205+
206+
* utils.YYYYMMDDHHmmssSSS(','); // '2013-04-17 14:43:02,674'
207+
208+
0.1.12 / 2014-04-03
209+
==================
210+
211+
* support var map = util.map({a: 1})
212+
213+
0.1.11 / 2014-03-15
214+
==================
215+
216+
* add sha1()
217+
* remove config from scripts
218+
219+
0.1.10 / 2014-01-08
220+
==================
221+
222+
* add randomString() and has() (@dead-horse)
223+
* install from cnpm
224+
225+
0.1.9 / 2013-12-09
226+
==================
227+
228+
* add YYYYMMDD()
229+
230+
0.1.8 / 2013-11-25
231+
==================
232+
233+
* support sub object md5
234+
235+
0.1.7 / 2013-11-23
236+
==================
237+
238+
* support timestamp string
239+
240+
0.1.6 / 2013-11-23
241+
==================
242+
243+
* parse timestamp
244+
245+
0.1.5 / 2013-11-23
246+
==================
247+
248+
* hash object
249+
* add npm image
250+
251+
0.1.4 / 2013-11-16
252+
==================
253+
254+
* utils.setImmediate()
255+
* fix test case
256+
257+
0.1.3 / 2013-10-23
258+
==================
259+
260+
* add number utils: toSafeNumber()
261+
262+
0.1.2 / 2013-10-07
263+
==================
264+
265+
* add utils.YYYYMMDDHHmmss()
266+
267+
0.1.1 / 2013-09-23
268+
==================
269+
270+
* add base64 format md5
271+
272+
0.1.0 / 2013-09-03
273+
==================
274+
275+
* add timestamp()
276+
277+
0.0.13 / 2013-07-31
278+
==================
279+
280+
* move getIP() to address, fixed #2
281+
282+
0.0.12 / 2013-06-27
283+
==================
284+
285+
* utils.getParamNames(): get a function parameters names
286+
287+
0.0.11 / 2013-06-25
288+
==================
289+
290+
* fixed interface name wrong on liunx
291+
292+
0.0.10 / 2013-06-25
293+
==================
294+
295+
* add getIP()
296+
* add more test cases
297+
298+
0.0.9 / 2013-05-08
299+
==================
300+
301+
* Safe encodeURIComponent and decodeURIComponent
302+
303+
0.0.8 / 2013-05-06
304+
==================
305+
306+
* add randomSlice() fixed #1
307+
308+
0.0.7 / 2013-04-17
309+
==================
310+
311+
* fixed timezone +0000 and test cases
312+
313+
0.0.6 / 2013-04-17
314+
==================
315+
316+
* utils.logDate(); // '2013-04-17 14:43:02.674'
317+
318+
0.0.5 / 2013-04-16
319+
==================
320+
321+
* faster accesslogDate() impl
322+
* add benchmark
323+
324+
0.0.4 / 2013-04-16
325+
==================
326+
327+
* add accessLogDate()
328+
329+
0.0.3 / 2013-03-06
330+
==================
331+
332+
* add hmac()
333+
* update copyright year
334+
* update md5 readme
335+
336+
0.0.2 / 2013-01-31
337+
==================
338+
339+
* add base64 encode and urlsafe base64 encode
340+
* add html escape()
341+
* update makefile
342+
343+
0.0.1 / 2012-11-13
344+
==================
345+
346+
* first commit

0 commit comments

Comments
 (0)