0.1.2
- Implement strongly-typed data points, supporting boolean, 8-bit to 64-bit integers, 32-bit to 64-bit floats
- Implement output using binary or text-based output modes
- Move to a fixed buffer size with no dynamic allocation of memory during the update loop
- Add "delta" mode, which only sends data points if their value has changed
- Add "expiration" times to data points