Skip to content

Releases: geoffreywiseman/Moo

Moo v2.1.0

01 Aug 19:01
Compare
Choose a tag to compare

Added

  • List item factories using @CollectionProperty(itemFactory=FactoryClass.class)

Changed

  • Made a series of small dependency updates:
    • Maven SCM, Release and Compiler plugins
    • MVEL
    • JUnit
    • SLF4J
    • Mockito
    • Logback

Moo v2.0

18 Nov 15:14
Compare
Choose a tag to compare

Moo v2.0 includes the following:

  • Multiple modules, to separate MVEL from the core
  • Source properties
  • Item source expressions
  • Map translation
  • Translating objects to strings
  • Translating target factories
  • Cross-collection translation
  • Translator and annotation caching
  • toString() for debugging
  • Extracted Translator Factory from Configuration

See the full release notes for details.

Moo v1.3

18 Nov 15:15
Compare
Choose a tag to compare

Moo v1.3 includes the following

  • Update collections
  • Ignore fields/methods
  • Don't remove on update
  • Optional properties
  • Private/protected no-arg constructors
  • Use translation on update

See the full release notes for details.