2.0.0-beta8 (12-Jan-2023)
Pre-release
Pre-release
- Feature: Add
unix_path_package_info_legacy
function for those cases in which it is used inpackage_info
in recipes that require compatibility with Conan 1.x. In Conan 2, path conversions should not be performed in thepackage_info
method. (#12886) - Feature: New serialization json and printing for
conan list
. (#12883) - Feature: Add requirements to
conan new cmake_{lib,exe}
(#12875) - Feature: Allow
--no-remotes
to force temporal disabling of remotes (#12808) - Feature: Add barebones template option to conan new. (#12802)
- Feature: Avoid requesting package configuration if PkgID is passed. (#12801)
- Feature: Implemented
conan list *#latest
andconan list *:*#latest
. Basically, this command can show the latest RREVs and PREVs for all the matching references. (#12781) - Feature: Allow chaining of
self.output
write methods (#12780) - Fix: Make
graph info
filters to work on json output too (#12836) - Bugfix: Fix bug to pass a valid GNU triplet when using AutotoolsToolchain and cross-building on Windows. (#12881)
- Bugfix: Ordering if same ref.name but different versions. (#12801)