Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
readme.md | 2014-05-31 | 879 Bytes |
|
biweekly-0.3.3.jar | 2014-05-31 | 355.9 kB | |
biweekly-0.3.3-sources.jar | 2014-05-31 | 360.7 kB | |
biweekly-0.3.3-with-deps.zip | 2014-05-31 | 504.7 kB | |
biweekly-0.3.3-javadoc.jar | 2014-05-31 | 2.7 MB | |
Totals: 5 Items | 3.9 MB | 0 |
Version 0.3.3 Changelog
- Added a streaming API for xCals (
XCalReader
,XCalWriter
). - Fixed a bug where
<unknown>
property values in xCal documents weren't being parsed correctly. - Removed a regular expression used in parsing code to improve performance.
- Renamed all "marshaller" classes to "scribes" (e.g. renamed "DescriptionMarshaller" to "DescriptionScribe"). Also moved the marshaller classes from "biweekly.(property/component).marshaller" to "biweekly.io.scribe.(property/component)".
- Writer classes now check to make sure a scribe class exists for each property before writing anything to the output stream.
- Improved unit test coverage.
- Upgraded jackson dependency from version 2.1.3 to 2.3.3.
Maven
<dependency>
<groupId>net.sf.biweekly</groupId>
<artifactId>biweekly</artifactId>
<version>0.3.3</version>
</dependency>