Hive Hive
Sign in

Drops

Shipped updates from GitHub releases and changelog feeds across every domain.

Activity
Published Title Project Domains Version Source
Keep tuist dump output JSON-only when warnings are present Commands like tuist dump that produce machine-readable output now suppress warnings and other human-readable text from stdout, so piping the
Tuist
Generated projects
4.195.2
GitHub
CLI 4.195.2 CLI 4.195.2 fixes several command-line and generation reliability issues, and speeds up project generation for large workspaces. Machine-rea
Tuist
Generated projects
4.195.2
GitHub
Granular Elixir targets Elixir projects can now define [[elixir.library]] and [[elixir.binary]] targets. Libraries compile to per-target .beam directories, while bi
Once
Once
0.8.0
GitHub
Declarative dependency sync via fabrik.toml Fabrik now supports declaring external dependencies in fabrik.toml with [[deps]] entries, and syncing them via fabrik deps sync [name]. Depe
Once
Once
0.8.0
GitHub
Add granular Elixir library and binary targets Elixir projects can now define [[elixir.library]] and [[elixir.binary]] targets. Each target produces a per-target .ebin directory of .beam
Once
Once
0.8.0
GitHub
Add dependency sync entries Projects can now declare dependency graphs declaratively inside fabrik.toml using [[deps]] entries and sync them with fabrik deps sync . Dep
Once
Once
0.8.0
GitHub
Sync dependencies with declarative [[deps]] entries in fabrik.toml You can now sync external dependencies through declarative [[deps]] entries in fabrik.toml. Run fabrik deps sync [name] to pull a dependency
Once
Once
0.8.0
GitHub
Dependency sync via declarative deps entries in fabrik.toml The fabrik deps sync [name] command now synchronizes dependency graphs declared as [[deps]] entries in fabrik.toml. You can reference extern
Once
Once
0.8.0
GitHub
Route Fabrik state through XDG Base Directory paths Build state now lives in standard XDG directories instead of inside the workspace. The content-addressed cache is stored at $XDG_CACHE_HOME/
Once
Once
0.8.0
GitHub
Declare and sync external dependencies with [[deps]] entries You can now declare external dependency graphs in fabrik.toml using [[deps]] entries, then sync them with fabrik deps sync [name]. Dependenc
Once
Once
0.8.0
GitHub