Releases: railwayapp/nixpacks
Releases · railwayapp/nixpacks
v0.2.2
Changes
- #180 Add nix flakes for contributing to nixpacks
- #287 Replace
-
with .
when specifying nix packages
- #289 Update debian in base image
- #291 Bump base image to
debian-1657555817
- #292 update nixpkgs archive
- #288 feat: add supports for --platform
- #299 Prettier plan output
- #290 Add support for bun
v0.2.1
Changes
- #280 NIXPACKS_NO_CACHE config variable
- #282 document the NIXPACKS_NO_CACHE variable
- #281 Don't search for package.json files in node_modules
- #283 Remove deprecated node versions
- #266 Fix versions of npm, yarn and pnpm
- #284 Strip newlines from config (
NIXPACKS_
) variables
- #285 Flag to just print the generated dockerfile
v0.2.0
Changes
- #259 BuildKit Caching
- #262 remove cache key println
- #264 clippy and linting
- #263 Better errors when failing to read JSON and TOML files
- #268 Go caching
- #269 Add Caching docs
- #270 Configurable cache dirs
- #271 move node canvas docs to setup section
- #272 Docs improvments
- #265 Hash default cache key (shorter)
- #273 fix toc heading detection
- #275 Correct environment variable names in the docs
- #276 Fix typos
- #277 Remove some deps
- #279 Fix docs cli commands
v0.1.9
Changes
- #255 Dont output docker command result
v0.1.8
Changes
- #242 README + Docs Updates
- #247 Docs Site
- #249 update readmes with links to docs
- #248 Check for docker install
- #250 Fix missing command in django application
- #254 dont follow symlinks when copying over app
v0.1.7
Changes
- #234 use
std::env::consts::ARCH
in more places
- #235 Support
npm run build
for Laravel
- #240 Fix
source: not found
in ruby provider
- #236 Support Deno Tasks/Fresh
v0.1.6
Changes
- #228 Verify if path is a file in app.find_files
- #224 Add scoop install instructions
- #229 use
std::env::consts::ARCH
instead of hardcoding
- #230 only run tests on supported architectures [
test_zig_gyro
]
v0.1.4
Changes
- #227 Correctly support Python patch versions