Changelog
Version 0.3.0
- Breaking change: the model classes are now implemented as Coconut Data models.
- Added the
CommitStatusandTrackedTimemodels. - Added support for HashLink and JVM testing.
- Replaced the build system based on PowerShell by lix scripts.
Version 0.2.2
- Ported the documentation to docsify.
- Replaced the usage of the
DateToolsprivate class by thetink.Stringlyone. - Updated the package dependencies.
Version 0.2.1
- Fixed the parsing of ISO 8601 dates.
- Added the
DateToolsprivate class. - Added some unit tests.
Version 0.2.0
- Breaking change: changed the signature of the class constructors.
- Breaking change: removed the
fromJson()static methods. - Added the
CommitMeta,issue.StopWatch,repository.RepositoryMetaandrepository.Tagmodels. - Updated the TypeScript type definitions.
Version 0.1.0
- Initial release.