Skip to content

Latest commit

 

History

History
311 lines (229 loc) · 25.5 KB

CHANGELOG.md

File metadata and controls

311 lines (229 loc) · 25.5 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

3.26.4 - 2024-09-17

✨ New Features

♻️ Refactors

3.26.3 - 2024-09-06

✨ New Features

🐛 Bug Fixes

♻️ Refactors

👷 Build System

3.24.2 - 2024-08-13

🐛 Bug Fixes

3.24.0 - 2024-07-23

👷 Build System

3.23.8 - 2024-07-18

🐛 Bug Fixes

♻️ Refactors

3.23.7 - 2024-07-15

🐛 Bug Fixes

3.23.6 - 2024-07-15

👷 Build System

3.23.5 - 2024-07-11

✨ New Features

🐛 Bug Fixes

👷 Build System

3.22.8 - 2024-06-21

🐛 Bug Fixes

✅ Tests

3.22.7 - 2024-06-18

✨ New Features

  • horizontal unique choice cells in lunatic tables (PR #1042 by @nsenave)

🐛 Bug Fixes

  • lunatic input number description with large numbers (PR #1040 by @nsenave)

♻️ Refactors

  • improve null management in table cells mapping (commit by @nsenave)

3.22.4 - 2024-06-13

✨ New Features

🐛 Bug Fixes

👷 Build System

3.21.8 - 2024-06-05

🐛 Bug Fixes

3.21.5 - 2024-05-21

✨ New Features

🐛 Bug Fixes

♻️ Refactors

✅ Tests

👷 Build System

3.19.4 - 2024-04-24

✨ New Features

🐛 Bug Fixes

✅ Tests

👷 Build System

3.18.5 - 2024-04-05

🐛 Bug Fixes

👷 Build System

3.18.2 - 2024-03-25

✨ New Features

♻️ Refactors

👷 Build System

3.17.3 - 2024-02-26

🐛 Bug Fixes

3.17.2 - 2024-02-23

♻️ Refactors

3.17.1 - 2024-02-07

🐛 Bug Fixes

♻️ Refactors

👷 Build System

3.17.0 - 2024-02-02

🐛 Bug Fixes

♻️ Refactors

👷 Build System

📝 Documentation Changes

3.16.1 - 2024-01-30

🐛 Bug Fixes

👷 Build System

  • 063e513 - release: add github token to authorize auto commit (commit by @nsenave)

3.16.0 - 2024-01-29

👷 Build System

  • 3a3b00c - java 21 (PR #879 by @nsenave)

🚀 CI Workflow Changes

  • 0e339f5 - update release note action (commit by @nsenave)
  • 0c0a29e - add dependabot config file (commit by @nsenave)
  • ab1dd36 - write changelog file in release workflow (commit by @nsenave)
  • a35ebf9 - refine previous tag search regex (commit by @nsenave)
  • 6a7ffa9 - add 'latest' tag in docker publish (commit by @nsenave)

📝 Documentation Changes

  • b3fe5d8 - init changelog file (commit by @nsenave)
  • 5e83285 - add property to link release note in swagger (commit by @nsenave)

3.15.10 - 2024-01-27

♻️ Refactors

  • b33ae13 - remove usage of deprecated Lunatic-Model method (commit by @nsenave)

📝 Documentation Changes

  • 8011be4 - add javadoc on Eno parameters
  • 2eefa4b - add javadoc in Eno questionnaire
  • 04f383f - add javadoc in label objects
  • 84abca3 - update javadoc in code list classes
  • cf566bc - add javadoc in binding reference class

👷 Build System

  • c133df3 - bump org.springframework.boot from 3.2.0 to 3.2.2 (#871)
  • 39b1687 - bump com.networknt:json-schema-validator from 1.1.0 to 1.2.0 (#870)

3.15.9 - 2024-01-22

🐛 Bug Fixes

  • aad6fb4 - ddi expression references resolution (PR #873 by @nsenave)

3.15.8 - 2024-01-19

🐛 Bug Fixes

  • 7f24b39 - lunatic shape from (PR #869 by @nsenave)
    • ↘️ fixes issue #864 opened by @AnneHuSKa

3.15.7 - 2024-01-17

♻️ Refactors

  • ad5078b - null cases handling for ddi code lists (PR #863 by @nsenave)
    • ↘️ fixes issue #862 opened by @AnneHuSKa

3.15.6 - 2024-01-17

🐛 Bug Fixes

  • 53a7dce - controls: info criticality everywhere (PR #861 by @nsenave)

3.15.5 - 2024-01-15

🎉 First production release of Eno Java.

✨ Main feature: DDI to Lunatic transformation.

♻️ Eno web API has been enhanced.