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

feat!: throw error with out of bounds integer values, optionally wrap into DsInt or provide a custom 'integerValue' type cast options #516

Merged
merged 41 commits into from
Nov 14, 2019

Commits on Oct 13, 2019

  1. integerValues decode in entity.Int object, throw error with out of bo…

    …unds integer values instead of truncating, add custom 'integerValue' type cast option
    AVaksman committed Oct 13, 2019
    Configuration menu
    Copy the full SHA
    834d9a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64bd8df View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2019

  1. address minor comments

    AVaksman committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    5206576 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2019

  1. Configuration menu
    Copy the full SHA
    21ade5e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86baea7 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2019

  1. lint-lint

    AVaksman committed Oct 20, 2019
    Configuration menu
    Copy the full SHA
    8938cc3 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2019

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

Commits on Oct 28, 2019

  1. test: remove unused vars

    AVaksman committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    c9f7946 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d24e515 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2019

  1. Configuration menu
    Copy the full SHA
    aab5bac View commit details
    Browse the repository at this point in the history
  2. lint: lint

    AVaksman committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    ba4a314 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2019

  1. docs: add docs

    AVaksman committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    536ac14 View commit details
    Browse the repository at this point in the history
  2. lint: lint

    AVaksman committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    063777e View commit details
    Browse the repository at this point in the history
  3. revert changes in samples

    AVaksman committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    a2eb3e3 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2019

  1. Configuration menu
    Copy the full SHA
    2c9ee4e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4d944e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    de30699 View commit details
    Browse the repository at this point in the history
  4. docs: camel case

    AVaksman committed Nov 4, 2019
    Configuration menu
    Copy the full SHA
    d9d0d80 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bad51b3 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2019

  1. Configuration menu
    Copy the full SHA
    66574dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa2a4ca View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2019

  1. Configuration menu
    Copy the full SHA
    c64b6fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    58d9767 View commit details
    Browse the repository at this point in the history
  3. docs: update docs

    AVaksman committed Nov 6, 2019
    Configuration menu
    Copy the full SHA
    3d4f8ba View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2019

  1. Configuration menu
    Copy the full SHA
    7c366cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f353bdf View commit details
    Browse the repository at this point in the history
  3. lint: lint

    AVaksman committed Nov 7, 2019
    Configuration menu
    Copy the full SHA
    08f6fa3 View commit details
    Browse the repository at this point in the history
  4. jsdoc: minor correction

    AVaksman committed Nov 7, 2019
    Configuration menu
    Copy the full SHA
    96b0043 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2019

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

Commits on Nov 10, 2019

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

Commits on Nov 11, 2019

  1. Configuration menu
    Copy the full SHA
    05968bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e59dd2d View commit details
    Browse the repository at this point in the history
  3. fix: if integerTypeCasFunction is provided API should return call it …

    …by default vs just returning DsInt
    AVaksman committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    832d31b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aeda4f4 View commit details
    Browse the repository at this point in the history
  5. lint: lint

    AVaksman committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    a193365 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2019

  1. Configuration menu
    Copy the full SHA
    6b440f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae1d249 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ecde411 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2019

  1. test: split unit tests

    AVaksman committed Nov 13, 2019
    2 Configuration menu
    Copy the full SHA
    db6fb32 View commit details
    Browse the repository at this point in the history
  2. test: move done after assert

    AVaksman committed Nov 13, 2019
    Configuration menu
    Copy the full SHA
    0d277c1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    87792e6 View commit details
    Browse the repository at this point in the history