Havoc Pennington
82e1b25f62
Label release 1.3.1 in NEWS.md
2016-09-24 08:47:34 -04:00
Havoc Pennington
f6680a5dad
Update NEWS.md with stuff since 1.3.0, for a TBD release
2016-09-02 09:50:44 -04:00
Havoc Pennington
b0ae5cac20
Update news/readme for 1.3.0
2015-05-08 11:44:34 -04:00
Havoc Pennington
df6ec1830b
NEWS for 1.3.0-M3
2015-04-21 20:44:56 -04:00
Havoc Pennington
3d6401ce77
Update NEWS for 1.3.0-M2
2015-04-01 21:55:58 -04:00
Havoc Pennington
269ce0cfce
Release notes for 1.3.0-M1
2015-03-06 23:51:40 -05:00
Havoc Pennington
47697639f4
add 1.2.1 to NEWS
2014-05-02 10:49:31 -04:00
Havoc Pennington
2ff0e15cd4
1.2.0 in NEWS and README
2014-01-15 09:59:24 -05:00
Havoc Pennington
6eb8176d92
Add 1.1.0-4dd6c85cab1ef1a4415abb74704d60e57497b7b8 to NEWS
2014-01-08 11:02:51 -05:00
Havoc Pennington
f09acc5d68
Snapshot release NEWS for 1.1.0-9f31d6308e7ebbc3d7904b64ebb9f61f7e22a968
2014-01-06 15:29:44 -05:00
Havoc Pennington
a8fdca3589
1.0.2 NEWS and README changes
2013-07-03 09:12:06 -04:00
Havoc Pennington
6303917eaa
v1.0.1
2013-05-19 20:40:30 -04:00
Havoc Pennington
3c6007547e
v1.0.0
2012-10-15 09:01:57 -04:00
Havoc Pennington
c6a068888c
v0.6.0 publish
2012-10-10 14:08:31 -04:00
Havoc Pennington
46386e818f
0.5.2
2012-09-06 09:27:01 -04:00
Havoc Pennington
796493cfcd
Explain 0.3.1 release in NEWS.md
2012-08-06 19:13:17 -04:00
Havoc Pennington
10f7588452
fix markdown indentation in NEWS
2012-07-05 11:10:29 -04:00
Havoc Pennington
d400f5bc01
0.5.0 release
2012-07-05 11:01:00 -04:00
Havoc Pennington
bd820702e6
add withValue method to Config and ConfigObject
...
This makes it easier to build up a config in code.
2012-07-04 11:56:50 -04:00
Havoc Pennington
e1d5bc7506
Implement triple-quoted multiline strings
...
Details are in the spec/news/readme changes in the patch.
2012-06-18 23:01:43 -04:00
Havoc Pennington
9bbb7d7ac4
v0.4.1
2012-05-22 17:26:12 -04:00
Havoc Pennington
9a2e9a8bde
add some notes about features that aren't in Play/Akka 2.0
2012-04-13 10:37:02 -04:00
Havoc Pennington
2e5b1eaa1b
fix formatting of prior NEWS change
2012-04-13 11:27:11 -03:00
Havoc Pennington
c8632d9458
note the moved publish location in NEWS
2012-04-13 10:26:15 -04:00
Havoc Pennington
b88fd55f86
another NEWS tweak
2012-04-12 21:45:43 -04:00
Havoc Pennington
5093213c12
NEWS.md updates
2012-04-12 21:38:34 -04:00
Havoc Pennington
388d85fb5d
Serialization-pocalypse: change serialization format
...
The previous use of Java's default serialization dumped
all implementation-detail class names and fields into the serialization,
making it basically impossible to improve the implementation.
Two strategies here:
- prohibit serialization of unresolved configs, which are
the location of a lot of implementation detail
- delegate all serialization to an Externalizable
SerializedConfigValue class, which serializes
using fields that have lengths. Unknown fields
can thus be skipped and we can write code to
support obsolete fields, and so on.
As a side effect, this makes the serialization far more compact
because we don't need the Java per-class header noise, and we
jump through some hoops to avoid writing out duplicate ConfigOrigin
information. It still isn't super-compact compared to something
like protobuf but it's a lot less insane.
2012-04-12 13:04:14 -04:00
Havoc Pennington
2dc420ccf0
If include statements from a cycle, throw a nicer error
2012-04-09 19:18:46 -04:00
Havoc Pennington
36f4e2e61a
write release notes for 0.NEXT
2012-04-09 12:49:38 -04:00
Havoc Pennington
08229c85b3
update NEWS for 0.3.0
2012-03-01 14:07:02 -05:00