- Added support for documenting custom defines and metadata (#573)
- Fixed a segmentation fault on Linux systems
- Fixed too strict requirements to haxelib.json data for private libs (#484)
- Fixed git dependencies support in haxelib.json (#476)
- Added
haxelib libpathcommand (#407) - Allow forcing proxy configuration if proxy test failed (#411)
- Use version specified by
-lib library:1.2.3even if currently active one isdev - Strip comments from extraParams.hxml for
haxelib path(#439) - Automatically retry failing downloads 3 times
- Allow environment variables in dev paths using
%VAR_NAME%syntax. E.g.:/path/to/%MY_ENV_VAR%/lib - Handle HAXELIB_NO_SSL environment variable to disable https on requests to haxelib server (#448)
- Added
--skip-dependenciesoption (#343) - Look for
.haxeliblocal repo recursively up along the directories tree (#292)
- Fix password input issue in Windows (#421)
- Only use 'dev' version when no explicit version ask or version not installed
- Add ability to ignore proxy test failure (#413)
- Improved file download to support 3 retries and http redirections
- Default to use https to access lib.haxe.org
- Add
haxelib libpath(#410) - Remove progress output if
--quiet(#373) - Include commit hash in
haxelib versionwhen build from git source - Support git dependencies (#344)
- New haxelib self-updating mechanism (#172, #293)
- Haxelib new version notification (#282)
- Partial download resume support (#133)
- Respect
-notimeoutfor uploading and downloading files (#235) haxelib runnow setsHAXELIB_RUN_NAMEenvironment variable to the library name (#293)- Fixed order of library versions in
haxelib list(#83) - Merged
upgradeandupdatecommands (#188) - Deprecated now redundant commands:
local,selfupdate(#288) - Fixed suggested repository path on Linux (#242)
- Suggested repository path on OSX is now
/usr/local/lib/haxe/lib(#250) haxelib install <file>.hxmlnow checks hxml files recursively (#200)- Git/Hg checkouts don't set dev mode unless subdir is specified now (#263)
- Tons of smaller fixes, cleanups and optimizations