Initial commit
[yaffs-website] / node_modules / liftoff / CHANGELOG
1 v2.2.2:
2   date: 2016-05-20
3   changes:
4     - Update dependencies.
5 v2.2.1:
6   date: 2016-03-23
7   changes:
8     - Make sure that v8 flags are passed properly through the `respawn` event
9 v2.1.0:
10   date: 2015-05-20
11   changes:
12     - Use rechoir to autoload modules.
13 v2.0.3:
14   date: 2015-03-31
15   changes:
16     - Internal bugfix, don't wrap callback error in another error, idiot.
17 v2.0.2:
18   date: 2015-02-24
19   changes:
20     - Support process.env.NODE_PATH when resolving module.
21 v2.0.1:
22   date: 2015-02-01
23   changes:
24     - Find modulePath correctly when devving against yourself.
25 v2.0.0:
26   date: 2015-01-15
27   changes:
28     - Rename `nodeFlags` to `v8Flags` and make it async.
29 v1.0.4:
30   date: 2015-01-04
31   changes:
32     - Detect config extension using basename, not full path.
33 v1.0.0:
34   date: 2014-12-16
35   changes:
36     - Update dependencies
37 v0.13.6:
38   date: 2014-11-07
39   changes:
40     - Don't include artwork on npm.
41 v0.13.5:
42   date: 2014-10-10
43   changes:
44     - Only attempt to resolve the real path of configFile if it is actually a symlink.
45 v0.13.4:
46   date: 2014-10-07
47   changes:
48     - Set configBase to the directory of the symlink, not the directory of its real location.
49 v0.13.3:
50   date: 2014-10-06
51   changes:
52     - Return the real location of symlinked config files.
53 v0.13.2:
54   date: 2014-09-12
55   changes:
56     - Include flags in respawn event. I really miss `npm publish --force`.
57 v0.13.1:
58   date: 2014-09-12
59   changes:
60     - Slight performance tweak.
61 v0.13.0:
62   date: 2014-09-12
63   changes:
64     - Support passing flags to node with `nodeFlags` option.
65 v0.12.1:
66   date: 2014-06-27
67   changes:
68     - Support preloading modules for compound extensions like `.coffee.md`.
69 v0.12.0:
70   date: 2014-06-27
71   changes:
72     - Respect order of extensions when searching for config.
73     - Rename `configNameRegex` environment property to `configNameSearch`.
74 v0.11.3:
75   date: 2014-06-09
76   changes:
77     - Make cwd match configBase if cwd isn't explictly provided
78 v0.11.2:
79   date: 2014-06-04
80   changes:
81     - Regression fix: coerce preloads into array before attempting to push more
82 v0.11.1:
83   date: 2014-06-02
84   changes:
85     - Update dependencies.
86 v0.11.0:
87   date: 2014-05-27
88   changes:
89     - Refactor and remove options parsing.
90 v0.10.0:
91   date: 2014-05-06
92   changes:
93     - Remove `addExtension` in favor of `extension` option.
94     - Support preloading modules based on extension.
95 v0.9.7:
96   date: 2014-04-28
97   changes:
98     - Locate local module in cwd even if config isn't present.
99 v0.9.6:
100   date: 2014-04-02
101   changes:
102     - Fix regression where external modules are not properly required.
103     - Ignore configPathFlag / cwdFlag if the value isn't a string
104 v0.9.3:
105   date: 2014-02-28
106   changes:
107     - Fix regression where developing against self doesn't correctly set cwd.
108 v0.9.0:
109   date: 2014-02-28
110   changes:
111     - Use liftoff instance as context (`this`) for launch callback.
112     - Support split --cwd and --configfile locations.
113     - Rename `configLocationFlag` to `configPathFlag`
114     - Support node 0.8+
115 v0.8.7:
116   date: 2014-02-24
117   changes:
118     - Pass environment as first argument to `launch`.
119 v0.8.5:
120   date: 2014-02-19
121   changes:
122     - Implement `addExtensions` option.
123     - Default to `index.js` if `modulePackage` has no `main` property.
124 v0.8.4:
125   date: 2014-02-05
126   changes:
127     - Initial public release.