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

Creating scripts encode, decode + tests #1

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

Creating scripts encode, decode + tests #1

wants to merge 45 commits into from

Commits on Dec 19, 2019

  1. Configuration menu
    Copy the full SHA
    7bbf061 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4cff19 View commit details
    Browse the repository at this point in the history
  3. selecting modes (simple_string=1, delta_string=2)

    bukina.e committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    4f65c1c View commit details
    Browse the repository at this point in the history
  4. add parameter baseInt ( works "Strings with base of numbers"

    )
    bukina.e committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    c4fdc6a View commit details
    Browse the repository at this point in the history
  5. add function for Delta strings with x-ranges

    bukina.e committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    c1eebf3 View commit details
    Browse the repository at this point in the history
  6. fix parameter intBase in decode.js

    bukina.e committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    481acd3 View commit details
    Browse the repository at this point in the history
  7. fix files with eslint

    bukina.e committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    1987410 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2019

  1. encode to class

    bukina.e committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    504ce26 View commit details
    Browse the repository at this point in the history
  2. fix encode to class

    bukina.e committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    db3fb19 View commit details
    Browse the repository at this point in the history
  3. decode to class

    bukina.e committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    77cf8c3 View commit details
    Browse the repository at this point in the history
  4. add methods with underscore (private methods)

    bukina.e committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    91f6ac4 View commit details
    Browse the repository at this point in the history
  5. add methods with underscore (private methods)

    bukina.e committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    8b39ce1 View commit details
    Browse the repository at this point in the history
  6. fix decode

    bukina.e committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    6125e72 View commit details
    Browse the repository at this point in the history
  7. install dependencies: eslint, mocha

    bukina.e committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    5dbf301 View commit details
    Browse the repository at this point in the history
  8. module exports class

    bukina.e committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    6794ce1 View commit details
    Browse the repository at this point in the history
  9. module exports Encode

    bukina.e committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    238721d View commit details
    Browse the repository at this point in the history
  10. add test for encode

    bukina.e committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    87bea10 View commit details
    Browse the repository at this point in the history
  11. fix index.js

    bukina.e committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    b8b8abd View commit details
    Browse the repository at this point in the history
  12. rules for linter

    bukina.e committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    423bc08 View commit details
    Browse the repository at this point in the history
  13. fix by eslint

    bukina.e committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    aac5fd9 View commit details
    Browse the repository at this point in the history
  14. rules by eslint

    bukina.e committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    75fa8d0 View commit details
    Browse the repository at this point in the history
  15. fix by eslint

    bukina.e committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    2592262 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    6626a06 View commit details
    Browse the repository at this point in the history
  17. work with Strings with base of numbers

    bukina.e committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    66b2d34 View commit details
    Browse the repository at this point in the history
  18. checking maxLength

    bukina.e committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    d5d801c View commit details
    Browse the repository at this point in the history
  19. readme v1.0

    bukina.e committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    72076a0 View commit details
    Browse the repository at this point in the history
  20. create functions encode, decode for interface

    bukina.e committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    fe2b70e View commit details
    Browse the repository at this point in the history
  21. update version

    bukina.e committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    9bf5e87 View commit details
    Browse the repository at this point in the history
  22. readme v.1.0.1

    bukina.e committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    8526506 View commit details
    Browse the repository at this point in the history
  23. fix readme

    bukina.e committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    45b4c06 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2019

  1. fix readme.md

    поправил ошибку
    remort authored Dec 23, 2019
    Configuration menu
    Copy the full SHA
    4a717bb View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2019

  1. change eslint's environment

    bukina.e committed Dec 24, 2019
    Configuration menu
    Copy the full SHA
    742c27c View commit details
    Browse the repository at this point in the history
  2. error processing

    bukina.e committed Dec 24, 2019
    Configuration menu
    Copy the full SHA
    f67a73d View commit details
    Browse the repository at this point in the history
  3. add keywords, license and fix scripts

    bukina.e committed Dec 24, 2019
    Configuration menu
    Copy the full SHA
    675d09b View commit details
    Browse the repository at this point in the history
  4. change type error

    bukina.e committed Dec 24, 2019
    Configuration menu
    Copy the full SHA
    dfb596d View commit details
    Browse the repository at this point in the history
  5. fix work encoder

    bukina.e committed Dec 24, 2019
    Configuration menu
    Copy the full SHA
    71f950c View commit details
    Browse the repository at this point in the history
  6. fix index.js

    bukina.e committed Dec 24, 2019
    Configuration menu
    Copy the full SHA
    8126534 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a4ee130 View commit details
    Browse the repository at this point in the history
  8. fix sorting

    bukina.e committed Dec 24, 2019
    Configuration menu
    Copy the full SHA
    cf8feb4 View commit details
    Browse the repository at this point in the history
  9. fix jsdoc

    bukina.e committed Dec 24, 2019
    Configuration menu
    Copy the full SHA
    925614a View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2019

  1. fix sort

    bukina.e committed Dec 25, 2019
    Configuration menu
    Copy the full SHA
    e8a5c6f View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2019

  1. add constants in separate file constants/index.js

    bukina.e committed Dec 27, 2019
    Configuration menu
    Copy the full SHA
    1120b91 View commit details
    Browse the repository at this point in the history
  2. exchange static methods to private methods

    bukina.e committed Dec 27, 2019
    Configuration menu
    Copy the full SHA
    f09f545 View commit details
    Browse the repository at this point in the history
  3. docs in readme

    bukina.e committed Dec 27, 2019
    Configuration menu
    Copy the full SHA
    9545c80 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2019

  1. Update module exports, JSDoc and README.md

    Nikita Korshunov committed Dec 28, 2019
    Configuration menu
    Copy the full SHA
    de8a082 View commit details
    Browse the repository at this point in the history