Skip to content

v0.5.0: Remove special case for Time and DateTime attribute types

Compare
Choose a tag to compare
@dstengele dstengele released this 05 May 09:12
· 14 commits to master since this release
ec8eb32

To fix #6, this release removes the special handling of Date and DateTime attribute types. Until now, these were supposed to be parsed into Date or DateTime objects respectively, but this was problematic as Insight uses Jira's Date format for the API instead of a standard format. Until this can be worked around, the library will simply return the date as a string, so the user can parse that as needed.