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

Replace BinaryFormatter with BinaryWriter #51

Merged
merged 39 commits into from
Apr 4, 2023
Merged

Replace BinaryFormatter with BinaryWriter #51

merged 39 commits into from
Apr 4, 2023

Commits on Dec 23, 2022

  1. Configuration menu
    Copy the full SHA
    d6f4232 View commit details
    Browse the repository at this point in the history
  2. feat: new simple constructor

    phnx47 committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    2eed946 View commit details
    Browse the repository at this point in the history
  3. test: cleanup

    phnx47 committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    058c927 View commit details
    Browse the repository at this point in the history
  4. docs: update readme

    phnx47 committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    29fdf49 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2022

  1. test: nowarn - CS0618

    phnx47 committed Dec 31, 2022
    Configuration menu
    Copy the full SHA
    91696ed View commit details
    Browse the repository at this point in the history
  2. test: update benchmarks runner

    phnx47 committed Dec 31, 2022
    Configuration menu
    Copy the full SHA
    c22ee9b View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

  1. refactor: cleanup create

    phnx47 committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    b5011b2 View commit details
    Browse the repository at this point in the history
  2. feat: support (s)byte type

    phnx47 committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    776723b View commit details
    Browse the repository at this point in the history
  3. test: cleanup array tests

    phnx47 committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    958697d View commit details
    Browse the repository at this point in the history
  4. test: cleanup bool tests

    phnx47 committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    ba52ac2 View commit details
    Browse the repository at this point in the history
  5. test: cleanup extensions tests

    phnx47 committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    06bd337 View commit details
    Browse the repository at this point in the history
  6. test: rename vars

    phnx47 committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    3c91202 View commit details
    Browse the repository at this point in the history
  7. test: cleanup string tests

    phnx47 committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    209c8ee View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4b71a1a View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2023

  1. feat: support byte[] type

    phnx47 committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    07a5c32 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e1c958 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2023

  1. Configuration menu
    Copy the full SHA
    4038b03 View commit details
    Browse the repository at this point in the history
  2. feat: support char type

    phnx47 committed Mar 26, 2023
    Configuration menu
    Copy the full SHA
    3f6ad14 View commit details
    Browse the repository at this point in the history
  3. style: update .editorconfig

    phnx47 committed Mar 26, 2023
    Configuration menu
    Copy the full SHA
    9e6d386 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. test: add double tests

    phnx47 committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    f74b918 View commit details
    Browse the repository at this point in the history
  2. feat: support decimal type

    phnx47 committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    d2b32d5 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. feat: support (u)short type

    phnx47 committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    0e4b56a View commit details
    Browse the repository at this point in the history
  2. test: clean props naming

    phnx47 committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    730ee05 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. feat: support (u)int type

    phnx47 committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    0274ed0 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. feat: support (u)long type

    phnx47 committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    f924110 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2023

  1. feat: support float type

    phnx47 committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    7c19bd1 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2023

  1. test: rename model

    phnx47 committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    6f10a96 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f55f19a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    770faaa View commit details
    Browse the repository at this point in the history
  4. test: create TypeTests folder

    phnx47 committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    4ed8290 View commit details
    Browse the repository at this point in the history
  5. test: add Half type check

    phnx47 committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    5608415 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5a775ee View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. Configuration menu
    Copy the full SHA
    7b3b100 View commit details
    Browse the repository at this point in the history
  2. test: rename folder

    phnx47 committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    a6794de View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f40eff8 View commit details
    Browse the repository at this point in the history
  4. chore: change ex msg

    phnx47 committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    5246320 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4e91e2a View commit details
    Browse the repository at this point in the history
  6. test: check extensions

    phnx47 committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    1235560 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. docs: update benchmarks

    phnx47 committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    33d2d01 View commit details
    Browse the repository at this point in the history