What's Changed
- Add payload validation to register reader by @glopesdev in #8
- Add unit tests for io module by @glopesdev in #9
- Add support for non-timestamped payloads by @glopesdev in #10
- Add support for keeping message type by @glopesdev in #11
- Allow creating datetime index from reference epoch by @glopesdev in #12
- Refactor modules for type checking by @glopesdev in #13
- Read common register schema using importlib by @glopesdev in #14
- Add unit tests for reader module by @glopesdev in #15
- Add support to infer register data file path by @glopesdev in #16
- Add support for passing optional parameters to register reader by @glopesdev in #17
- Allow setting default params when creating device reader by @glopesdev in #18
- Change column names to match schema casing by @glopesdev in #19
- Surface public API through top-level package by @glopesdev in #20
Full Changelog: v0.1.0...v0.2.0