-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathCHANGELOG
34 lines (25 loc) · 959 Bytes
/
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
Version 0.6.1 (2012-11-02)
--------------------------
- Fixed #5: In sbt-twirl don't depend on akka-actor transitively through scala-io-file
Version 0.6.0 (2012-10-15)
--------------------------
- Support for Scala 2.10.0-RC1
- Changed group-id to "io.spray"
- Upgrade dependencies
- Twirl-api now fetched from "http://repo.spray.io"
Version 0.5.4 (2012-03-27)
--------------------------
- SBT 0.12.0 support
- Released to sbt community repository (so no extra resolver is required anymore)
Version 0.5.2 (2012-03-14)
--------------------------
- Improved logging to only show info level message on actual template recompilation
Version 0.5.1 (2012-02-16)
--------------------------
- Added support for specification of custom twirl source codec (default: UTF-8)
- Fixed incorrect dependency on twirl-api SNAPSHOT
- Upgraded to scala-io 0.3.0
- Smaller cosmetic improvements
Version 0.5.0 (2012-02-09)
--------------------------
first public release