summaryrefslogblamecommitdiff
path: root/notes/1.0.1.markdown
blob: dfe49056a21a01eee1a83b3e15fa0cc1a6a40c30 (plain) (tree)
1
2
3
4
5
6





                                                                                       
- Upgraded to Scala 2.9.1 and parboiled 1.0.2
- Improved (de)serialization of optional case class members (may now be missing)
- Added `NullOptions` trait for enforcing the serialization of `None` members as `null`
- Improved compile time error messages with `@implicitNotFound` annotations
- Improved documentation
- Smaller fixes and additions