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

Implement custom slice creators #3894

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

Commits on Nov 18, 2023

  1. Configuration menu
    Copy the full SHA
    6d3ea89 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad94c66 View commit details
    Browse the repository at this point in the history
  3. fix docs

    EskiMojo14 committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    cad9cb9 View commit details
    Browse the repository at this point in the history
  4. remove unhappy line

    EskiMojo14 committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    cef24b7 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2023

  1. Add custom creator test

    EskiMojo14 committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    1315a65 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    204c927 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5074af3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    be096e9 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

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

Commits on Dec 23, 2023

  1. remove underscore

    EskiMojo14 committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    346f227 View commit details
    Browse the repository at this point in the history
  2. update errors.json

    EskiMojo14 committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    295eebc View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. remove unnecessary rename

    EskiMojo14 committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    0e676b6 View commit details
    Browse the repository at this point in the history
  2. add condition creator test

    EskiMojo14 committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    3f502c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e21a7da View commit details
    Browse the repository at this point in the history
  4. use resolves chain

    EskiMojo14 committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    f725ab6 View commit details
    Browse the repository at this point in the history
  5. shuffle creator locations

    EskiMojo14 committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    640b9c5 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2023

  1. Configuration menu
    Copy the full SHA
    0d7669d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    604799a View commit details
    Browse the repository at this point in the history
  3. Modify BuildCreateSliceConfig to allow passing asyncThunk by defa…

    …ult and prevent passing of `reducer` and `reducerWithPrepare`
    
      - Changed `BuildCreateSliceConfig` to allow passing `asyncThunk` without sacrificing autocompletion.
      - Implemented type constraints to disallow usage of `reducer` and `reducerWithPrepare`, removing them from autocomplete suggestions.
    aryaemami59 committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    888e886 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5cc5509 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0d60f50 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a993d91 View commit details
    Browse the repository at this point in the history
  7. change default back

    EskiMojo14 committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    bb8cd15 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5e299c9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    45fa03a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6376f8b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    821a732 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8e1da7b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    fc92596 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    00ac1b1 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    7753cec View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    4d81dea View commit details
    Browse the repository at this point in the history
  17. remove unnecessary generic

    EskiMojo14 committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    6d0e07c View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2023

  1. Configuration menu
    Copy the full SHA
    4cebc82 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db89fb7 View commit details
    Browse the repository at this point in the history
  3. Add some type tests for createSlice

      - Add type tests to make sure the default `createSlice` does not allow `create.asyncThunk()` but should allow `create.reducer()` and `create.preparedReducer()`
    aryaemami59 committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    58ae809 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4024 from aryaemami59/create-slice-creators

    Modify `BuildCreateSliceConfig` to allow passing `asyncThunk` by default and prevent passing of `reducer` and `reducerWithPrepare`
    EskiMojo14 committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    41223be View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f39f4c7 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2024

  1. Configuration menu
    Copy the full SHA
    d075606 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22f0898 View commit details
    Browse the repository at this point in the history
  3. minor tweaks

    EskiMojo14 committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    fc6737f View commit details
    Browse the repository at this point in the history
  4. Derive RegisteredReducerType from keys of SliceReducerCreators, remov…

    …ing need for ReducerTypes.
    EskiMojo14 committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    c90f5ba View commit details
    Browse the repository at this point in the history
  5. rm unused util

    EskiMojo14 committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    219d1bd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7d33808 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e3f8e2a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c2c948b View commit details
    Browse the repository at this point in the history
  9. add Typescript section

    EskiMojo14 committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    06d3ffc View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e641fb5 View commit details
    Browse the repository at this point in the history
  11. Batched creator test

    EskiMojo14 committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    2b936b8 View commit details
    Browse the repository at this point in the history
  12. define -> create

    EskiMojo14 committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    5173d2f View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. Configuration menu
    Copy the full SHA
    98e1eb5 View commit details
    Browse the repository at this point in the history
  2. add pagination example

    EskiMojo14 committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    aa92ced View commit details
    Browse the repository at this point in the history
  3. Add "other" example

    EskiMojo14 committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    02a4008 View commit details
    Browse the repository at this point in the history
  4. create must be a function

    EskiMojo14 committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    1256bcb View commit details
    Browse the repository at this point in the history
  5. corrections

    EskiMojo14 committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    cecda64 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. Configuration menu
    Copy the full SHA
    9e40fd2 View commit details
    Browse the repository at this point in the history
  2. simplify default

    EskiMojo14 committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    30f3b2e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8787733 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cd9f0f9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    33015e5 View commit details
    Browse the repository at this point in the history
  6. a word

    EskiMojo14 committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    b299631 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6200338 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    08f41ea View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f35359f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7798d78 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. Configuration menu
    Copy the full SHA
    3d20781 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    139f750 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    947de20 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e4a8289 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2024

  1. blurb it up

    EskiMojo14 committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    2ef78e4 View commit details
    Browse the repository at this point in the history
  2. slight tweak

    EskiMojo14 committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    a2660af View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

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

