diff options
Diffstat (limited to 'docs/05_releases.mkd')
-rw-r--r-- | docs/05_releases.mkd | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/docs/05_releases.mkd b/docs/05_releases.mkd index eb2c93c..f2f14cc 100644 --- a/docs/05_releases.mkd +++ b/docs/05_releases.mkd @@ -1,8 +1,19 @@ ## Release History
### Current Release
+
**%VERSION%** ([zip](http://code.google.com/p/iciql/downloads/detail?name=%ZIP%)|[jar](http://code.google.com/p/iciql/downloads/detail?name=%JAR%)) *released %BUILDDATE%*
+- api change release (API v3)
+- finished enum support (issue 4)
+- added UUID type support (H2 databases only)
+- added partial primitives support *(primitives may not be used for compile-time condition clauses)*
+- added *between(A y).and(A z)* condition syntax
+
+### Older Releases
+
+**0.6.2** *released 2011-08-05*
+
- api change release (API v2)
- fix to versioning to support H2 1.3.158+
- added BLOB support (issue 1)
@@ -20,10 +31,8 @@ %ENDCODE%
- @IQColumn(maxLength=20) -> @IQColumn(length=20)
- @IQColumn(trimString=true) -> @IQColumn(trim=true)
-
-### Older Releases
-
-**0.5.0** ([zip](http://code.google.com/p/iciql/downloads/detail?name=iciql-0.5.0.zip)|[jar](http://code.google.com/p/iciql/downloads/detail?name=iciql-0.5.0.jar)) *released 2011-08-03*
+
+**0.5.0** *released 2011-08-03*
- initial release (API v1)
|