-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathCHANGELOG
More file actions
39 lines (39 loc) · 1012 Bytes
/
CHANGELOG
File metadata and controls
39 lines (39 loc) · 1012 Bytes
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
v0.6.0:
date: 2016-07-21
changes:
- Improved Windows support
- Improved node 4 support
v0.5.2:
date: 2015-04-13
changes:
- Improved HTTP error handling
- Test improvements
v0.5.1:
date: 2014-09-21
changes:
- Added more tests
v0.5.0:
date: 2014-08-22
changes:
- Corrected exit codes on errors. Pull #12. Freight will now exit with status code '1' if
the Freight request fails.
v0.4.0:
date: 2014-07-22
changes:
- 'freight track REPO BRANCH_NAME' is now 'freight track REPO --track-branch=BRANCH_NAME'.
- Added 'freight track [--track-directory=PATH_TO_PACKAGE_JSON_FILES], allows to track repositories
that have 'package.json' and 'bower.json' in subdirectories.
v0.3.1:
date: 2014-07-06
changes:
- Adds support for NODE_ENV=production
v0.3.0:
date: 2014-06-22
changes:
- Adds repository tracking with `freight track`.
- Removed `-p` password flag.
- Added more docs.
v0.1.0:
date: 2014-05-19
changes:
- Initial release.