Releases: angeloashmore/ics-js
Releases · angeloashmore/ics-js
v0.8.2
- Conform to Airbnb JavaScript Style Guide
- Change main dir to
src
v0.8.1
- Add property unit tests
v0.8.0
- Add properties to a
Property
instance Component#addProp(name, value)
changed toComponent#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.
v0.7.0
- Simpler
Component
creation - Add properties with
Component#addProp(name, value)
- Additional transformative properties