This repository has been archived by the owner on Sep 18, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
/
CHANGELOG
118 lines (74 loc) · 2.23 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
1.0.3
-----
release: 21 Feb 2012
- fix "publish-local" to work with scala-build-specific jars (like "foo_2.9.1")
1.0.2
-----
release: 27 Jan 2012
- use SBT_PROXY_PUBLISH for publishing to a proxy repo
1.0.1
-----
release: 27 Jan 2012
- allow publishing to an artifactory repo
1.0.0
-----
release: 24 Sep 2011
- dont validate config files by default; make it a setting in the project
file to turn on
- expose a way to narrow the set of config files to validate
- allow publish-to-github's remote repo to be overridden
0.12.12
-------
release: 24 Aug 2011
- fix bug in ProjectDependencies
0.12.11
-------
release: 24 Aug 2011
- fix bug in PublishLocalWithMavenStyleBasePattern
0.12.10
-------
- test-project tests relevant parent projects, and ensures the project is actually testable
- added a phase to validate config files during packaging
0.12.7
------
release: 24 may 2011
- fixed ivyRepositories in DefaultRepos to honor a proxy repo
0.12.6
------
release: 10 may 2011
- moved generate-ensime into a trait: EnsimeGenerator.
0.12.5
------
release: 10 May 2011
- added a generate-ensime task to StandardProject which will generate a .ensime file for your project.
0.12.4
------
release: 9 May 2011
- Added branch name and last few commit summaries to `build.properties`.
0.12.3
------
release: 5 May 2011
- Source and javadocs are published by default now.
- Fixed the run classpath to include scala jars.
- Files in `doc/` will be copied over into the generated site. Any markdown files found in either
`doc/` or `site/` will be compiled into HTML.
0.11.16
-------
release: 20 Apr 2011
- added a PublishThrift trait to publish everything in src/main/thrift
with a qualifier of -thrift
0.11.14
-------
release: 15 Apr 2011
- build-site supports subprojects/parent projects
0.11.13
-------
release: 14 apr 2011
- Updated README to more thoroughly document all our base classes, traits, and general usage
- Made StandardProjectPlugin extend from StandardProject to pull in all the niceness StandardProject provides
0.11.12
-------
release: 14 apr 2011
- don't automatically do "sbt idea" ever
- don't try to generate API documentation for thrift-generated code
- pretter generated site, and anything in site/ will now get copied over