summaryrefslogtreecommitdiffstats
path: root/releases.moxie
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2014-10-22 21:56:32 -0400
committerJames Moger <james.moger@gitblit.com>2014-10-22 22:29:05 -0400
commit0c76b61f7c0873567507a705726cf86b58e0e59e (patch)
tree82f4f320d5b7857dc321ab07a439dd204c9b2f1d /releases.moxie
parentc7b36b245d619206dbac00873c8deb7c0681bbe4 (diff)
downloadiciql-0c76b61f7c0873567507a705726cf86b58e0e59e.tar.gz
iciql-0c76b61f7c0873567507a705726cf86b58e0e59e.zip
Documentation
Diffstat (limited to 'releases.moxie')
-rw-r--r--releases.moxie10
1 files changed, 7 insertions, 3 deletions
diff --git a/releases.moxie b/releases.moxie
index 47e06d3..a21662e 100644
--- a/releases.moxie
+++ b/releases.moxie
@@ -5,7 +5,11 @@ r21: {
title: ${project.name} ${project.version} released
id: ${project.version}
date: ${project.buildDate}
- note: "If you are upgrading and using EnumId mapping you will have to update your models to define the target class for the enumid mapping."
+ note: ''
+ If you are upgrading and using EnumId mapping you will have to update your enums to define the target class for the EnumId interface since it is now generified.
+
+ Switching to using generic types with the EnumId interface allows you to implement alternative enum-type mappings which may make more sense for your business logic.
+ ''
html: ~
text: ~
security: ~
@@ -16,8 +20,8 @@ r21: {
changes:
- Revised EnumId interface to support generic types (pr-6)
additions:
- - Add syntax for IN and NOT IN (pr-7)
- - Add support for nested AND/OR conditions (pr-8)
+ - Add syntax oneOf/noneOf for IN and NOT IN (pr-7)
+ - Add support for compound nested AND/OR conditions (pr-8)
- Add support for mapping SQL BOOLEAN to primitive numeric types, not just object numeric types
- Add support for customizing EnumId mapping, you can now map enum constants to values of your choice as long as they are a standard type
dependencyChanges: