Releases: PruvoNet/cronicle-client
Releases · PruvoNet/cronicle-client
v1.0.1
diff
Fixed
- removed option to set api version as new version will require a new class with different types anyways...
v1.0.0
diff
Removed
- removed option to set api version as new version will require a new class with different types anyways...
v0.2.0
diff
Added
- allow unique id enforcement on event creation
- Error handling docs
Fixed
- Changed some interfaces names to more suitable ones
- Changed error class name to a more suitable one
v0.1.0
diff
Fixed
- Reduced
request-promise
min version
- Finished documentation
- Finished unit tests
Added
- More strict typings for the timing object
- Helper methods to easily reference plugin names
v0.0.3
diff
Fixed
- Move timing utils to separate module so we can easily extend its features in the future
v0.0.2
diff
Fixed
- Removed redundant source map files from published package
- Re export all typings in
index.d.ts
to prevent users from needing to import typings from internal files