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.1.0 #46

Merged
merged 80 commits into from
Jan 23, 2023
Merged

version 0.1.0 #46

merged 80 commits into from
Jan 23, 2023

Commits on Jan 23, 2023

  1. add missing readonly modifiers

    gcanti committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    15a1a4a View commit details
    Browse the repository at this point in the history
  2. add Function module

    gcanti committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    3d5aebd View commit details
    Browse the repository at this point in the history
  3. add Ordering module

    gcanti committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    ef066c6 View commit details
    Browse the repository at this point in the history
  4. add Predicate module

    gcanti committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    f418131 View commit details
    Browse the repository at this point in the history
  5. add Boolean module

    gcanti committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    aed9c17 View commit details
    Browse the repository at this point in the history
  6. add Number module

    gcanti committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    723bb40 View commit details
    Browse the repository at this point in the history
  7. add String module

    gcanti committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    864a4c3 View commit details
    Browse the repository at this point in the history
  8. add Identity module

    gcanti committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    c4ed639 View commit details
    Browse the repository at this point in the history
  9. add Equivalence module

    gcanti committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    c80e350 View commit details
    Browse the repository at this point in the history
  10. add Option module

    gcanti committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    2caf47a View commit details
    Browse the repository at this point in the history
  11. add Either module

    gcanti committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    781d23c View commit details
    Browse the repository at this point in the history
  12. add These module

    gcanti committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    4e73d66 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9cbf072 View commit details
    Browse the repository at this point in the history
  14. add ReadonlyArray module

    gcanti committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    ee777eb View commit details
    Browse the repository at this point in the history
  15. chore: remove @category mutations

    gcanti committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    8a579bb View commit details
    Browse the repository at this point in the history
  16. chore: remove @fp-ts/data

    gcanti committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    1d9fbe4 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    e21d82f View commit details
    Browse the repository at this point in the history
  18. chore: remove /test/data

    gcanti committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    0db018e View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    d788966 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    de4f635 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    8165742 View commit details
    Browse the repository at this point in the history
  22. update README

    gcanti committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    76dd577 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    36c80fc View commit details
    Browse the repository at this point in the history
  24. chore

    gcanti committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    df3cb49 View commit details
    Browse the repository at this point in the history
  25. Boolean: add not combinator

    gcanti committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    44d7491 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    0b3b3df View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    b4a991d View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    a1826ae View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    2e704c5 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    debc39d View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    5892aae View commit details
    Browse the repository at this point in the history
  32. bindTo: remove readonly

    gcanti committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    6b07599 View commit details
    Browse the repository at this point in the history
  33. tupled: remove readonly

    gcanti committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    bd1fbcb View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    1f41108 View commit details
    Browse the repository at this point in the history
  35. andThenBind: remove readonly

    gcanti committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    2676b88 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    08120d4 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    f0db9b2 View commit details
    Browse the repository at this point in the history
  38. struct: remove readonly

    gcanti committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    48295e9 View commit details
    Browse the repository at this point in the history
  39. struct: remove readonly

    gcanti committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    d0d5dc4 View commit details
    Browse the repository at this point in the history
  40. nonEmptyTuple: remove readonly

    gcanti committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    82a0032 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    17b5447 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    7b5de2a View commit details
    Browse the repository at this point in the history
  43. ReadonlyArray: remove readonly from imap, let, flap, as, flatten, bin…

    …d, filter, partition, traverseTap, productMany, andThenBind, ap, lift2, lift3, traverseFilterMap, traversePartitionMap, traverseFilter, traversePartition
    gcanti committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    5849b60 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    bd12b4c View commit details
    Browse the repository at this point in the history
  45. Order: add array combinator

    gcanti committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    c1f1c5d View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    79bb968 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    fb293fc View commit details
    Browse the repository at this point in the history
  48. data.md: add struct section

    gcanti committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    e04d2d6 View commit details
    Browse the repository at this point in the history
  49. data.md: add string section

    gcanti committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    804e727 View commit details
    Browse the repository at this point in the history
  50. data.md: add numbers section

    gcanti committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    b0d2d11 View commit details
    Browse the repository at this point in the history
  51. data.md: add booleans section

    gcanti committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    d6dc0e1 View commit details
    Browse the repository at this point in the history
  52. Order: add bigint instance

    gcanti committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    9ee83b0 View commit details
    Browse the repository at this point in the history
  53. add ReadonlyRecord module

    gcanti committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    5eca4d0 View commit details
    Browse the repository at this point in the history
  54. revert _tag changes

    gcanti committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    f2ffe2a View commit details
    Browse the repository at this point in the history
  55. add Bigint module

    gcanti committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    50bec74 View commit details
    Browse the repository at this point in the history
  56. add Symbol module

    gcanti committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    6ced8da View commit details
    Browse the repository at this point in the history
  57. add Struct module

    gcanti committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    d5e30f5 View commit details
    Browse the repository at this point in the history
  58. add modules from @fp-ts/data

    gcanti committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    92d4c5d View commit details
    Browse the repository at this point in the history
  59. Order: make compare binary

    gcanti committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    89e2868 View commit details
    Browse the repository at this point in the history
  60. Semigroup: make combine binary

    gcanti committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    ae7ec25 View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    016764f View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    64ff8de View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    75ee446 View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    292848f View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    1a4b5eb View commit details
    Browse the repository at this point in the history
  66. add Tuple module

    gcanti committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    94edf17 View commit details
    Browse the repository at this point in the history
  67. more docs

    gcanti committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    5798334 View commit details
    Browse the repository at this point in the history
  68. Order: add struct

    gcanti committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    c1f7bd9 View commit details
    Browse the repository at this point in the history
  69. Configuration menu
    Copy the full SHA
    0ff528f View commit details
    Browse the repository at this point in the history
  70. Boolean: add all, any

    gcanti committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    d1e84ab View commit details
    Browse the repository at this point in the history
  71. Add tracing code for Option

    mikearnaldi authored and gcanti committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    80daf05 View commit details
    Browse the repository at this point in the history
  72. fix dtslint

    gcanti committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    cff0047 View commit details
    Browse the repository at this point in the history
  73. Configuration menu
    Copy the full SHA
    45c4507 View commit details
    Browse the repository at this point in the history
  74. Bigint: add divide

    gcanti committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    b497f28 View commit details
    Browse the repository at this point in the history
  75. chore

    gcanti committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    9c84d79 View commit details
    Browse the repository at this point in the history
  76. Configuration menu
    Copy the full SHA
    02ea72a View commit details
    Browse the repository at this point in the history
  77. rename size to length

    gcanti committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    eaf2856 View commit details
    Browse the repository at this point in the history
  78. Configuration menu
    Copy the full SHA
    ef2cbc4 View commit details
    Browse the repository at this point in the history
  79. downgrade docs-ts

    gcanti committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    3c74656 View commit details
    Browse the repository at this point in the history
  80. update docs

    gcanti committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    3e87daf View commit details
    Browse the repository at this point in the history