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: sidequestjs/sidequest
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.3.0
Choose a base ref
...
head repository: sidequestjs/sidequest
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.4.0
Choose a head ref
  • 3 commits
  • 22 files changed
  • 2 contributors

Commits on Aug 6, 2025

  1. docs: Add Sidequest.configure docs and test docs (#55)

    * docs: update configuration guide to clarify startup and partial startup options
    
    * docs: restructure development guide to clarify build and testing instructions
    
    * docs: add section for standalone dashboard usage and installation instructions
    
    * docs: add Backends section with detailed information on supported database drivers
    
    * docs: add specific usage examples for Sidequest engine configuration
    
    * docs: move specific usage scenarios to the top of the Engine documentation for better visibility
    Giovani Guizzo authored Aug 6, 2025
    Configuration menu
    Copy the full SHA
    7c10129 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2025

  1. feat: relative path on script resolution (#58)

    * feat: implement resolveScriptPath function for dynamic imports and update job runner to use it
    
    * fix: normalize path separators in buildPath function
    Giovani Guizzo authored Aug 7, 2025
    Configuration menu
    Copy the full SHA
    65cf83a View commit details
    Browse the repository at this point in the history
  2. chore(release): 1.4.0 [skip ci]

    # [1.4.0](v1.3.0...v1.4.0) (2025-08-07)
    
    ### Features
    
    * relative path on script resolution ([#58](#58)) ([65cf83a](65cf83a))
    semantic-release-bot committed Aug 7, 2025
    Configuration menu
    Copy the full SHA
    03b5bd6 View commit details
    Browse the repository at this point in the history
Loading