-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version 0.0.7 #16
base: master
Are you sure you want to change the base?
Version 0.0.7 #16
Commits on Nov 22, 2018
-
added support for packing value series when they are supplied as arra…
…ys within the values array
Configuration menu - View commit details
-
Copy full SHA for 8de80d2 - Browse repository at this point
Copy the full SHA 8de80d2View commit details
Commits on Dec 12, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 958e6e0 - Browse repository at this point
Copy the full SHA 958e6e0View commit details
Commits on Apr 4, 2019
-
fixed regex pattern for format string parsing, it broke during code s…
…tyle update $12383e67
Configuration menu - View commit details
-
Copy full SHA for cbc5740 - Browse repository at this point
Copy the full SHA cbc5740View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f16680 - Browse repository at this point
Copy the full SHA 4f16680View commit details
Commits on Mar 8, 2020
-
unpack: return result even if passed data is not enough to satisfy th…
…e format string. This unfortunately hides the error but is necessary if we want to be "flexible" with the data we unpack. If the format string is longer than the supplied data it will return as much unpacked fields as it can before it runs out of data.
Configuration menu - View commit details
-
Copy full SHA for eb272e5 - Browse repository at this point
Copy the full SHA eb272e5View commit details
Commits on Aug 14, 2020
-
Configuration menu - View commit details
-
Copy full SHA for febd142 - Browse repository at this point
Copy the full SHA febd142View commit details
Commits on Oct 24, 2020
-
jspack: Removed the previously added default to not complain about un…
…packing formats with less data than required. If this is needed a 3rd argument has to be supplied to Unpack(). Added tests to validate that functionality for Unpack and Pack. Other changes - updated dependencies - added eslint with standard config only as placeholder for now
Configuration menu - View commit details
-
Copy full SHA for 238d412 - Browse repository at this point
Copy the full SHA 238d412View commit details