limux 发表于 2013-1-15 02:23:55

Leiningen Release 1.3.0!

做为Clojure的主流构建工具,在昨天Clojure1.2.0发布不到一天的时间内,Leiningen 1.3.0 也发布了。

1.1.0正在用,1.2.0没有试验过,就要开始1.3.0的征程了。



CHANGELOG:



= 1.3.0 / 2010-08-19


* Add :omit-source option to project.clj for shipping aot-only jars.


* Make repl task listen on a socket as well as the command-line.


* Write shell wrapper scripts at installation time. See TUTORIAL.md.


* Put user-level plugins in ~/.lein/plugins on the classpath.


* Load ~/.lein/init.clj on startup.


* Execution of per-project initialization script, specified in :repl-init-script option.

  (Alex Ott)


* Switch to /bin/sh instead of bash. (Mike Meyer)


* Allow multiple tasks to be chained from the command-line. (Colin Jones)


* Add test! task that cleans and does deps before testing.


* Add interactive task for entering tasks in a shell-like environment.


* Work around argument escaping bug on Windows. (Laurence Hygate)


* Require hooks to be specified in project.clj.


* Detect download failures in self-install.


* Add resources and test-resources paths to pom. (Brian Weber)


* Fix bug causing crash if OS name wasn't recognized.


* Improve AOT staleness determination heuristic.


* Fix bug where uberjar left out dependencies for non-AOT'd projects. (Alex Ott)

 
页: [1]
查看完整版本: Leiningen Release 1.3.0!