Rand Stats

App::Ecosystems

zef:lizmat
Revision history for App::Ecosystems

0.0.8  2025-01-01T13:12:13+01:00
    - Bumped dependency on Identity::Utils to allow
      partial imports
    - Bumped dependency on String::Utils because we can
    - Fix import name clash by only importing subs from
      Identity::Utils that are actually needed

0.0.7  2024-12-11T14:49:16+01:00
    - Bumped dependency on "Ecosystem" to get "releas-dates"
      method
    - Added support for "release-dates" command

0.0.6  2024-12-04T12:35:56+01:00
    - Bumped dependency on "Ecosystem" to get "auths" method
    - Added support for "auths" and "update" commands
    - Renamed "api" action to "default-api"
    - Renamed "authority" action to "default-auth"
    - Renamed "from" action to "default-from"
    - Renamed "version" action to "default-ver"
    - Added dependency on "String::Utils" to get "word-at"
    - Added dependency on "META::verauthapi" to get automatic
      .^ver, .^auth, ^api setting
    - Made completions fully functional
    - Added much more interactive documentation

0.0.5  2024-12-03T14:33:29+01:00
    - Bumped dependency on "Ecosystem" to get direct calling
      functionality of Map::Match, and "authors" and "tags" support
    - Bumped dependency on "Commands" to get "resolve-command"
    - Added support for "authors" and "tags" commands
    - Added some tags

0.0.4  2024-11-30T17:19:53+01:00
    - Bumped dependency on "Commands" to get default in-depth
      help handling
    - Tweaked documentation a bit
    - Added in-depth help for all currently supported commands

0.0.3  2024-11-29T19:02:38+01:00
    - Show header with info of loaded ecosystem
    - Allow "zef" as an alias for "fez"
    - Changed "identity" keyword to "identities"
    - Changed "distro" keyword to "distros"
    - Allow a regex to be specified with "distro",
      "identities" and "use-targets"
    - Bumped dependency on "Ecosystem" to fix loading of
      'cpan' and 'p6c' ecosystems, use of .longname and
      using a regex with "find-identities"
    - Updated some more documentation

0.0.2  2024-11-28T20:56:42+01:00
    - Bumped dependency on "Ecosystem" to fix handling of
      distributions without a name
    - Made the "editor" command work again
    - By default, only show meaningful fields with the
      "meta" command, use "verbose" to see them all
    - Added documentation about the available commands

0.0.1  2024-11-28T15:16:44+01:00
    - Initial version