From 0c76b61f7c0873567507a705726cf86b58e0e59e Mon Sep 17 00:00:00 2001 From: James Moger Date: Wed, 22 Oct 2014 21:56:32 -0400 Subject: Documentation --- releases.moxie | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'releases.moxie') 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: -- cgit v1.2.3