Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • 5.2.0 protected
    a584a40e · bump: version ·
    Release: 5.2.0
    - Fix: Docker image uses package.json from job artifact (so it displays -dev version if it's dev)
    - Feat: Self updating feature added for standalone executables
  • 5.1.4-dev protected Release: 5.1.4-dev
    - Refac: Command refactored with correct use of `commander`.
    - Feat: DOCKER IMAGE AVAILABLE!!! :D
    - Feat: Duplicate item tester.
    - Feat: Auto generate interiorproxy (sub command).
    - Feat: Vehicle finder.
    - Fix: Fixed correct version of `inquirer`.
    - Fix: Return false when duplicate items are found.
    - Other: Removed some debug messages.
  • 4.5.1 protected Release: 4.5.1
    - Force vehicle names in lower case
  • 4.5.0 protected
    - Moved help text to specific commands for cleaner help text
  • 4.4.0 protected
    - Added ymap validation command
  • 4.3.2 protected
    051f70e6 · fix: vehicle finder ·
    - Fix: Vehicle finding
    - Fix: Fallback added to ERV
  • 4.3.0 protected
    27dc99a7 · feat: made more dynamic ·
    - Made Vehicle config validator config resource configurable by passing it as an argument
    - Empty resource validator now also goes through all category folders
  • 4.2.0 protected
    ## 🚀 Features
    
    - **Builder Enhancements**
      - Console now supports calling multiple builders intelligently.
      - Added new builders:
        - `WebpackBuilder`
        - `HTMLBuilder`
        - `Custom NUI Builder`
      - Shared context support for `EsBuildBuilder`.
      - HTMLBuilder integrated into builder list and manifest updates.
    
    - **Vehicle Configuration**
      - Vehicle configuration validator now supports `ignoreAll` function.
      - Ability to:
        - Validate exiting vehicles.
        - Set default vehicles.
        - Find specific vehicles.
    
    - **Build System Improvements**
      - New `.last_build` file is created upon successful build.
      - Type-check-only build mode added.
      - Support for togglable arguments.
      - Post-deploy process optimized.
      - Auto-updating `fxmanifest` file when using builders.
      - Auto-generated service filler improvements.
    
    - **Deployer Templates**
      - Added **Realism Nexus** and **Realism Nexus Foss** templates.
    
    ---
    
    ## 🛠 Fixes
    
    - Various **regex fixes** for post-ESBuild processing and service generation.
    - Prevented:
      - Duplicated file entries.
      - Over-aggressive replacements.
      - Pretty-printing bugs.
      - Source folder errors when missing.
    - Improved:
      - Debug output and logging.
      - Version handling and spinner messaging.
      - Manifest file updates with builders.
      - Variable handling, message delays, and async folder resolution.
      - Config file handling (no longer obfuscated).
    - Corrected:
      - Program argument usage.
      - Missing exports and service injections.
      - Kernel integration for custom builders.
      - Pathing issues and context-based directory resolution.
    
    ---
    
    ## ⚠️ Breaking Changes
    
    - **EsBuildBuilder now builds `.ts` files directly** (no longer uses `tsc`; includes inline source maps).
    - **Deprecated**: `build-${context}`  
      **Replaced with**: `build-${context}-pre` and `build-${context}-post`.
    - **Global folder argument is now required**.
    - **ServiceContainer** is now fetched from the Kernel file instead of the package.
    
    ---
    
    ## 🧹 Miscellaneous
    
    - Refactored various debug messages and logs.
    - Version bumped due to breaking changes.
    - Several internal improvements and minor cleanup tasks.
    - Removed improper and unprofessional commit messages (and reverted where necessary).
    
    (Thanks ChatGPT for summarizing all the commit messages)
  • 3.1.5 protected
    117c109f · SLC ·
    - Added typecheck only option
  • 3.1.4 protected
    3b7bec8b · fix: dynamic pathing #2 ·
    - Fix dynamic pathing to global folder
  • 3.1.3 protected
    06d02ee7 · fix: removed debug ·
    - Removed debug
  • 3.1.2 protected
    dd7a9836 · fix: dynamic dir level ·
    - Fix dynamic dir level #2
  • 3.1.1 protected
    - Create a `.last_build` file when finished building resources
  • 3.1.0 protected
    d19a22b2 · fix: dynamic dir level ·
    - Perf: TS resources built performance updated
    - Fix: Dynamic dir levels
  • 3.0.2 protected
    - If context source folder doesn't exist, skip building context
  • 3.0.1 protected
    8ebc0aaa · fix: forgot one (SLC) ·
    - Fix the generation of `InitiateGeneratedServices.ts` with the new builder.
  • 3.0.0 protected
    - `build-${context}` is now obsolete. `build-${context}-type-check` is now required and `build-${context}-pre/post` is now an optional option.
  • 2.1.0 protected
    3493346a · New togglable arguments ·
    - New toggle-able arguments added
  • 2.0.0 protected
    - Compiler now directly builds ts files, which might break some scripts (see [this commit](https://gitlab.androiddd.nl/ftt/console/-/commit/af9bf0bddccc898223667b21011af9321d42fabf)). It also adds sourcemaps to compiled files for easier debugging with [FiveM Source Map Support](https://gitlab.androiddd.nl/ftt/fivem-source-map-support)
  • 1.25.0 protected
    7d6a670e · feat: vehicle find added ·
    - Vehicle find added