summaryrefslogtreecommitdiffstats
path: root/docs/05_releases.mkd
diff options
context:
space:
mode:
authorJames Moger <james.moger@gmail.com>2011-08-30 19:26:27 -0400
committerJames Moger <james.moger@gmail.com>2011-08-30 19:26:27 -0400
commit69f2302c957a737564988aff2d9ae7b66287fe9d (patch)
tree7a454ca375a961b4fca57e275c37c348d2cb5181 /docs/05_releases.mkd
parent5b1113a29cc76253351616a9893b486b2996ea85 (diff)
downloadiciql-69f2302c957a737564988aff2d9ae7b66287fe9d.tar.gz
iciql-69f2302c957a737564988aff2d9ae7b66287fe9d.zip
Undeprecated interface configuration. Added more Define methods.
I've revised my thinking about interface configuration. I think its a good option and should be supported. Field scope is now ignored across the board. If the developer does not want to map a field and is using the interface configuration approach, then the field should be annotated with IQIgnore.
Diffstat (limited to 'docs/05_releases.mkd')
-rw-r--r--docs/05_releases.mkd14
1 files changed, 12 insertions, 2 deletions
diff --git a/docs/05_releases.mkd b/docs/05_releases.mkd
index bd3c853..3d50a5b 100644
--- a/docs/05_releases.mkd
+++ b/docs/05_releases.mkd
@@ -6,6 +6,18 @@
**%VERSION%** ([zip](http://code.google.com/p/iciql/downloads/detail?name=%ZIP%)|[jar](http://code.google.com/p/iciql/downloads/detail?name=%JAR%)) &nbsp; *released %BUILDDATE%*
+- api change release (API v7)
+- Undeprecated interface configuration
+- Interface configuration now maps ALL fields, not just public fields
+- Added @IQIgnore annotation to explicitly skip fields for interface configuration
+- Created additional Define static methods to bring interface configuration to near-parity with annotation configuration
+- Documented POJO configuration option (limited subset of interface configuration)
+- Fix to PostgreSQL dialect when creating autoincrement columns
+
+### Older Releases
+
+**0.7.0** &nbsp; *released 2011-08-17*
+
- api change release (API v6)
- Finished MySQL dialect implementation. MySQL 5.0.51b passes 100% of tests.
- Added PostgreSQL dialect. PostgreSQL 9.0 passes all but the boolean-as-int tests.
@@ -15,8 +27,6 @@
- Added IciqlLogger.warn method
- Added IciqlLogger.drop method
-### Older Releases
-
**0.6.6** &nbsp; *released 2011-08-15*
- api change release (API v5)