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

BREAKING CHANGE: rewrite the package using Typescript #144

Closed
wants to merge 134 commits into from

Commits on Oct 6, 2020

  1. Configuration menu
    Copy the full SHA
    0f1f432 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c34d51 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2020

  1. Configuration menu
    Copy the full SHA
    57f099d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51f83d1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1470899 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d6a8d78 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    56b7388 View commit details
    Browse the repository at this point in the history
  6. chore: update readme

    JoaoPedroAS51 committed Oct 10, 2020
    Configuration menu
    Copy the full SHA
    30802c4 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2020

  1. Configuration menu
    Copy the full SHA
    6056dc3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d00f593 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2020

  1. Configuration menu
    Copy the full SHA
    b85b4d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6b0be0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d02326 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    794a1a8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    98b284a View commit details
    Browse the repository at this point in the history
  6. chore: add .prettierrc

    JoaoPedroAS51 committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    da58cd1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    eb1d87b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1f984d1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bd514e2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3556a03 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    bbf5b42 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    045d777 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e2db58b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b1d52f8 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    69fe642 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    fcf5f68 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    4a16fce View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    c9cfc21 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    0d0b85a View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    818c22d View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2020

  1. Configuration menu
    Copy the full SHA
    3c8c060 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17bfa94 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    02ad591 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2c581b7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7bc1c59 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a79b095 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    472ff17 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    944c0a9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1aa8722 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b7a61df View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c4a3b45 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2020

  1. Configuration menu
    Copy the full SHA
    8547f53 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bda5ff1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d360e53 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2020

  1. Configuration menu
    Copy the full SHA
    bf769f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1fc4b9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b76c229 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e77a137 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2020

  1. Configuration menu
    Copy the full SHA
    b3e4ea1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    145996f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f22e1ca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0c956ab View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eac3543 View commit details
    Browse the repository at this point in the history
  6. fix: select param type

    JoaoPedroAS51 committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    e05968a View commit details
    Browse the repository at this point in the history
  7. test: fix builder test

    JoaoPedroAS51 committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    a520df4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0848e32 View commit details
    Browse the repository at this point in the history
  9. test(setup): fix typo

    JoaoPedroAS51 committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    1093804 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2020

  1. Configuration menu
    Copy the full SHA
    bd6e342 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad3f881 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3a7f9a5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2d4db7b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7b7cce1 View commit details
    Browse the repository at this point in the history
  6. test(model): fix models

    JoaoPedroAS51 committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    88058a1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    eb39a97 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5a58cd8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d3e6b0f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    38d5502 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    77c3a57 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2a0adfb View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b2eabde View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    3e6cf18 View commit details
    Browse the repository at this point in the history
  15. test(model): fix tests

    JoaoPedroAS51 committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    0125720 View commit details
    Browse the repository at this point in the history
  16. Merge branch 'feat/instance-nested-objects' into feat/typescript

    # Conflicts:
    #	src/Model.js
    #	tests/dummy/data/post.js
    #	tests/dummy/models/Post.js
    #	tests/model.test.ts
    JoaoPedroAS51 committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    e722cd4 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    2641a30 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    99e78ee View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    2debd86 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    28a08df View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    0fcd05f View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    e244bf4 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    fd1345c View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    8544b61 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    067e59d View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    9fe5bdd View commit details
    Browse the repository at this point in the history
  27. test(model): fix tests

    JoaoPedroAS51 committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    eb07e7d View commit details
    Browse the repository at this point in the history
  28. test(model): fix tests

    JoaoPedroAS51 committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    f955e9b View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    c8b7f1a View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    db9ecaf View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    8bfffff View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    6333600 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    654aea3 View commit details
    Browse the repository at this point in the history
  34. Merge branch 'dev' into feat/typescript

    # Conflicts:
    #	package.json
    JoaoPedroAS51 committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    7db5bf6 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    0a283e7 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    49a8929 View commit details
    Browse the repository at this point in the history
  37. fix(utils): fix getProp

    JoaoPedroAS51 committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    c63f9d6 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    be733e3 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    484322e View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    0b8dddc View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    8799d47 View commit details
    Browse the repository at this point in the history
  42. test(utils): fix typo

    JoaoPedroAS51 committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    068542f View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    7b57585 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    f358fc6 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    0003baa View commit details
    Browse the repository at this point in the history
  46. fix: lint

    JoaoPedroAS51 committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    235d942 View commit details
    Browse the repository at this point in the history
  47. Merge branch 'dev' into feat/typescript

    # Conflicts:
    #	package.json
    JoaoPedroAS51 committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    29a58db View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    eefb969 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    9b3e357 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    f511e8c View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    d4feb05 View commit details
    Browse the repository at this point in the history
  52. Merge branch 'dev' into feat/typescript

    # Conflicts:
    #	package.json
    JoaoPedroAS51 committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    4f848b8 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    1e3d40b View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    072587e View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    71df802 View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    1120dcd View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2020

  1. Configuration menu
    Copy the full SHA
    08284e6 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'dev' into feat/typescript

    # Conflicts:
    #	src/Model.js
    #	tests/dummy/data/post.js
    #	tests/dummy/data/postEmbed.ts
    #	tests/dummy/data/postsEmbed.js
    #	tests/dummy/models/Post.js
    #	tests/model.test.ts
    #	yarn.lock
    JoaoPedroAS51 committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    f27741b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e2c3da1 View commit details
    Browse the repository at this point in the history
  4. fix: lint

    JoaoPedroAS51 committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    310f963 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9451f98 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2020

  1. Merge branch 'dev' into feat/typescript

    # Conflicts:
    #	README.md
    JoaoPedroAS51 committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    f034d3f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f9bad1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3c4ebf6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6fda815 View commit details
    Browse the repository at this point in the history
  5. feat(model): simplify static methods of Model class

    This commit remove conditional types feature from static methods. Due to limitations in typescript Generic Classes, this change was needed in order to fix compilation of declaration files.
    JoaoPedroAS51 committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    3f2bd8d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dfe5556 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2020

  1. Configuration menu
    Copy the full SHA
    ff4a4a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a17649d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f8b287 View commit details
    Browse the repository at this point in the history
  4. test(model): fix types

    JoaoPedroAS51 committed Oct 24, 2020
    Configuration menu
    Copy the full SHA
    8e0b3a4 View commit details
    Browse the repository at this point in the history
  5. chore: fix types file

    JoaoPedroAS51 committed Oct 24, 2020
    Configuration menu
    Copy the full SHA
    42cb662 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6b6e2cd View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2020

  1. Merge branch 'dev' into feat/typescript

    # Conflicts:
    #	src/utils.js
    JoaoPedroAS51 committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    b77dd59 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48ab0da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1dca437 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    94f3cc9 View commit details
    Browse the repository at this point in the history