Skip to content

Commit

Permalink
Merge branch 'trunk' into 47-customer-error-message
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusDunn authored Jul 25, 2024
2 parents eb70395 + 798f4c4 commit dec580f
Show file tree
Hide file tree
Showing 39 changed files with 649 additions and 323 deletions.
1 change: 1 addition & 0 deletions .java-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
21
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,35 @@
This list is not intended to be all-encompassing - it will document major and breaking API changes with their rationale
when appropriate:

### v2.19.0.0
- **all** : Upgrade of dependencies including Kotlin to v2 and gradle.
- **result4k** : Add fold and bidimap functions

- **data4k** [Fix] Problem with deserialisation of numeric value types (due to int/long coercion by Jackson

### v2.18.0.1
- **data4k** [Fix] Problem with deserialisation of numeric value types (due to int/long coercion by Jackson

### v2.18.0.0
- **data4k** Make DataContainer contents mutable as chaining does not work otherwise.
- **data4k** Added updateWith() method to DataContainer to allow making a update of objects with an updated field

### v2.17.0.0
- **data4k** [Possible Break] DataContainers make a copy of their content data on construction.
- **data4k** Added copy() method to DataContainer to allow making a copy of objects with an updated field

## v2.16.1.0
- **data4k** Finalise methods (should have been non-open)

### v2.16.0.1
- **data4k** Fix serialisation of booleans.

### v2.16.0.0
- **data4k** [Unlikely Break] : Better support for values4k tiny types - we use the correct representation as per the show method if there is a non-primitive datatype underneath the covers.

### v2.15.2.0
- **all** : Upgrade of dependencies and gradle. Convert build to kotlin.

### v2.15.1.0
- **data4k** : Rename methods for consistency. Old methods have been deprecated.

Expand Down
226 changes: 0 additions & 226 deletions build.gradle

This file was deleted.

Loading

0 comments on commit dec580f

Please sign in to comment.