Changes for Koha::Contrib::ValueBuilder::RepeatableAutocomplete

1.006     2025-08-29 10:50:51+02:00
    - instead of showing an alert, just create the target subfield
      if it is missing (Tadeusz „tadzik” Sośnierz)


1.005     2025-08-21 15:16:29+02:00

    - show a JS alert if there is no free target subfield
    - rework RDA data structure
    - show an addon label


1.004     2023-06-05 12:08:06+02:00
    - add more RDA Creator / Other Agent values from
      https://wiki.dnb.de/download/attachments/106042227/AH-017.pdf


1.003     2022-02-01 16:54:31+01:00
    - add build_builder_inline_multiple to set multiple subfields
    - use defined-or so we can have a minLength of 0


1.002     2022-01-26 22:07:46+01:00
    - fix botched export list


1.001     2022-01-26 16:20:33+01:00
    - infer marc field from html field the JS is bound to
    - renamed scripts and functions to make it clear they work for multiple marc fields
    - fix some minor POD errors


1.000     2022-01-24 12:32:23+01:00
    - first release to CPAN