-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
59 lines (47 loc) · 1.6 KB
/
CHANGELOG
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
v0.7.0 - July 2021
formula features
* new rule types zero x many (useful for generated files)
* path-search (search path specified in config)
new builtin modules
* git
fab client features
* event subscription
* new commands stats, tree, ls, several others
* configuration file
fab commander features
* shows node stats
* switch between filesystem and dependency graph explorers
reconciliation system for applying changes live
* module files
* formula files
* var files
* config files
other
* fabd now supports multiple concurrent clients
* integration test suite added
v0.6.0 - May 2020
The v0.6 release represents a rewrite of most of the functionality of the
project. It is NOT backwards compatible with the v0.5 series. To upgrade, you
will have to replace fabfiles with module.bam files which have an entirely
different syntax.
v0.5.4.0 - July 2018
The v0.5 branch is used to build the master branch. This release is aimed at
making it easier to set up a new environment for building the master branch. In
particular the fab build logic should not rely on modules provided by the
previous version.
* clean up some compile time errors and warnings to permit building with newer
compilers
* add an option to allow specifying directories for resolving invocations with
higher precedence than the builtin directories provided by fab
v0.5.3.0 - May 2016
v0.5.2.0 - March 2015
v0.5.1.0 - February 2015
v0.5.0.0 - February 2015
v0.4.3.3 - December 2014
v0.4.3.0 - January 2014
v0.4.2.3 - November 2013
v0.4.2.2 - November 2013
v0.4.2.1 - August 2013
v0.4.2.0 - July 2013
v0.4.1 - May 2013
v0.4.0 - April 2013