Commit Graph

16 Commits

Author SHA1 Message Date
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