Skip to content
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

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Commits on Nov 22, 2018

  1. added support for packing value series when they are supplied as arra…

    …ys within the values array
    AndreasAntener committed Nov 22, 2018
    Configuration menu
    Copy the full SHA
    8de80d2 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2018

  1. Configuration menu
    Copy the full SHA
    958e6e0 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2019

  1. Configuration menu
    Copy the full SHA
    cbc5740 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f16680 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2020

  1. 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.
    AndreasAntener committed Mar 8, 2020
    Configuration menu
    Copy the full SHA
    eb272e5 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2020

  1. Configuration menu
    Copy the full SHA
    febd142 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2020

  1. 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
    AndreasAntener committed Oct 24, 2020
    Configuration menu
    Copy the full SHA
    238d412 View commit details
    Browse the repository at this point in the history