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

feat: support named arguments in localization #3181

Merged
merged 6 commits into from
Sep 11, 2023
Merged

Commits on Sep 4, 2023

  1. feat: support named arguments in localization

    Tempura does not support map argument by default, but it can be configured using :resource-compiler. Here we re-use existing Tempura functionality by transforming named parameters into vector index parameters, then transform collected map parameters into sorted vector arg, and finally pass through Tempura default resource compiler. Map argument transformation is cached separately (from Tempura).
    aatkin committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    bfc2d15 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7c67dc View commit details
    Browse the repository at this point in the history
  3. doc: update changelog

    aatkin committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    bdae68d View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Configuration menu
    Copy the full SHA
    d1798d5 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Configuration menu
    Copy the full SHA
    d2bd65b View commit details
    Browse the repository at this point in the history
  2. fix: merge artifact

    aatkin committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    5a48d39 View commit details
    Browse the repository at this point in the history