1.0.0-beta4
This commit is contained in:
parent
19b8e48084
commit
7ade151ecc
3 changed files with 12 additions and 5 deletions
|
|
@ -1,3 +1,9 @@
|
|||
## Changes between 1.0.0-beta4 and 1.0.0-beta5
|
||||
|
||||
No changes yet.
|
||||
|
||||
|
||||
|
||||
## Changes between 1.0.0-beta3 and 1.0.0-beta4
|
||||
|
||||
### Support for URI connections (and thus PaaS provides like Heroku)
|
||||
|
|
|
|||
|
|
@ -15,11 +15,12 @@ wanted a client that will
|
|||
* Be well documented.
|
||||
* Be well tested.
|
||||
* Be maintained, do not carry technical debt from 2009 forever.
|
||||
* Target Clojure 1.3.0 and later from the ground up.
|
||||
* Integrate with libraries like clojure.data.json and Joda Time.
|
||||
* Provide support for unit testing: factories/fixtures DSL, collection cleaner functions, clojure.test integration and so on.
|
||||
* Integrate usage of JavaScript files and ClojureScript (as soon as the compiler gets artifact it is possible to depend on for easy embedding).
|
||||
* Support URI connections to be friendly to Heroku and other PaaS providers.
|
||||
* Learn from other clients like the Java and Ruby ones.
|
||||
* Target Clojure 1.3.0 and later from the ground up.
|
||||
* Integrate usage of JavaScript files and ClojureScript (as soon as the compiler gets artifact it is possible to depend on for easy embedding).
|
||||
|
||||
|
||||
## Documentation & Examples
|
||||
|
|
@ -45,7 +46,7 @@ together with documentation guides and dedicated website.
|
|||
|
||||
With Leiningen:
|
||||
|
||||
[com.novemberain/monger "1.0.0-beta3"]
|
||||
[com.novemberain/monger "1.0.0-beta4"]
|
||||
|
||||
|
||||
With Maven:
|
||||
|
|
@ -53,7 +54,7 @@ With Maven:
|
|||
<dependency>
|
||||
<groupId>com.novemberain</groupId>
|
||||
<artifactId>monger</artifactId>
|
||||
<version>1.0.0-beta3</version>
|
||||
<version>1.0.0-beta4</version>
|
||||
</dependency>
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
(defproject com.novemberain/monger "1.0.0-SNAPSHOT"
|
||||
(defproject com.novemberain/monger "1.0.0-beta4"
|
||||
:description "Monger is an experimental idiomatic Clojure wrapper around MongoDB Java driver"
|
||||
:min-lein-version "2.0.0"
|
||||
:license {:name "Eclipse Public License"}
|
||||
|
|
|
|||
Loading…
Reference in a new issue