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

🎉 Including SolidJS and Vue3 support #151

Draft
wants to merge 35 commits into
base: main
Choose a base branch
from
Draft

Commits on May 27, 2024

  1. adding solid

    luiguild committed May 27, 2024
    Configuration menu
    Copy the full SHA
    2387581 View commit details
    Browse the repository at this point in the history
  2. fix

    jimdebeer committed May 27, 2024
    Configuration menu
    Copy the full SHA
    bd20b37 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Configuration menu
    Copy the full SHA
    15745fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea49265 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. * Including comments and documentation for all Solid hooks and compon…

    …ents.
    
    * Fixing typo on cache.ts
    * Including all aliases to be backwards compatible
    * Pushing the new README to the SolidjS package
    luiguild committed May 30, 2024
    Configuration menu
    Copy the full SHA
    056aa7d View commit details
    Browse the repository at this point in the history
  2. * Including comments and documentation for all Solid hooks and compon…

    …ents.
    
    * Fixing typo on cache.ts
    * Including all aliases to be backwards compatible
    * Pushing the new README to the SolidjS package
    luiguild committed May 30, 2024
    Configuration menu
    Copy the full SHA
    25834b5 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. * Including esbuild file configuration

    * Fixing some imports
    * Changing the root id element to the solid test application from "root" to "app"
    * Bumping the version of the saulx/tsconfig
    * Fixing some things on the tsconfig from react and solid
    luiguild committed May 31, 2024
    Configuration menu
    Copy the full SHA
    4f9d426 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c3d26c4 View commit details
    Browse the repository at this point in the history
  3. * Porting UseBasedAuth

    * Fixing the Readme and including the new component documentation
    * Including deprecation mark to the old methods/hooks
    luiguild committed May 31, 2024
    Configuration menu
    Copy the full SHA
    c71a842 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8f30de6 View commit details
    Browse the repository at this point in the history
  5. Fixing exports

    luiguild committed May 31, 2024
    Configuration menu
    Copy the full SHA
    5c51df3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    43e390c View commit details
    Browse the repository at this point in the history
  7. new test

    youzi committed May 31, 2024
    Configuration menu
    Copy the full SHA
    0ca3cf3 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Configuration menu
    Copy the full SHA
    df1ed38 View commit details
    Browse the repository at this point in the history
  2. Removing aliases

    luiguild committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    4d1f40b View commit details
    Browse the repository at this point in the history
  3. Fixing returning accessors

    luiguild committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    a2326a6 View commit details
    Browse the repository at this point in the history
  4. Fixing returning accessors, hook useBasedQuery fixed returning signal…

    …s, demo fixed and renaming the hooks to use camelCase also in the filenames
    luiguild committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    76f7f2a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    47183c1 View commit details
    Browse the repository at this point in the history
  6. Fixing wrong import

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

Commits on Jun 4, 2024

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

Commits on Jun 5, 2024

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

Commits on Jun 6, 2024

  1. improving the README of libraries and changing the approach with the …

    …effects and watchEffects on Solid and Vue
    luiguild committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    c737e79 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. editing gitignore

    luiguild committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    59f53f5 View commit details
    Browse the repository at this point in the history
  2. removing .idea files

    luiguild committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    c2ad5ff View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Rollback react changes

    luiguild committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    bb90cdd View commit details
    Browse the repository at this point in the history
  2. use files vs npmignore

    youzi committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    e2be4fb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b617856 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5258ff3 View commit details
    Browse the repository at this point in the history
  5. fixing files path to npm

    luiguild committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    ca82bd0 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. fixing the whole bundling, fixing the indentation on README.md, fixin…

    …g the client signal on useBasedAuth.ts
    luiguild committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    8f67569 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Changing the name of the hook from useBasedClient to useBasedContext …

    …to follow the best practice of Solid, fixing README and a typo on BasedProvider
    luiguild committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    498b8e8 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Publishing a new patch

    luiguild committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    c97a0bc View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

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

Commits on Jul 12, 2024

  1. Updating README.md, including BasedLiveStatus.tsx as an overlay that …

    …shows the Based.io connection status, Changing BasedProvider.tsx to handle the BasedLiveStatus.tsx option, including vite types on tsconfig.json
    luiguild committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    2e8d301 View commit details
    Browse the repository at this point in the history