Skip to content

Releases: yonaskolb/Mint

0.9.1

13 Apr 02:11
Compare
Choose a tag to compare
  • made Mintfile package lookup case insensitive @yonaskolb
  • fixed Minfile lookup by simple name on install

Commits

0.9.0

12 Apr 12:19
Compare
Choose a tag to compare
  • added Mintfile for adding a list versioned dependencies #72 @Lutzifer
  • added MINT_PATH and MINT_INSTALL_PATH environment variables #65 @yonaskolb
  • fixed build errors not being logged #71 @yonaskolb

Commits

0.8.0

03 Apr 04:46
Compare
Choose a tag to compare
  • add ssh support #60 @Lutzifer
  • add --silent argument #64 @yonaskolb
  • build packages using the current version of macOS #61 @LinusU
  • bundle Swift with installations, so they don't fail with Swift updates #70 @yonaskolb
  • show globally installed packages with a * in mint list #56 @yutailang0119
  • Move homebrew formula from this repo to official homebrew repo (no more custom tap required) #63 yonaskolb
  • help output changes #55 @pixyzehn

Commits

0.7.1

06 Jan 10:00
Compare
Choose a tag to compare
  • add backwards compatibility for mint run calls still using quotes
  • don't log error message from mint if run executable fails

Commits

0.7.0

06 Jan 09:28
Compare
Choose a tag to compare
  • install and update now link the executable to usr/local/bin by default, for global usage. Disable this with --global:false #41 #44 #45
  • arguments to an executable no longer have to be surrounded in quotes. mint run yonaskolb/xcodegen xcodegen --spec myspec.yml
  • added streaming of run command output #36
  • added --verbose flag for cloning and building output #36
  • add MINT and RESOURCE_PATH envs #36
  • fixed ANSI color issue #36
  • replaced ShellOut with SwiftShell #36
  • added a whole bunch of tests

Commits

0.6.1

01 Dec 09:33
Compare
Choose a tag to compare
  • Fixed calculation of latest version #30
  • Integrated SwiftPM for versioning, more integrations will follow #30

Commits

0.6.0

30 Nov 22:39
Compare
Choose a tag to compare
  • Fixed issues on case‐sensitive file systems #19 @SDGGiesbrecht
  • Fixed updating branches and packages without checked in Package.resolved files #24
  • Package repos are now checked out fresh on each install #24
  • If not passing a version, tags are now fetched remotely #24
  • Clones are now shallow #28
  • Added mint list command for listing all installed package versions #25
  • Added mint --version #27

0.5.0

13 Oct 15:33
Compare
Choose a tag to compare
  • BREAKING: Changed version from the second argument to an @ suffix on the repo

Commits

0.4.1

03 Oct 15:39
Compare
Choose a tag to compare
  • Fixed installing a package without tags when version isn't specified #7 by @orta

Commits

0.4.0

01 Oct 16:45
Compare
Choose a tag to compare
  • Fixed permission issues in High Sierra

Commits