Skip to content

Releases: angeloashmore/ics-js

v0.8.2

01 Aug 09:19
Compare
Choose a tag to compare
  • Conform to Airbnb JavaScript Style Guide
  • Change main dir to src

v0.8.1

01 Aug 08:03
Compare
Choose a tag to compare
  • Add property unit tests

v0.8.0

01 Aug 08:02
Compare
Choose a tag to compare
  • 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.

v0.7.0

01 Aug 04:21
Compare
Choose a tag to compare
  • Simpler Component creation
  • Add properties with Component#addProp(name, value)
  • Additional transformative properties