UNPKG

@rxap/open-api

Version:

This package provides tools for working with OpenAPI specifications in Angular applications. It includes services for configuring and loading OpenAPI definitions, validating requests and responses against schemas, and handling errors. It also offers utili

668 lines (657 loc) 66.5 kB
<!doctype html> <html class="no-js" lang=""> <head> <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <title>angular-open-api</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="icon" type="image/x-icon" href="./images/favicon.ico"> <link rel="stylesheet" href="./styles/style.css"> <link rel="stylesheet" href="./styles/dark.css"> </head> <body> <script> // Blocking script to avoid flickering dark mode // Dark mode toggle button var useDark = window.matchMedia('(prefers-color-scheme: dark)'); var darkModeState = useDark.matches; var $darkModeToggleSwitchers = document.querySelectorAll('.dark-mode-switch input'); var $darkModeToggles = document.querySelectorAll('.dark-mode-switch'); var darkModeStateLocal = localStorage.getItem('compodoc_darkmode-state'); function checkToggle(check) { for (var i = 0; i < $darkModeToggleSwitchers.length; i++) { $darkModeToggleSwitchers[i].checked = check; } } function toggleDarkMode(state) { if (window.localStorage) { localStorage.setItem('compodoc_darkmode-state', state); } checkToggle(state); const hasClass = document.body.classList.contains('dark'); if (state) { for (var i = 0; i < $darkModeToggles.length; i++) { $darkModeToggles[i].classList.add('dark'); } if (!hasClass) { document.body.classList.add('dark'); } } else { for (var i = 0; i < $darkModeToggles.length; i++) { $darkModeToggles[i].classList.remove('dark'); } if (hasClass) { document.body.classList.remove('dark'); } } } useDark.addEventListener('change', function (evt) { toggleDarkMode(evt.matches); }); if (darkModeStateLocal) { darkModeState = darkModeStateLocal === 'true'; } toggleDarkMode(darkModeState); </script> <div class="navbar navbar-default navbar-fixed-top d-md-none p-0"> <div class="d-flex"> <a href="./" class="navbar-brand">angular-open-api</a> <button type="button" class="btn btn-default btn-menu ion-ios-menu" id="btn-menu"></button> </div> </div> <div class="xs-menu menu" id="mobile-menu"> <div id="book-search-input" role="search"><input type="text" placeholder="Type to search"></div> <compodoc-menu></compodoc-menu> </div> <div class="container-fluid main"> <div class="row main"> <div class="d-none d-md-block menu"> <compodoc-menu mode="normal"></compodoc-menu> </div> <!-- START CONTENT --> <div class="content getting-started"> <div class="content-data"> <h1>Change Log</h1> <p>All notable changes to this project will be documented in this file. See <a href="https://conventionalcommits.org">Conventional Commits</a> for commit guidelines.</p> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@19.0.3-dev.2...@rxap/open-api@19.0.3">19.0.3</a> (2025-03-07)</h2> <p><strong>Note:</strong> Version bump only for package @rxap/open-api</p> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@19.0.3-dev.1...@rxap/open-api@19.0.3-dev.2">19.0.3-dev.2</a> (2025-02-28)</h2> <p><strong>Note:</strong> Version bump only for package @rxap/open-api</p> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@19.0.3-dev.0...@rxap/open-api@19.0.3-dev.1">19.0.3-dev.1</a> (2025-02-26)</h2> <h3>Bug Fixes</h3> <ul> <li>update package groups (<a href="https://gitlab.com/rxap/packages/commit/5810ff609fe867842a6c9fc8531511dc1e97587a">5810ff6</a>)</li> </ul> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@19.0.2...@rxap/open-api@19.0.3-dev.0">19.0.3-dev.0</a> (2025-02-25)</h2> <h3>Bug Fixes</h3> <ul> <li>update package groups (<a href="https://gitlab.com/rxap/packages/commit/7060546f6e8c0c7644bd18f5ad6b1ed62c672fc2">7060546</a>)</li> </ul> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@19.0.2-dev.3...@rxap/open-api@19.0.2">19.0.2</a> (2025-02-23)</h2> <p><strong>Note:</strong> Version bump only for package @rxap/open-api</p> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@19.0.2-dev.2...@rxap/open-api@19.0.2-dev.3">19.0.2-dev.3</a> (2025-02-23)</h2> <p><strong>Note:</strong> Version bump only for package @rxap/open-api</p> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@19.0.2-dev.1...@rxap/open-api@19.0.2-dev.2">19.0.2-dev.2</a> (2025-02-23)</h2> <p><strong>Note:</strong> Version bump only for package @rxap/open-api</p> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@19.0.2-dev.0...@rxap/open-api@19.0.2-dev.1">19.0.2-dev.1</a> (2025-02-18)</h2> <h3>Bug Fixes</h3> <ul> <li>update package groups (<a href="https://gitlab.com/rxap/packages/commit/4afd316e33c6edab0e500d7ddc572ae8e48f8c34">4afd316</a>)</li> </ul> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@19.0.1...@rxap/open-api@19.0.2-dev.0">19.0.2-dev.0</a> (2025-02-18)</h2> <p><strong>Note:</strong> Version bump only for package @rxap/open-api</p> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@19.0.1-dev.6...@rxap/open-api@19.0.1">19.0.1</a> (2025-02-13)</h2> <p><strong>Note:</strong> Version bump only for package @rxap/open-api</p> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@19.0.1-dev.5...@rxap/open-api@19.0.1-dev.6">19.0.1-dev.6</a> (2025-02-13)</h2> <h3>Bug Fixes</h3> <ul> <li>update package groups (<a href="https://gitlab.com/rxap/packages/commit/21378b776550fac07c12e59e98c1466e80ea1232">21378b7</a>)</li> </ul> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@19.0.1-dev.4...@rxap/open-api@19.0.1-dev.5">19.0.1-dev.5</a> (2025-02-13)</h2> <p><strong>Note:</strong> Version bump only for package @rxap/open-api</p> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@19.0.1-dev.3...@rxap/open-api@19.0.1-dev.4">19.0.1-dev.4</a> (2025-02-10)</h2> <p><strong>Note:</strong> Version bump only for package @rxap/open-api</p> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@19.0.1-dev.2...@rxap/open-api@19.0.1-dev.3">19.0.1-dev.3</a> (2025-02-07)</h2> <p><strong>Note:</strong> Version bump only for package @rxap/open-api</p> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@19.0.1-dev.1...@rxap/open-api@19.0.1-dev.2">19.0.1-dev.2</a> (2025-01-28)</h2> <p><strong>Note:</strong> Version bump only for package @rxap/open-api</p> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@19.0.1-dev.0...@rxap/open-api@19.0.1-dev.1">19.0.1-dev.1</a> (2025-01-22)</h2> <p><strong>Note:</strong> Version bump only for package @rxap/open-api</p> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@19.0.0...@rxap/open-api@19.0.1-dev.0">19.0.1-dev.0</a> (2025-01-08)</h2> <p><strong>Note:</strong> Version bump only for package @rxap/open-api</p> <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@19.0.0-dev.2...@rxap/open-api@19.0.0">19.0.0</a> (2025-01-08)</h1> <p><strong>Note:</strong> Version bump only for package @rxap/open-api</p> <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@19.0.0-dev.1...@rxap/open-api@19.0.0-dev.2">19.0.0-dev.2</a> (2025-01-03)</h1> <p><strong>Note:</strong> Version bump only for package @rxap/open-api</p> <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@18.0.10-dev.0...@rxap/open-api@19.0.0-dev.1">19.0.0-dev.1</a> (2024-12-11)</h1> <p><strong>Note:</strong> Version bump only for package @rxap/open-api</p> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@18.0.9...@rxap/open-api@18.0.10-dev.0">18.0.10-dev.0</a> (2024-12-10)</h2> <p><strong>Note:</strong> Version bump only for package @rxap/open-api</p> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@18.0.9-dev.0...@rxap/open-api@18.0.9">18.0.9</a> (2024-12-10)</h2> <p><strong>Note:</strong> Version bump only for package @rxap/open-api</p> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@18.0.8...@rxap/open-api@18.0.9-dev.0">18.0.9-dev.0</a> (2024-10-30)</h2> <h3>Bug Fixes</h3> <ul> <li>remove __archived concept (<a href="https://gitlab.com/rxap/packages/commit/6cd40d605ac0c9d45e2e446ac2424a082a6e004e">6cd40d6</a>)</li> </ul> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@18.0.8-dev.2...@rxap/open-api@18.0.8">18.0.8</a> (2024-10-28)</h2> <p><strong>Note:</strong> Version bump only for package @rxap/open-api</p> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@18.0.8-dev.1...@rxap/open-api@18.0.8-dev.2">18.0.8-dev.2</a> (2024-10-25)</h2> <h3>Bug Fixes</h3> <ul> <li>use utility function (<a href="https://gitlab.com/rxap/packages/commit/3cf87c0197971e4f033889ecafc87d615d7a8b02">3cf87c0</a>)</li> </ul> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@18.0.8-dev.0...@rxap/open-api@18.0.8-dev.1">18.0.8-dev.1</a> (2024-10-23)</h2> <h3>Bug Fixes</h3> <ul> <li>support other content types then json (<a href="https://gitlab.com/rxap/packages/commit/d3ba7c43bd7d72b853979fd3df69586c7dc33486">d3ba7c4</a>)</li> </ul> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@18.0.7...@rxap/open-api@18.0.8-dev.0">18.0.8-dev.0</a> (2024-10-04)</h2> <p><strong>Note:</strong> Version bump only for package @rxap/open-api</p> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@18.0.7-dev.0...@rxap/open-api@18.0.7">18.0.7</a> (2024-09-18)</h2> <p><strong>Note:</strong> Version bump only for package @rxap/open-api</p> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@18.0.6...@rxap/open-api@18.0.7-dev.0">18.0.7-dev.0</a> (2024-08-27)</h2> <h3>Bug Fixes</h3> <ul> <li>add server id getter (<a href="https://gitlab.com/rxap/packages/commit/e9ffaaa736338abeb185a1a78c8d8b6bcd4a5b9a">e9ffaaa</a>)</li> </ul> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@18.0.6-dev.0...@rxap/open-api@18.0.6">18.0.6</a> (2024-08-22)</h2> <p><strong>Note:</strong> Version bump only for package @rxap/open-api</p> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@18.0.5...@rxap/open-api@18.0.6-dev.0">18.0.6-dev.0</a> (2024-08-22)</h2> <p><strong>Note:</strong> Version bump only for package @rxap/open-api</p> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@18.0.5-dev.2...@rxap/open-api@18.0.5">18.0.5</a> (2024-07-30)</h2> <p><strong>Note:</strong> Version bump only for package @rxap/open-api</p> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@18.0.5-dev.1...@rxap/open-api@18.0.5-dev.2">18.0.5-dev.2</a> (2024-07-25)</h2> <p><strong>Note:</strong> Version bump only for package @rxap/open-api</p> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@18.0.5-dev.0...@rxap/open-api@18.0.5-dev.1">18.0.5-dev.1</a> (2024-07-09)</h2> <p><strong>Note:</strong> Version bump only for package @rxap/open-api</p> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@18.0.4...@rxap/open-api@18.0.5-dev.0">18.0.5-dev.0</a> (2024-07-03)</h2> <p><strong>Note:</strong> Version bump only for package @rxap/open-api</p> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@18.0.4-dev.0...@rxap/open-api@18.0.4">18.0.4</a> (2024-06-30)</h2> <p><strong>Note:</strong> Version bump only for package @rxap/open-api</p> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@18.0.3...@rxap/open-api@18.0.4-dev.0">18.0.4-dev.0</a> (2024-06-30)</h2> <p><strong>Note:</strong> Version bump only for package @rxap/open-api</p> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@18.0.3-dev.1...@rxap/open-api@18.0.3">18.0.3</a> (2024-06-28)</h2> <p><strong>Note:</strong> Version bump only for package @rxap/open-api</p> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@18.0.3-dev.0...@rxap/open-api@18.0.3-dev.1">18.0.3-dev.1</a> (2024-06-21)</h2> <p><strong>Note:</strong> Version bump only for package @rxap/open-api</p> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@18.0.2...@rxap/open-api@18.0.3-dev.0">18.0.3-dev.0</a> (2024-06-20)</h2> <p><strong>Note:</strong> Version bump only for package @rxap/open-api</p> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@18.0.2-dev.2...@rxap/open-api@18.0.2">18.0.2</a> (2024-06-18)</h2> <p><strong>Note:</strong> Version bump only for package @rxap/open-api</p> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@18.0.2-dev.1...@rxap/open-api@18.0.2-dev.2">18.0.2-dev.2</a> (2024-06-17)</h2> <p><strong>Note:</strong> Version bump only for package @rxap/open-api</p> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@18.0.2-dev.0...@rxap/open-api@18.0.2-dev.1">18.0.2-dev.1</a> (2024-06-17)</h2> <p><strong>Note:</strong> Version bump only for package @rxap/open-api</p> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@18.0.1...@rxap/open-api@18.0.2-dev.0">18.0.2-dev.0</a> (2024-06-05)</h2> <p><strong>Note:</strong> Version bump only for package @rxap/open-api</p> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@18.0.1-dev.0...@rxap/open-api@18.0.1">18.0.1</a> (2024-05-30)</h2> <p><strong>Note:</strong> Version bump only for package @rxap/open-api</p> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@17.0.1...@rxap/open-api@18.0.1-dev.0">18.0.1-dev.0</a> (2024-05-30)</h2> <p><strong>Note:</strong> Version bump only for package @rxap/open-api</p> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@17.0.1...@rxap/open-api@17.0.1">17.0.1</a> (2024-05-29)</h2> <p><strong>Note:</strong> Version bump only for package @rxap/open-api</p> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@17.0.1...@rxap/open-api@17.0.1-dev.0">17.0.1-dev.0</a> (2024-05-29)</h2> <p><strong>Note:</strong> Version bump only for package @rxap/open-api</p> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@17.0.1-dev.0...@rxap/open-api@17.0.1">17.0.1</a> (2024-05-29)</h2> <p><strong>Note:</strong> Version bump only for package @rxap/open-api</p> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@16.0.2...@rxap/open-api@17.0.1-dev.0">17.0.1-dev.0</a> (2024-05-29)</h2> <p><strong>Note:</strong> Version bump only for package @rxap/open-api</p> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@16.0.2-dev.0...@rxap/open-api@16.0.2">16.0.2</a> (2024-05-27)</h2> <p><strong>Note:</strong> Version bump only for package @rxap/open-api</p> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@16.0.1...@rxap/open-api@16.0.2-dev.0">16.0.2-dev.0</a> (2024-05-27)</h2> <p><strong>Note:</strong> Version bump only for package @rxap/open-api</p> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@16.0.1-dev.5...@rxap/open-api@16.0.1">16.0.1</a> (2024-04-17)</h2> <p><strong>Note:</strong> Version bump only for package @rxap/open-api</p> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@16.0.1-dev.4...@rxap/open-api@16.0.1-dev.5">16.0.1-dev.5</a> (2024-04-09)</h2> <p><strong>Note:</strong> Version bump only for package @rxap/open-api</p> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@16.0.1-dev.3...@rxap/open-api@16.0.1-dev.4">16.0.1-dev.4</a> (2024-03-31)</h2> <p><strong>Note:</strong> Version bump only for package @rxap/open-api</p> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@16.0.1-dev.2...@rxap/open-api@16.0.1-dev.3">16.0.1-dev.3</a> (2024-03-27)</h2> <h3>Bug Fixes</h3> <ul> <li>expose the loaded open api server ids (<a href="https://gitlab.com/rxap/packages/commit/0ee27a1923006509df8f55c26d21f3791afcf83e">0ee27a1</a>)</li> </ul> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@16.0.1-dev.1...@rxap/open-api@16.0.1-dev.2">16.0.1-dev.2</a> (2024-03-11)</h2> <p><strong>Note:</strong> Version bump only for package @rxap/open-api</p> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@16.0.1-dev.0...@rxap/open-api@16.0.1-dev.1">16.0.1-dev.1</a> (2024-03-05)</h2> <p><strong>Note:</strong> Version bump only for package @rxap/open-api</p> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@16.0.0...@rxap/open-api@16.0.1-dev.0">16.0.1-dev.0</a> (2024-02-25)</h2> <h3>Bug Fixes</h3> <ul> <li>align types with generator (<a href="https://gitlab.com/rxap/packages/commit/5aa3b72ad624389230ba0062fbc014871641a0a1">5aa3b72</a>)</li> </ul> <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@16.0.0-dev.29...@rxap/open-api@16.0.0">16.0.0</a> (2024-02-07)</h1> <p><strong>Note:</strong> Version bump only for package @rxap/open-api</p> <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@16.0.0-dev.28...@rxap/open-api@16.0.0-dev.29">16.0.0-dev.29</a> (2023-11-09)</h1> <h3>Bug Fixes</h3> <ul> <li>add origin property to the environment interface (<a href="https://gitlab.com/rxap/packages/commit/0172670c252dfe1753ed72c99bf53b9da50eb908">0172670</a>)</li> </ul> <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@16.0.0-dev.27...@rxap/open-api@16.0.0-dev.28">16.0.0-dev.28</a> (2023-11-09)</h1> <h3>Bug Fixes</h3> <ul> <li>support custom origin (<a href="https://gitlab.com/rxap/packages/commit/8fddd7ac97d6bb92aa7835a6933306d6de9eee24">8fddd7a</a>)</li> </ul> <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@16.0.0-dev.26...@rxap/open-api@16.0.0-dev.27">16.0.0-dev.27</a> (2023-10-18)</h1> <p><strong>Note:</strong> Version bump only for package @rxap/open-api</p> <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@16.0.0-dev.25...@rxap/open-api@16.0.0-dev.26">16.0.0-dev.26</a> (2023-10-11)</h1> <p><strong>Note:</strong> Version bump only for package @rxap/open-api</p> <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@16.0.0-dev.25...@rxap/open-api@16.0.0-dev.25">16.0.0-dev.25</a> (2023-10-11)</h1> <p><strong>Note:</strong> Version bump only for package @rxap/open-api</p> <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@16.0.0-dev.7...@rxap/open-api@16.0.0-dev.25">16.0.0-dev.25</a> (2023-10-11)</h1> <h3>Bug Fixes</h3> <ul> <li>add browser-tailwind as imp dep if project has tailwind configuration (<a href="https://gitlab.com/rxap/packages/commit/3d906604470f4f26d157f4683afe72b3dd8baae3">3d90660</a>)</li> <li>add licence file to publishable packages (<a href="https://gitlab.com/rxap/packages/commit/d7de1cb9db1bd1628f37084e3b0ffd1755aa75f6">d7de1cb</a>)</li> <li>add proper debug output (<a href="https://gitlab.com/rxap/packages/commit/3c7979d2ec9fe603c50dd0fe562e605f56da556f">3c7979d</a>)</li> <li>add tailwind bundle build target and configurations (<a href="https://gitlab.com/rxap/packages/commit/de3825a0e2977389f81cc4ce63e510767ca25810">de3825a</a>)</li> <li>disable schema validation by default (<a href="https://gitlab.com/rxap/packages/commit/25a32a7c20e7203412c0e5c720278884a5dd2a25">25a32a7</a>)</li> <li>ensure the OpenApiHttpResponseError is instance of HttpErrorResponse (<a href="https://gitlab.com/rxap/packages/commit/5f869eae5ebfed76d81ec49956b364d0cbc22b53">5f869ea</a>)</li> <li>ensure the project name is not included in the project tag list (<a href="https://gitlab.com/rxap/packages/commit/46d44798258ea1b20df9d4408b9c0809f55027b2">46d4479</a>)</li> <li>generate readme with peer dependencies to install (<a href="https://gitlab.com/rxap/packages/commit/27c2cd7d98f0c8a499b8c30719f49d69e4970ae9">27c2cd7</a>)</li> <li>peer dependency issue (<a href="https://gitlab.com/rxap/packages/commit/ee95415370d9ef2396916d6c25061a0df791034a">ee95415</a>)</li> <li>simplify init options (<a href="https://gitlab.com/rxap/packages/commit/85971db5db2cc0b7fedf4fabce973685cf873de0">85971db</a>)</li> <li>skip response validation if disabled (<a href="https://gitlab.com/rxap/packages/commit/4067ebf2df3c13ede2850d940b1f81ad82fd21ea">4067ebf</a>)</li> <li>support legacy open api configuration loading (<a href="https://gitlab.com/rxap/packages/commit/25062cdcf4a2fdeb16021fdcf58a7a4362c35421">25062cd</a>)</li> </ul> <h3>Features</h3> <ul> <li>use the ajv package instead of ajv-oai (<a href="https://gitlab.com/rxap/packages/commit/990a1ac0f3b29a8a6507da7c1593fa10e6e38c59">990a1ac</a>)</li> </ul> <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@16.0.0-dev.23...@rxap/open-api@16.0.0-dev.24">16.0.0-dev.24</a> (2023-10-02)</h1> <h3>Bug Fixes</h3> <ul> <li>ensure the OpenApiHttpResponseError is instance of HttpErrorResponse (<a href="https://gitlab.com/rxap/packages/commit/1210f617efcdf7564045b86b3db9cc0c2688667e">1210f61</a>)</li> </ul> <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@16.0.0-dev.22...@rxap/open-api@16.0.0-dev.23">16.0.0-dev.23</a> (2023-09-27)</h1> <p><strong>Note:</strong> Version bump only for package @rxap/open-api</p> <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@16.0.0-dev.21...@rxap/open-api@16.0.0-dev.22">16.0.0-dev.22</a> (2023-09-21)</h1> <h3>Bug Fixes</h3> <ul> <li>skip response validation if disabled (<a href="https://gitlab.com/rxap/packages/commit/861b0c30b59554b99200fc639486ef72f7d1c6b7">861b0c3</a>)</li> </ul> <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@16.0.0-dev.20...@rxap/open-api@16.0.0-dev.21">16.0.0-dev.21</a> (2023-09-12)</h1> <h3>Bug Fixes</h3> <ul> <li>peer dependency issue (<a href="https://gitlab.com/rxap/packages/commit/e67e2b8eb884b598536d16c2c544a9ad9be5b53e">e67e2b8</a>)</li> </ul> <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@16.0.0-dev.19...@rxap/open-api@16.0.0-dev.20">16.0.0-dev.20</a> (2023-09-12)</h1> <p><strong>Note:</strong> Version bump only for package @rxap/open-api</p> <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@16.0.0-dev.18...@rxap/open-api@16.0.0-dev.19">16.0.0-dev.19</a> (2023-09-08)</h1> <h3>Bug Fixes</h3> <ul> <li>simplify init options (<a href="https://gitlab.com/rxap/packages/commit/03b9bb66dd0f20694646e812b006db356a1b0a57">03b9bb6</a>)</li> </ul> <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@16.0.0-dev.17...@rxap/open-api@16.0.0-dev.18">16.0.0-dev.18</a> (2023-09-08)</h1> <h3>Bug Fixes</h3> <ul> <li>disable schema validation by default (<a href="https://gitlab.com/rxap/packages/commit/9dccf98e0c2ecf3a5e29b916d655cb7dedad4c98">9dccf98</a>)</li> </ul> <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@16.0.0-dev.16...@rxap/open-api@16.0.0-dev.17">16.0.0-dev.17</a> (2023-09-07)</h1> <h3>Bug Fixes</h3> <ul> <li>support legacy open api configuration loading (<a href="https://gitlab.com/rxap/packages/commit/d1d06d255850456ba8707469c0e4bd62d82e6fbd">d1d06d2</a>)</li> </ul> <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@16.0.0-dev.15...@rxap/open-api@16.0.0-dev.16">16.0.0-dev.16</a> (2023-09-07)</h1> <p><strong>Note:</strong> Version bump only for package @rxap/open-api</p> <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@16.0.0-dev.14...@rxap/open-api@16.0.0-dev.15">16.0.0-dev.15</a> (2023-09-03)</h1> <p><strong>Note:</strong> Version bump only for package @rxap/open-api</p> <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@16.0.0-dev.13...@rxap/open-api@16.0.0-dev.14">16.0.0-dev.14</a> (2023-09-03)</h1> <p><strong>Note:</strong> Version bump only for package @rxap/open-api</p> <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@16.0.0-dev.12...@rxap/open-api@16.0.0-dev.13">16.0.0-dev.13</a> (2023-09-03)</h1> <h3>Bug Fixes</h3> <ul> <li>add proper debug output (<a href="https://gitlab.com/rxap/packages/commit/1c4e2a2fca02f01509a30d8727489d418bde2ed9">1c4e2a2</a>)</li> </ul> <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@16.0.0-dev.11...@rxap/open-api@16.0.0-dev.12">16.0.0-dev.12</a> (2023-08-31)</h1> <h3>Bug Fixes</h3> <ul> <li>ensure the project name is not included in the project tag list (<a href="https://gitlab.com/rxap/packages/commit/b131ac3bd92b3b8799d62f15bbd30a1997d7c753">b131ac3</a>)</li> </ul> <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@16.0.0-dev.10...@rxap/open-api@16.0.0-dev.11">16.0.0-dev.11</a> (2023-08-04)</h1> <h3>Bug Fixes</h3> <ul> <li>add licence file to publishable packages (<a href="https://gitlab.com/rxap/packages/commit/ca6d4d509a743b89bad5ed7ae935d3007231705a">ca6d4d5</a>)</li> </ul> <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@16.0.0-dev.9...@rxap/open-api@16.0.0-dev.10">16.0.0-dev.10</a> (2023-08-03)</h1> <p><strong>Note:</strong> Version bump only for package @rxap/open-api</p> <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@16.0.0-dev.8...@rxap/open-api@16.0.0-dev.9">16.0.0-dev.9</a> (2023-08-01)</h1> <h3>Bug Fixes</h3> <ul> <li>add browser-tailwind as imp dep if project has tailwind configuration (<a href="https://gitlab.com/rxap/packages/commit/6ea13c5f9b4e652436bf1da879b564d1ed7b8061">6ea13c5</a>)</li> <li>add tailwind bundle build target and configurations (<a href="https://gitlab.com/rxap/packages/commit/bec6b96be15bbc11ad072ccefdcaf7df9e8fea52">bec6b96</a>)</li> <li>generate readme with peer dependencies to install (<a href="https://gitlab.com/rxap/packages/commit/e7039bb5e86ffeadfe7cc92d5fc71d32f8efb4fb">e7039bb</a>)</li> </ul> <h1>16.0.0-dev.8 (2023-08-01)</h1> <h3>Bug Fixes</h3> <ul> <li>restore OpenApiDataSource classes (<a href="https://gitlab.com/rxap/packages/commit/91b14c84c0e8e82cd64ade84513826655f62cda4">91b14c8</a>)</li> <li>restructure and merge mono repos packages, schematics, plugins and nest (<a href="https://gitlab.com/rxap/packages/commit/a057d77ca2acf9426a03a497da8532f8a2fe2c86">a057d77</a>)</li> <li>update package dependency versions (<a href="https://gitlab.com/rxap/packages/commit/45bd022d755c0c11f7d0bcc76d26b39928007941">45bd022</a>)</li> </ul> <h3>Features</h3> <ul> <li>add static InsertServer method (<a href="https://gitlab.com/rxap/packages/commit/d3d4d21a336101c680e20e77330b160ddaf80d4d">d3d4d21</a>)</li> <li>use the ajv package instead of ajv-oai (<a href="https://gitlab.com/rxap/packages/commit/475603c453f6d19009213cb36b6c68dd7f041d79">475603c</a>)</li> </ul> <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@16.0.0-dev.6...@rxap/open-api@16.0.0-dev.7">16.0.0-dev.7</a> (2023-07-20)</h1> <h3>Features</h3> <ul> <li>add static InsertServer method (<a href="https://gitlab.com/rxap/packages/commit/a5b6b090bb39f3bc1bcf611d70ea7e2c7b86c3ca">a5b6b09</a>)</li> </ul> <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@16.0.0-dev.5...@rxap/open-api@16.0.0-dev.6">16.0.0-dev.6</a> (2023-07-11)</h1> <h3>Bug Fixes</h3> <ul> <li>restore OpenApiDataSource classes (<a href="https://gitlab.com/rxap/packages/commit/cbd86a2631b7ac837cb62e898b97d2cb0d2b5738">cbd86a2</a>)</li> </ul> <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@16.0.0-dev.4...@rxap/open-api@16.0.0-dev.5">16.0.0-dev.5</a> (2023-07-10)</h1> <h3>Bug Fixes</h3> <ul> <li>update package dependency versions (<a href="https://gitlab.com/rxap/packages/commit/8479f5c405a885cc0f300cec6156584e4c65d59c">8479f5c</a>)</li> </ul> <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@16.0.0-dev.3...@rxap/open-api@16.0.0-dev.4">16.0.0-dev.4</a> (2023-07-10)</h1> <h3>Bug Fixes</h3> <ul> <li>restructure and merge mono repos packages, schematics, plugins and nest (<a href="https://gitlab.com/rxap/packages/commit/653b4cd39fc92d322df9b3959651fea0aa6079da">653b4cd</a>)</li> </ul> <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@16.0.0-dev.2...@rxap/open-api@16.0.0-dev.3">16.0.0-dev.3</a> (2023-05-31)</h1> <p><strong>Note:</strong> Version bump only for package @rxap/open-api</p> <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@16.0.0-dev.1...@rxap/open-api@16.0.0-dev.2">16.0.0-dev.2</a> (2023-05-30)</h1> <h3>Bug Fixes</h3> <ul> <li>ensure http params are converted to primitivetypes (<a href="https://gitlab.com/rxap/packages/commit/d24a4ff6aa77303171bc6bf9b53c80a207234f03">d24a4ff</a>)</li> </ul> <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@16.0.0-dev.0...@rxap/open-api@16.0.0-dev.1">16.0.0-dev.1</a> (2023-05-18)</h1> <h3>Bug Fixes</h3> <ul> <li>update rxap packagedependencies (<a href="https://gitlab.com/rxap/packages/commit/6e12567c05ee3c504da5079cb393660f2ab4cd30">6e12567</a>)</li> </ul> <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@15.0.0...@rxap/open-api@16.0.0-dev.0">16.0.0-dev.0</a> (2023-05-18)</h1> <h3>chore</h3> <ul> <li>upgrade to nrwl 16.x.x (<a href="https://gitlab.com/rxap/packages/commit/12dd87ef38d465c8af33cd26f7d5d7714bf7c392">12dd87e</a>)</li> </ul> <h3>BREAKING CHANGES</h3> <ul> <li>upgrade nrwl 16.x.x</li> </ul> <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@14.2.0...@rxap/open-api@15.0.0">15.0.0</a> (2023-05-17)</h1> <h3>chore</h3> <ul> <li>upgrade to nrwl 15.x.x (<a href="https://gitlab.com/rxap/packages/commit/ad95577538adc5cd134cde8d1ff3b8fad52c9c2b">ad95577</a>)</li> </ul> <h3>BREAKING CHANGES</h3> <ul> <li>upgrade nrwl 15.x.x</li> </ul> <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@14.2.0-dev.0...@rxap/open-api@14.2.0">14.2.0</a> (2023-05-17)</h1> <p><strong>Note:</strong> Version bump only for package @rxap/open-api</p> <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@14.1.3...@rxap/open-api@14.2.0-dev.0">14.2.0-dev.0</a> (2023-04-18)</h1> <h3>Features</h3> <ul> <li><strong>open-api:</strong> addOpenApiHttpResponseError (<a href="https://gitlab.com/rxap/packages/commit/5b64a88575b9f9a0e715ce93b4fdf917695b67e3">5b64a88</a>)</li> </ul> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@14.1.2...@rxap/open-api@14.1.3">14.1.3</a> (2023-01-27)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>schematics:</strong> support open api projects with subdirectories (<a href="https://gitlab.com/rxap/packages/commit/e07747c71bc878b4bd8784fceb78dfc2a546c5b1">e07747c</a>)</li> <li><strong>schematics:</strong> update open api schematicspackage (<a href="https://gitlab.com/rxap/packages/commit/2e218738023f4c9ea0171d6bd6e16b476cef3eb5">2e21873</a>)</li> </ul> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@14.1.1...@rxap/open-api@14.1.2">14.1.2</a> (2022-12-14)</h2> <p><strong>Note:</strong> Version bump only for package @rxap/open-api</p> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@14.1.0...@rxap/open-api@14.1.1">14.1.1</a> (2022-12-13)</h2> <p><strong>Note:</strong> Version bump only for package @rxap/open-api</p> <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@14.0.4...@rxap/open-api@14.1.0">14.1.0</a> (2022-12-13)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>schematics:</strong> add missing optionserverId (<a href="https://gitlab.com/rxap/packages/commit/6a049a5fedb04a335115ad8baf75839230bddc7f">6a049a5</a>)</li> <li>support string operationdefinitions (<a href="https://gitlab.com/rxap/packages/commit/7d76f80937c1f579bf7f5f24036cc47144b25245">7d76f80</a>)</li> <li>update schematicspackages (<a href="https://gitlab.com/rxap/packages/commit/5ae9da520c4120ec378106d6261f304649eb6378">5ae9da5</a>)</li> <li>update schematicspackages (<a href="https://gitlab.com/rxap/packages/commit/d0881ae44c826af6c8ec8a4df98c6102c950c191">d0881ae</a>)</li> <li><strong>schematics:</strong> add missing overwritemodifier (<a href="https://gitlab.com/rxap/packages/commit/7c09ef6b330f4dc7f3385eccfb3032af5c16e2a4">7c09ef6</a>)</li> <li><strong>schematics:</strong> add skipoptions (<a href="https://gitlab.com/rxap/packages/commit/3e9f8cd5b1a2b74243ccd05c04ee691020f7da74">3e9f8cd</a>)</li> <li><strong>schematics:</strong> use project optionscorrectly (<a href="https://gitlab.com/rxap/packages/commit/456ce6604183d26b04cab87ec2e252c5e92199bf">456ce66</a>)</li> <li><strong>schematics:</strong> use project optionscorrectly (<a href="https://gitlab.com/rxap/packages/commit/927d407f456ce0b321dcd57aa2965830997cb358">927d407</a>)</li> <li>support directory options in librarycreation (<a href="https://gitlab.com/rxap/packages/commit/739bb69641ad5c029c1e5bf8182b349eb6224020">739bb69</a>)</li> </ul> <h3>Features</h3> <ul> <li>support string operationdefinitions (<a href="https://gitlab.com/rxap/packages/commit/6c22d3cff07016456533f9340e17429cbe65e0b6">6c22d3c</a>)</li> </ul> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@14.0.3...@rxap/open-api@14.0.4">14.0.4</a> (2022-11-07)</h2> <h3>Bug Fixes</h3> <ul> <li>join base url and path with emptystring (<a href="https://gitlab.com/rxap/packages/commit/c8a77b6e0a5997eb6c17cae55b5e55480af8ab0e">c8a77b6</a>)</li> </ul> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@14.0.2...@rxap/open-api@14.0.3">14.0.3</a> (2022-10-31)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>schematics:</strong> remove copy-catissues (<a href="https://gitlab.com/rxap/packages/commit/d036e27fad271d8835e82e5785121b231accd330">d036e27</a>)</li> </ul> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@14.0.1...@rxap/open-api@14.0.2">14.0.2</a> (2022-10-31)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>schematics:</strong> load project source fromproject.json (<a href="https://gitlab.com/rxap/packages/commit/66946992546cfac5efe563b4dd2efe8739de007b">6694699</a>)</li> </ul> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@14.0.0...@rxap/open-api@14.0.1">14.0.1</a> (2022-10-07)</h2> <h3>Bug Fixes</h3> <ul> <li>replace package.json withng-package.json (<a href="https://gitlab.com/rxap/packages/commit/ebaaf92a403fd31a4aa538f698fda1e004c037bd">ebaaf92</a>)</li> </ul> <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@13.0.0...@rxap/open-api@14.0.0">14.0.0</a> (2022-09-16)</h1> <h3>chore</h3> <ul> <li>upgrade to 14.x.x (<a href="https://gitlab.com/rxap/packages/commit/66f0719ecac1378ca6f3edbf670de8de2fc33401">66f0719</a>)</li> </ul> <h3>BREAKING CHANGES</h3> <ul> <li>upgrade to 14.x.x</li> </ul> <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@13.0.0-next.16...@rxap/open-api@13.0.0">13.0.0</a> (2022-09-11)</h1> <p><strong>Note:</strong> Version bump only for package @rxap/open-api</p> <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@13.0.0-next.15...@rxap/open-api@13.0.0-next.16">13.0.0-next.16</a> (2022-08-03)</h1> <h3>Bug Fixes</h3> <ul> <li>enforce imports (<a href="https://gitlab.com/rxap/packages/commit/a2e1f7e4874e47dfa1b6c7823c97c1a983c5a0f4">a2e1f7e</a>)</li> </ul> <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@13.0.0-next.14...@rxap/open-api@13.0.0-next.15">13.0.0-next.15</a> (2022-05-30)</h1> <h3>Bug Fixes</h3> <ul> <li>return server config url (<a href="https://gitlab.com/rxap/packages/commit/1f9988a7cc22822e673773011da7710fd1518549">1f9988a</a>)</li> </ul> <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@13.0.0-next.13...@rxap/open-api@13.0.0-next.14">13.0.0-next.14</a> (2022-05-30)</h1> <h3>Bug Fixes</h3> <ul> <li>prevent defaultoverwriting (<a href="https://gitlab.com/rxap/packages/commit/780a8ccca9d1a7b7822b716579b499b05ecb8dcb">780a8cc</a>)</li> </ul> <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@13.0.0-next.12...@rxap/open-api@13.0.0-next.13">13.0.0-next.13</a> (2022-05-30)</h1> <h3>Bug Fixes</h3> <ul> <li>remove newlines fromoperation (<a href="https://gitlab.com/rxap/packages/commit/573b6e9a9cfed47b187f53ef279481bf655ebf85">573b6e9</a>)</li> </ul> <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@13.0.0-next.11...@rxap/open-api@13.0.0-next.12">13.0.0-next.12</a> (2022-05-23)</h1> <h3>Bug Fixes</h3> <ul> <li>update open api schematicspackage (<a href="https://gitlab.com/rxap/packages/commit/b5107adc1c43204d46802c5589a2803d47313140">b5107ad</a>)</li> </ul> <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@13.0.0-next.10...@rxap/open-api@13.0.0-next.11">13.0.0-next.11</a> (2022-05-10)</h1> <h3>Bug Fixes</h3> <ul> <li>make inline optionally (<a href="https://gitlab.com/rxap/packages/commit/9e2db51469d618db02e23e93c7f2308af0fbd469">9e2db51</a>)</li> </ul> <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@13.0.0-next.9...@rxap/open-api@13.0.0-next.10">13.0.0-next.10</a> (2022-05-10)</h1> <h3>Bug Fixes</h3> <ul> <li>generate operation string withquotes (<a href="https://gitlab.com/rxap/packages/commit/1523ce27684594a48c2ae9580c367c221414382f">1523ce2</a>)</li> </ul> <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@13.0.0-next.8...@rxap/open-api@13.0.0-next.9">13.0.0-next.9</a> (2022-05-10)</h1> <h3>Bug Fixes</h3> <ul> <li>generate operation string withquotes (<a href="https://gitlab.com/rxap/packages/commit/3e230bdf187da50d4bf5f1a40fcfb2b422b1860a">3e230bd</a>)</li> <li>remove extends (<a href="https://gitlab.com/rxap/packages/commit/5f37065ae440f46fab5bf2e9b4e5b414a8b736c5">5f37065</a>)</li> </ul> <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@13.0.0-next.7...@rxap/open-api@13.0.0-next.8">13.0.0-next.8</a> (2022-05-09)</h1> <h3>Bug Fixes</h3> <ul> <li>update to @rxap/<a href="mailto:schematics-open-api@13.0.0-next.3">schematics-open-api@13.0.0-next.3</a> (<a href="https://gitlab.com/rxap/packages/commit/b601d9ea2bff280cfee25e68e5a299dedf88c925">b601d9e</a>)</li> </ul> <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@13.0.0-next.6...@rxap/open-api@13.0.0-next.7">13.0.0-next.7</a> (2022-05-09)</h1> <h3>Bug Fixes</h3> <ul> <li>support fallback id if the operationId is notdefined (<a href="https://gitlab.com/rxap/packages/commit/1b24d3f85632ba59174e5ac498966d5db7048165">1b24d3f</a>)</li> </ul> <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@13.0.0-next.5...@rxap/open-api@13.0.0-next.6">13.0.0-next.6</a> (2022-05-09)</h1> <h3>Bug Fixes</h3> <ul> <li>support custom targetproject (<a href="https://gitlab.com/rxap/packages/commit/9f8290d26444c3a1eb10d80aa5ed5703a04934fd">9f8290d</a>)</li> </ul> <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@13.0.0-next.4...@rxap/open-api@13.0.0-next.5">13.0.0-next.5</a> (2022-05-09)</h1> <h3>Bug Fixes</h3> <ul> <li>remove @rxap/utiliteisdependency (<a href="https://gitlab.com/rxap/packages/commit/daa90d877ceaa2702a853459e3abd6c1990bfe57">daa90d8</a>)</li> </ul> <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@13.0.0-next.3...@rxap/open-api@13.0.0-next.4">13.0.0-next.4</a> (2022-05-09)</h1> <h3>Features</h3> <ul> <li>support inline openapiconfiguration (<a href="https://gitlab.com/rxap/packages/commit/3046f824ef0eec85f33caf75a2d1471f24138590">3046f82</a>)</li> </ul> <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@12.4.0...@rxap/open-api@13.0.0-next.3">13.0.0-next.3</a> (2022-05-02)</h1> <h3>Build System</h3> <ul> <li>upgrade to nrwl/angular13.x.x (<a href="https://gitlab.com/rxap/packages/commit/f8920e7dde7bd2d4b4efac2b7097543d51482f81">f8920e7</a>)</li> </ul> <h3>BREAKING CHANGES</h3> <ul> <li>update the core nrwl/angular packages to 13.x.x</li> </ul> <p>Signed-off-by: Merzough Münker <a href="mailto:mmuenker@digitaix.com">mmuenker@digitaix.com</a></p> <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@12.3.0...@rxap/open-api@12.4.0">12.4.0</a> (2022-04-06)</h1> <h3>Features</h3> <ul> <li>add injection token to disablevalidation (<a href="https://gitlab.com/rxap/packages/commit/adf80adbde0b039d4ef33e60205b625ca180706f">adf80ad</a>)</li> </ul> <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@12.2.7...@rxap/open-api@12.3.0">12.3.0</a> (2022-04-06)</h1> <h3>Features</h3> <ul> <li>add injection token to disable schemavalidation (<a href="https://gitlab.com/rxap/packages/commit/668ea742ba88e67f7dd967797e4ef179d0b389f7">668ea74</a>)</li> </ul> <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@13.0.0-next.1...@rxap/open-api@13.0.0-next.2">13.0.0-next.2</a> (2022-03-29)</h1> <p><strong>Note:</strong> Version bump only for package @rxap/open-api</p> <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@12.2.7...@rxap/open-api@13.0.0-next.1">13.0.0-next.1</a> (2022-03-24)</h1> <h3>Build System</h3> <ul> <li>upgrade to nrwl/angular13.x.x (<a href="https://gitlab.com/rxap/packages/commit/f8920e7dde7bd2d4b4efac2b7097543d51482f81">f8920e7</a>)</li> </ul> <h3>BREAKING CHANGES</h3> <ul> <li>update the core nrwl/angular packages to 13.x.x</li> </ul> <p>Signed-off-by: Merzough Münker <a href="mailto:mmuenker@digitaix.com">mmuenker@digitaix.com</a></p> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@12.2.6...@rxap/open-api@12.2.7">12.2.7</a> (2022-03-17)</h2> <h3>Bug Fixes</h3> <ul> <li>prevent side effects from validating an object against aschema (<a href="https://gitlab.com/rxap/packages/commit/ca6018d087e9eef9d1cf5fe95bacdb882ff3fd89">ca6018d</a>)</li> </ul> <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@12.2.6...@rxap/open-api@13.0.0-next.0">13.0.0-next.0</a> (2022-02-19)</h1> <h3>Build System</h3> <ul> <li>upgrade to nrwl/angular13.x.x (<a href="https://gitlab.com/rxap/packages/commit/f8920e7dde7bd2d4b4efac2b7097543d51482f81">f8920e7</a>)</li> </ul> <h3>BREAKING CHANGES</h3> <ul> <li>update the core nrwl/angular packages to 13.x.x</li> </ul> <p>Signed-off-by: Merzough Münker <a href="mailto:mmuenker@digitaix.com">mmuenker@digitaix.com</a></p> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@12.2.5...@rxap/open-api@12.2.6">12.2.6</a> (2022-02-17)</h2> <p><strong>Note:</strong> Version bump only for package @rxap/open-api</p> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@12.2.4...@rxap/open-api@12.2.5">12.2.5</a> (2022-01-28)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>schema-validation:</strong> only throw a validation error if schema is notmatched (<a href="https://gitlab.com/rxap/packages/commit/288e8a9bc7f3e183853ffaa83feaaa3107f456cc">288e8a9</a>)</li> </ul> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@12.2.3...@rxap/open-api@12.2.4">12.2.4</a> (2022-01-27)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>schema-validation:</strong> allow parameters ==null (<a href="https://gitlab.com/rxap/packages/commit/cb7a331790e484b9061dfb6e8bcfc18686cbe306">cb7a331</a>)</li> </ul> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@12.2.2...@rxap/open-api@12.2.3">12.2.3</a> (2021-12-15)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>open-api-remote-method:</strong> ignore undefined queryparameters (<a href="https://gitlab.com/rxap/packages/commit/a2ce46437fd247f96787320e96c493621341cf8a">a2ce464</a>)</li> </ul> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@12.2.1...@rxap/open-api@12.2.2">12.2.2</a> (2021-12-07)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>open-api-remote-method:</strong> set http with credentials to true if notspecified (<a href="https://gitlab.com/rxap/packages/commit/03a0f76aee3521a3535c6cd73d9379a57f16fccd">03a0f76</a>)</li> </ul> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@12.2.0...@rxap/open-api@12.2.1">12.2.1</a> (2021-11-25)</h2> <h3>Bug Fixes</h3> <ul> <li>generate openapi provider as contextvariable (<a href="https://gitlab.com/rxap/packages/commit/f197699f5f7e11a5dc102435b939d6c25758de63">f197699</a>)</li> </ul> <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@12.1.2...@rxap/open-api@12.2.0">12.2.0</a> (2021-11-25)</h1> <h3>Features</h3> <ul> <li>generate openapi providerobject (<a href="https://gitlab.com/rxap/packages/commit/7a2138a1222e2fd7fb4affb7b6f1dd5ea16fc366">7a2138a</a>)</li> </ul> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@12.1.2-next.0...@rxap/open-api@12.1.2">12.1.2</a> (2021-11-25)</h2> <p><strong>Note:</strong> Version bump only for package @rxap/open-api</p> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@12.1.1...@rxap/open-api@12.1.2-next.0">12.1.2-next.0</a> (2021-11-24)</h2> <h3>Bug Fixes</h3> <ul> <li>use default prefix if notdefined (<a href="https://gitlab.com/rxap/packages/commit/d2ef6bd3bb53b773b66c3fc5847e39064820412f">d2ef6bd</a>)</li> </ul> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@12.1.1-next.1...@rxap/open-api@12.1.1">12.1.1</a> (2021-10-11)</h2> <p><strong>Note:</strong> Version bump only for package @rxap/open-api</p> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@12.1.1-next.0...@rxap/open-api@12.1.1-next.1">12.1.1-next.1</a> (2021-09-13)</h2> <p><strong>Note:</strong> Version bump only for package @rxap/open-api</p> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@12.1.0...@rxap/open-api@12.1.1-next.0">12.1.1-next.0</a> (2021-09-13)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>schematics:</strong> remove old open apidir (<a href="https://gitlab.com/rxap/packages/commit/a60d09ec33c78bafb64fab9766555321d11a15fe">a60d09e</a>)</li> </ul> <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@12.1.0-next.0...@rxap/open-api@12.1.0">12.1.0</a> (2021-07-22)</h1> <p><strong>Note:</strong> Version bump only for package @rxap/open-api</p> <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@12.0.13...@rxap/open-api@12.1.0-next.0">12.1.0-next.0</a> (2021-07-21)</h1> <h3>Features</h3> <ul> <li>support filter string (<a href="https://gitlab.com/rxap/packages/commit/3062bf1d1430d182343ac985a4b33cd2a076451d">3062bf1</a>)</li> </ul> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@12.0.13-next.0...@rxap/open-api@12.0.13">12.0.13</a> (2021-07-09)</h2> <p><strong>Note:</strong> Version bump only for package @rxap/open-api</p> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@12.0.12...@rxap/open-api@12.0.13-next.0">12.0.13-next.0</a> (2021-07-09)</h2> <h3>Bug Fixes</h3> <ul> <li>split into rxjs and reflect-metadata subpackages (<a href="https://gitlab.com/rxap/packages/commit/ab6e32562dbed73752165f3568624f8d3417d7ee">ab6e325</a>)</li> </ul> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@12.0.12-next.1...@rxap/open-api@12.0.12">12.0.12</a> (2021-07-09)</h2> <p><strong>Note:</strong> Version bump only for package @rxap/open-api</p> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@12.0.12-next.0...@rxap/open-api@12.0.12-next.1">12.0.12-next.1</a> (2021-06-30)</h2> <p><strong>Note:</strong> Version bump only for package @rxap/open-api</p> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@12.0.11...@rxap/open-api@12.0.12-next.0">12.0.12-next.0</a> (2021-06-29)</h2> <p><strong>Note:</strong> Version bump only for package @rxap/open-api</p> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@12.0.10...@rxap/open-api@12.0.11">12.0.11</a> (2021-06-24)</h2> <p><strong>Note:</strong> Version bump only for package @rxap/open-api</p> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@12.0.9...@rxap/open-api@12.0.10">12.0.10</a> (2021-06-23)</h2> <p><strong>Note:</strong> Version bump only for package @rxap/open-api</p> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@12.0.8...@rxap/open-api@12.0.9">12.0.9</a> (2021-06-23)</h2> <p><strong>Note:</strong> Version bump only for package @rxap/open-api</p> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@12.0.7...@rxap/open-api@12.0.8">12.0.8</a> (2021-06-23)</h2> <p><strong>Note:</strong> Version bump only for package @rxap/open-api</p> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@12.0.6...@rxap/open-api@12.0.7">12.0.7</a> (2021-06-17)</h2> <h3>Bug Fixes</h3> <ul> <li>remove @rxap/schematics/utilitiesimport (<a href="https://gitlab.com/rxap/packages/commit/ad00fa7fcd5c9cbfe6608dca9211b834cd449745">ad00fa7</a>)</li> </ul> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@12.0.5...@rxap/open-api@12.0.6">12.0.6</a> (2021-06-14)</h2> <p><strong>Note:</strong> Version bump only for package @rxap/open-api</p> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@12.0.4...@rxap/open-api@12.0.5">12.0.5</a> (2021-06-10)</h2> <p><strong>Note:</strong> Version bump only for package @rxap/open-api</p> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@12.0.3...@rxap/open-api@12.0.4">12.0.4</a> (2021-06-10)</h2> <p><strong>Note:</strong> Version bump only for package @rxap/open-api</p> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@12.0.2...@rxap/open-api@12.0.3">12.0.3</a> (2021-06-10)</h2> <p><strong>Note:</strong> Version bump only for package @rxap/open-api</p> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/open-api@11.8.9...@rxap/open-api@12.0.2">12.0.2</a> (2021-06-09)<