Skip to content

Releases: dmart28/ressor

Release 1.3.0

05 Jan 17:53

Choose a tag to compare

#14 Add the ability to provide custom ObjectMapper for XML/JSON/YAML translation.

#15 Deleted translator sugar methods from RessorBuilder, move to Translators. Improve compile-time safety on translator output type by incurring it to RessorBuilder and internal classes.

Release 1.2.2

03 Jan 11:50

Choose a tag to compare

  • Add new abortIf action with a simple predicate

Release 1.2.1

16 Dec 18:17

Choose a tag to compare

  • Throw FileNotFoundException if file not initially found in Git repository

Milestone 1.2.0

13 Dec 10:55

Choose a tag to compare

#10 Add manual reload methods to Ressor
#11 Throw exception when file doesn't exist in GitSource

Release 1.1.2

12 Dec 07:02

Choose a tag to compare

  • Fix issue where private keys for Git repository were not working correctly
  • Up most libraries to the latest versions

Release 1.1.1

11 Dec 09:26

Choose a tag to compare

  • More proper naming of resources factory methods

Milestone 1.1.0

10 Dec 14:50

Choose a tag to compare

#8 - Decouple ResourceId from Source implementations
#9 - Implement reload actions