Commits on Jan 10, 2024

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

Commits on Jan 13, 2024

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

Commits on Jan 16, 2024

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

Commits on Jan 17, 2024

  1. begin restructuring

    EskiMojo14 committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    1c562a7 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Configuration menu
    Copy the full SHA
    0472445 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9321c5 View commit details
    Browse the repository at this point in the history
  3. fix createSlice test

    EskiMojo14 committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    d4807a6 View commit details
    Browse the repository at this point in the history
  4. fix 4.7 issue

    EskiMojo14 committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    209a6e6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    882ee34 View commit details
    Browse the repository at this point in the history
  6. rewrite some blurbs

    EskiMojo14 committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    e0cabcd View commit details
    Browse the repository at this point in the history
  7. add reserved name warning

    EskiMojo14 committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    e238555 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

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

Commits on Jan 26, 2024

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

Commits on Jan 29, 2024

  1. Configuration menu
    Copy the full SHA
    f9e3e8e View commit details
    Browse the repository at this point in the history
  2. run prettier

    EskiMojo14 committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    66afcde View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2024

  1. Configuration menu
    Copy the full SHA
    687aa46 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72d105d View commit details
    Browse the repository at this point in the history
  3. test plurals

    EskiMojo14 committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    b5ca560 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a8cab74 View commit details
    Browse the repository at this point in the history
  5. fix id in test

    EskiMojo14 committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    9bee39c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    86dc55f View commit details
    Browse the repository at this point in the history
  7. fix plurals

    EskiMojo14 committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    b681ca3 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2024

  1. Configuration menu
    Copy the full SHA
    a14ccd1 View commit details
    Browse the repository at this point in the history
  2. update errors.json

    EskiMojo14 committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    2f5704f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1aece5b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f43b01e View commit details
    Browse the repository at this point in the history
  5. golf

    EskiMojo14 committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    01d85c9 View commit details
    Browse the repository at this point in the history
  6. match title

    EskiMojo14 committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    247c98f View commit details
    Browse the repository at this point in the history
  7. move collision warning

    EskiMojo14 committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    765ec1c View commit details
    Browse the repository at this point in the history
  8. move ternary

    EskiMojo14 committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    8d7ed3f View commit details
    Browse the repository at this point in the history
  9. add defaultplural type

    EskiMojo14 committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    b606bf8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f3612fb View commit details
    Browse the repository at this point in the history
  11. unused import

    EskiMojo14 committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    8714db0 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3bbf1fa View commit details
    Browse the repository at this point in the history
  13. add comment

    EskiMojo14 committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    593e420 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    241003f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    8adeb42 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    b7eb6b9 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    415b23c View commit details
    Browse the repository at this point in the history
  18. add write permissions

    EskiMojo14 committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    63777d7 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    fb6ab87 View commit details
    Browse the repository at this point in the history
  20. adjust tests

    EskiMojo14 committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    619acff View commit details
    Browse the repository at this point in the history
  21. adjust test more

    EskiMojo14 committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    d9020ac View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    5f8d2f4 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. tweak createSlice logic

    EskiMojo14 committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    e1f3f89 View commit details
    Browse the repository at this point in the history
  2. try adding a pure

    EskiMojo14 committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    f559617 View commit details
    Browse the repository at this point in the history
  3. pure more of the things

    EskiMojo14 committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    162e482 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f5dbe61 View commit details
    Browse the repository at this point in the history
  5. remove unnecessary pures

    EskiMojo14 committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    611bd97 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9456b99 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    db1164b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    06e3203 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    37711f2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8360f12 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2024

  1. Configuration menu
    Copy the full SHA
    9a274b0 View commit details
    Browse the repository at this point in the history
  2. remove todo

    EskiMojo14 committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    711c8b4 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Configuration menu
    Copy the full SHA
    c8daec5 View commit details
    Browse the repository at this point in the history
  2. strongly type action types

    EskiMojo14 committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    8c1c6f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    97fa0bd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c0ba6ab View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    01feaae View commit details
    Browse the repository at this point in the history
  6. cast harder

    EskiMojo14 committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    8af2b00 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c8af945 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    869db56 View commit details
    Browse the repository at this point in the history
  9. remove unused barrel file

    EskiMojo14 committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    7118f1a View commit details
    Browse the repository at this point in the history
  10. fix imports in tests

    EskiMojo14 committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    ca7b1da View commit details
    Browse the repository at this point in the history
  11. add named selectors

    EskiMojo14 committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    96b3084 View commit details
    Browse the repository at this point in the history
  12. call with whole action

    EskiMojo14 committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    2653a61 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

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

