Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chainable constructions and Time-to-string conversion #20

Merged
merged 5 commits into from
Dec 20, 2023

Conversation

rompetroll
Copy link
Contributor

This change introduces two improvements for outgoing mappings (reading from layer):

  1. support for using time.Time item values in places that require string. e.g. UriPatterns, various constructions like concat, replace etc. The mapper will now autoconvert time.Time values to ISO8601 string format for this purpose
  2. ability to chain multiple constructions together for more options when composing values. See included unit test for possible usage benefits

@rompetroll rompetroll requested a review from gra-moore December 20, 2023 10:00
@rompetroll rompetroll merged commit 73ae04d into master Dec 20, 2023
1 check passed
@rompetroll rompetroll deleted the feat/chainable-constructions branch December 20, 2023 12:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants