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

Code cleanup, expand README, fix some minor bugs #20

Merged
merged 31 commits into from
May 9, 2024

Commits on Apr 14, 2024

  1. various fixes (read changelog)

    - Upgraded __get_request to match __write_data better and have less redundant code
    - Fixed __write_data overwriting keys sometimes
    - Failed GET requests now reject directly
    - added collectionName to typescript
    - return TypeErrors more consistently
    3vorp committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    8c4e5d8 View commit details
    Browse the repository at this point in the history
  2. update dependencies

    3vorp committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    ae8d871 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. more changes, read changelog

    3vorp committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    2f5896d View commit details
    Browse the repository at this point in the history
  2. fix lockfile problems

    3vorp committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    0193afa View commit details
    Browse the repository at this point in the history
  3. grammar

    3vorp committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    9b745d2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bd7af19 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. remove trailing whitespace

    3vorp committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    0f6565b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b21d15 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. quick type fix

    3vorp authored Apr 18, 2024
    Configuration menu
    Copy the full SHA
    17c4776 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

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

Commits on Apr 20, 2024

  1. Configuration menu
    Copy the full SHA
    7f32430 View commit details
    Browse the repository at this point in the history
  2. quick fix to delete $props

    3vorp committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    3944c63 View commit details
    Browse the repository at this point in the history
  3. quick readme fix

    3vorp committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    1fd6b92 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2024

  1. "advanced" readme section

    3vorp committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    cefdf0a View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. clean up jsdoc

    3vorp committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    945865a View commit details
    Browse the repository at this point in the history
  2. move around a few sections

    3vorp committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    298f2b3 View commit details
    Browse the repository at this point in the history
  3. refactor php to be cleaner and more readable

    mostly ternary hell, ridiculous indentation, and string concatenation
    3vorp committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    b702ed2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1fa5907 View commit details
    Browse the repository at this point in the history
  5. fix posix end of file stuff

    3vorp committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    e07e526 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. rename concernedField to field

    3vorp committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    38af96b View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. don't start a method with double underscores

    not future proof
    3vorp committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    9474723 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

  1. run php formatter

    3vorp committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    31a2fb8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1ab419 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. revert sec() and token changes

    3vorp committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    c0d41e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f21ef49 View commit details
    Browse the repository at this point in the history
  3. array-contains-none

    3vorp committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    d2c06aa View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

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

Commits on May 3, 2024

  1. readRaw(original = false)

    3vorp committed May 3, 2024
    Configuration menu
    Copy the full SHA
    dd17eda View commit details
    Browse the repository at this point in the history

Commits on May 4, 2024

  1. fix many editField problems

    also improve tests substantially
    3vorp committed May 4, 2024
    Configuration menu
    Copy the full SHA
    a39b98f View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

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