Commits on Feb 15, 2024

  1. remove unused PURE

    EskiMojo14 committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    3d2ecf6 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2024

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

Commits on Feb 18, 2024

  1. byte shaving

    EskiMojo14 committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    46e792b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    930e868 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ece8442 View commit details
    Browse the repository at this point in the history
  4. fix typo

    EskiMojo14 committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    4af6bd4 View commit details
    Browse the repository at this point in the history
  5. fix type imports

    EskiMojo14 committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    a53a0c6 View commit details
    Browse the repository at this point in the history
  6. split type test

    EskiMojo14 committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    09cc0c7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7252c16 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5f5fe79 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    31c4794 View commit details
    Browse the repository at this point in the history
  10. reset more entity files

    EskiMojo14 committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    82c9262 View commit details
    Browse the repository at this point in the history
  11. again

    EskiMojo14 committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    4db2dcc View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. fix test

    EskiMojo14 committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    ebfd549 View commit details
    Browse the repository at this point in the history
  2. remove ReducerNamesOfType

    EskiMojo14 committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    bd73745 View commit details
    Browse the repository at this point in the history
  3. bump version reference

    EskiMojo14 committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    82da65d View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

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

Commits on Feb 22, 2024

  1. add usage page

    EskiMojo14 committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    37bd76e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    633028d View commit details
    Browse the repository at this point in the history
  3. take titles down a step

    EskiMojo14 committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    2ce8b30 View commit details
    Browse the repository at this point in the history
  4. a word

    EskiMojo14 committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    7e60c5a View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. fix links

    EskiMojo14 committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    e310604 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

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

Commits on Mar 12, 2024

  1. Configuration menu
    Copy the full SHA
    7148e8c View commit details
    Browse the repository at this point in the history
  2. cast more anys

    EskiMojo14 committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    b05b9a7 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. rename context types

    EskiMojo14 committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    94937b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5403d80 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    90555ee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2e25c1f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e3b8d90 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2cb7e47 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bfc9bae View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    51aecbc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    27950e1 View commit details
    Browse the repository at this point in the history
  10. update errors.json

    EskiMojo14 committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    8c1a64f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3f82d47 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    bde0288 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0d55413 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    1f1ac68 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2024

  1. test symbol errors

    EskiMojo14 committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    7aa3933 View commit details
    Browse the repository at this point in the history
  2. golf

    EskiMojo14 committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    c2523fc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a9e3fa4 View commit details
    Browse the repository at this point in the history
  4. simplify GetCaseReducers

    EskiMojo14 committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    02bbfba View commit details
    Browse the repository at this point in the history
  5. use utility more

    EskiMojo14 committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    0133506 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

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

    EskiMojo14 committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    52d8d12 View commit details
    Browse the repository at this point in the history
  3. remove unnecessary cast

    EskiMojo14 committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    5e256a6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a84abbd View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    5fe391e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8ad517 View commit details
    Browse the repository at this point in the history
  3. try something different

    EskiMojo14 committed May 22, 2024
    Configuration menu
    Copy the full SHA
    cdf4498 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. tweak example

    EskiMojo14 committed May 29, 2024
    Configuration menu
    Copy the full SHA
    2d08f5d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6226c1d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ce04544 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Configuration menu
    Copy the full SHA
    32cdde8 View commit details
    Browse the repository at this point in the history
  2. rm unused type

    EskiMojo14 committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    0f01293 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Configuration menu
    Copy the full SHA
    45c8b9e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99c0c7f View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

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

Commits on Jun 14, 2024

  1. Configuration menu
    Copy the full SHA
    a12524a View commit details
    Browse the repository at this point in the history
  2. test non-function creator

    EskiMojo14 committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    e99e084 View commit details
    Browse the repository at this point in the history