333
schangxiang@126.com
2025-09-19 18966e02fb573c7e2bb0c6426ed792b38b910940
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
1.0.4 / 2016-06-22
==================
 
* [[`a72ad259af`](https://github.com/TooTallNate/degenerator/commit/a72ad259af)] - rename History.md to CHANGELOG.md (Nathan Rajlich)
* [[`eadfa34af3`](https://github.com/TooTallNate/degenerator/commit/eadfa34af3)] - don't turn anonymous functions into generators (Nathan Rajlich)
* [[`285af6ba6c`](https://github.com/TooTallNate/degenerator/commit/285af6ba6c)] - update deps (Nathan Rajlich)
 
1.0.3 / 2016-06-22
==================
 
  * travis: test node v0.12, v4, iojs v1, v2, v3, v5, and v6
  * package: loosen restriction on deps
  * package: update to use newer ast-types (#8, @piotr1212)
 
1.0.2 / 2015-06-22
==================
 
  * package: update "esprima" to ~v2.3.0 (#6, @tgriesser)
 
1.0.1 / 2015-03-11
==================
 
  * package: use "https" for git URL (#1, @aarongundel)
 
1.0.0 / 2014-11-22
==================
 
  * updating to v1.0.0 for better defined semver semantics
 
0.0.4 / 2014-11-22
==================
 
  * test: fix whitespace
  * test: add test case for TooTallNate/node-pac-resolver#3
  * package: update "mocha" to v2.0.1
  * .travis: don't test node v0.9.x
  * README: use svg for Travis badge
  * test: add test case for multiple functions defined in one file
  * index: do two passes on the AST, add all local function names to `names` array
  * test: add a test fixture for the README example
  * test: add support for defining the function names from within the test fixture
 
0.0.3 / 2014-04-04
==================
 
  * package: update outdated dependencies
  * package: add "respository" field
  * index: add JSDoc comments
  * index: remove `opts` option logic
  * add .travis.yml file
  * test: initial test
 
0.0.2 / 2013-12-06
==================
 
  * index: implement the `names` array functionality
  * index: fix nested function invocations
 
0.0.1 / 2013-12-06
==================
 
  * gitignore: ignore ?.js dev files
  * README++
  * add .gitignore file
  * index: slight cleanup
  * initial commit