All Versions
56
Latest Version
Avg Release Cycle
91 days
Latest Release
-

Changelog History
Page 6

  • v0.1.2.0 Changes

    • โž• Add --prune flag to stack dot #487
    • โž• Add --[no-]external,--[no-]include-base flags to stack dot #437
    • โž• Add --ignore-subdirs flag to init command #435
    • ๐Ÿ– Handle attempt to use non-existing resolver #436
    • โž• Add --force flag to init command
    • โš™ exec style commands accept the --package option (see Reddit discussion)
    • stack upload without arguments doesn't do anything #439
    • ๐Ÿ“ฆ Print latest version of packages on conflicts #450
    • โœ… Flag to avoid rerunning tests that haven't changed #451
    • โš™ stack can act as a script interpreter (see Script interpreter and Reddit discussion)
    • Add the --file-watch flag to auto-rebuild on file changes #113
    • ๐Ÿณ Rename stack docker exec to stack exec --plain
    • โž• Add the --skip-msys flag #377
    • โœ… --keep-going, turned on by default for tests and benchmarks #478
    • โœ… concurrent-tests: BOOL #492
    • ๐Ÿ‘‰ Use hashes to check file dirtiness #502
    • ๐Ÿ— Install correct GHC build on systems with libgmp.so.3 #465
    • โฌ†๏ธ stack upgrade checks version before upgrading #447
  • v0.1.1.0 Changes

    • โœ‚ Remove GHC uncompressed tar file after installation #376
    • Put stackage snapshots JSON on S3 #380
    • ๐Ÿ“ฆ Specifying flags for multiple packages #335
    • โœ… single test suite failure should show entire log #388
    • valid-wanted is a confusing option name #386
    • ๐Ÿ“ฆ stack init in multi-package project should use local packages for dependency checking #384
    • Display information on why a snapshot was rejected #381
    • ๐Ÿ“ฆ Give a reason for unregistering packages #389
    • ๐Ÿ“ฆ stack exec accepts the --no-ghc-package-path parameter
    • ๐Ÿ— Don't require build plan to upload #400
    • ๐Ÿ— Specifying test components only builds/runs those tests #398
    • STACK_EXE environment variable
    • โž• Add the stack dot command
    • โฌ†๏ธ stack upgrade added #237
    • ๐Ÿ’ป --stack-yaml command line flag #378
    • ๐Ÿ’ป --skip-ghc-check command line flag #423

    ๐Ÿ› Bug fixes:

    • ๐Ÿ Haddock links to global packages no longer broken on Windows #375
    • ๐Ÿ‘‰ Make flags case-insensitive #397
    • ๐Ÿ“ฆ Mark packages uninstalled before rebuilding #365
  • v0.1.0.0 Changes

    • Fall back to cabal dependency solver when a snapshot can't be found
    • Basic implementation of stack new #137
    • stack solver command #364
    • stack path command #95
    • Haddocks #143:
      • Build for dependencies
      • Use relative links
      • Generate module contents and index for all packages in project
  • v0.0.3 Changes

    • --prefetch #297
    • upload command ported from stackage-upload #225
    • --only-snapshot #310
    • --resolver #224
    • stack init #253
    • --extra-include-dirs and --extra-lib-dirs #333
    • ๐Ÿ“ฆ Specify intra-package target #201
  • v0.0.2 Changes

    • ๐Ÿ›  Fix some Windows specific bugs #216
    • ๐Ÿ‘Œ Improve output for package index updates #227
    • โšก๏ธ Automatically update indices as necessary #227
    • --verbose flag #217
    • โœ‚ Remove packages (HTTPS and Git) #199
    • Config values for system-ghc and install-ghc
    • ๐Ÿ— Merge stack deps functionality into stack build
    • install command #153 and #272
    • ๐Ÿ overriding architecture value (useful to force 64-bit GHC on Windows, for example)
    • โœ… Overhauled test running (allows cycles, avoids unnecessary recompilation, etc)
  • v0.0.1 Changes

    • ๐Ÿš€ First public release, beta quality