Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: DonHulieo/duff
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.3
Choose a base ref
...
head repository: DonHulieo/duff
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.4
Choose a head ref
  • 10 commits
  • 15 files changed
  • 1 contributor

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    7b60cf0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    acf5d0f View commit details
    Browse the repository at this point in the history
  3. refactor(shared/package): Support Relative Paths

    - Now relative file paths from the resource called worked, as before removing the export.
    - Updated annotations with new `module` class for QOL.
    - Ensured setting the environment on a module worked as intended.
    - Localised values inside package table.
    - Renamed `package.searchers` to `loaders` so as to not collide with `ox_lib`, also allowing it to function more similar to the default packagelib.
    - Added `load_module` private method to remove repeated code.
    - Optimisations to all methods, focusing on nested loops and unnecessary table indexing.
    DonHulieo committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    19b08d1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a1cf0e0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f266bd7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3511a80 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    f5d7103 View commit details
    Browse the repository at this point in the history
  2. feat(shared/bin): Init Binary Search Module

    Init module with binary search and insert, where any equal values are inserted to the left of their equality. Has helper functions with optional OOP.
    DonHulieo committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    68fd84c View commit details
    Browse the repository at this point in the history
  3. chore(shared/math): Update Error Handling

    Also now return math with mathlib inherited as the superclass.
    DonHulieo committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    89076b4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b14d63f View commit details
    Browse the repository at this point in the history
Loading