-
v0.8.5
v0.8.5 Implement additional RFC requirements: * Line wrapping lines > 75 characters * Line separator should be `\r\n` (was `\n`) Also fixes the following regression: * `Component#addProp` made a property's `skipTransformer` property inaccessible. It is now available as an argument to `Component#addProp`.
-
v0.8.4
v0.8.4 * Add support for time-less dates When a property that transforms Dates is set with `VALUE=DATE`, the time is not included when generating the ICS data.
-
v0.8.2
v0.8.2 * Conform to Airbnb JavaScript Style Guide * Change main dir to `src`
-
v0.8.0
v0.8.0 * Add properties to a `Property` instance * `Component#addProp(name, value)` changed to `Component#addProp(name, value, props)` `props` accepts an object with key, value pairs. The object is transformed to a string separated by semicolons according to spec.