Version 2.3.0
Release notes:
- Added support for
xs:duration
as well asxs:gYear
,xs:gYearMonth
,xs:gMonthDay
,xs:gMonth
,xs:gDay
(#73, #82, #94, #91, #82). - Fixed
bower.json
(#85).bower.json
is not generated during build. - Fixed issues.
Backwards compatibility:
- The timezone sign was changed (#82). For instance,
+05:00
will be represented astimezone: 300
. This is not backwards-compatible, therefore the version bump.
Many thanks to Thomas Grabietz (@duschata) for his contribution.
Thomas is largely responsible for implementing xs:g*
-Types support in this release.