All Versions
65
Latest Version
Avg Release Cycle
62 days
Latest Release
836 days ago

Changelog History
Page 7

  • v0.6.0 Changes

    October 12, 2014

    โœจ Enhancements

    • โž• Add support for packages with a different OTP application name than the package name
    • โž• Add task mix hex.docs for uploading project documentation
    • โž• Add email confirmation

    ๐Ÿ› Bug fixes

    • ๐Ÿ‘ Allow you to change your password with mix hex.user update
    • ๐Ÿ“ฆ Correctly display dependencies in mix hex.info PACKAGE VERSION
    • ๐Ÿ‘Œ Verify peer certificates when fetching tarball
  • v0.5.0 Changes

    September 19, 2014

    โœจ Enhancements

    • ๐Ÿ‘Œ Verify peer certificate for SSL (only available in OTP 17.3)
    • โฌ‡๏ธ Reduce archive size with compiler option debug_info: false
    • โž• Add support for config as an erlang term file
    • Warn if Hex was built against a different major.minor Elixir version
  • v0.4.3

    September 06, 2014
  • v0.4.2 Changes

    August 31, 2014

    โœจ Enhancements

    • โž• Add task hex.user whoami that prints the locally authorized user
    • โž• Add task hex.user deauth to deauthorize the local user
    • Rename environment variable HEX_URL to HEX_API to not confuse it with HEX_CDN

    ๐Ÿ› Bug fixes

    • ๐Ÿ–จ Print newline after progress bar
  • v0.4.1 Changes

    August 12, 2014

    โœจ Enhancements

    • โž• Add progress bar for uploading the tarball when publishing
    • Compare tarball checksum against checksum in registry
    • โฌ†๏ธ Bump tarball support to version 3
    • ๐Ÿ“‡ Rename task for authenticating on the local machine from hex.key new to hex.user auth
    • โœ‚ Remove the ability to pass password as a CLI parameter

    ๐Ÿ› Bug fixes

    • ๐Ÿ‘Œ Support lower-case proxy environment variables
    • โœ‚ Remove any timeouts when fetching package tarballs