Skip to content
This repository has been archived by the owner on Nov 19, 2018. It is now read-only.

Releases: fastlane-old/fastlane_core

1.0.0 Update to support fastlane 2.0

18 Dec 23:33
Compare
Choose a tag to compare
  • Note: Previous fastlane 2.0 compatible releases were removed due to cyclic dependency errors
  • This release is only compatible with fastlane 2.0. To continue using fastlane 1, please use older releases
  • Calling <tool-name> from the commandline is now deprecated. Please use fastlane <tool-name> instead.

0.60.1 Hotfix

15 Dec 21:02
Compare
Choose a tag to compare

Include fastlane version in core

0.60.0 Improvements

13 Dec 05:03
Compare
Choose a tag to compare
  • Env Class, fixes #7326 (#7421)
  • improve documentation (#7364)

0.59.0 Improvements

07 Dec 21:16
Compare
Choose a tag to compare
  • Add support for inspecting the installation method
  • Report installation method to refresher
  • Fix issues looking up keychains in macOS Sierra
  • Support command line tools

0.58.0 Move all fastlane configs to ~/.fastlane

05 Dec 22:24
Compare
Choose a tag to compare
  • Move all fastlane configs to ~/.fastlane
  • Show GitHub issue search error only in verbose mode (#7279)
  • FastlaneCore::Simulator reset by version
  • Update Gemfile setup to use local copy by default (#7296)

0.57.2 Improvements

29 Nov 23:18
Compare
Choose a tag to compare
  • Fix the tests allow for interactive? to be for UI not Helper (#7253)
  • Remove babosa dependency from fastlane_core (#7248)
  • sensitive flag on config items (#7169)
  • Fix rbenv install message (#7173)
  • Fix tool collector on ruby == 2.0.0 (#7164)

0.57.1 Bug fix

23 Nov 20:21
Compare
Choose a tag to compare
  • Fix parsing build settings when Toolchain specified (#7144)

0.57.0 Improvements

21 Nov 20:15
Compare
Choose a tag to compare
  • Add Project.supported_platforms method (#6925)
  • move keychain_path to core (#7075)
  • Pass configuration to showBuildSettings command (#6114)
  • namespace the SELF_CONTAINED env variable (#7042)

0.56.0 Improvements

16 Nov 20:38
Compare
Choose a tag to compare
  • iTunes Transporter fix when working with app-specific passwords
  • Move update command to its own method

0.55.1 Improve metrics collection

15 Nov 20:20
Compare
Choose a tag to compare
  • Pass generated Fastfile ID through to enhancer (#7022)