shamblett / cbor

A CBOR implementation for Dart
MIT License
36 stars 15 forks source link

(issue28) Various improvements #31

Closed nicbn closed 2 years ago

nicbn commented 2 years ago

Tags are now named, which allows to add named parameters in backwards compatible way.

Date time will now properly handle time zones and has a time zone parameter.

Formatting for date time will now try to be as concise as possible, removing decimal places from the fraction.

Tests have been added for date time formatting.

RawSink now extends byte conversion sink, which may make it more efficient in some use cases.