You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- [01e0571](https://github.com/boostorg/url/commit/01e0571) `decode_view` was forward-declared but not complete when `pct_string_view::operator*()` was declared ([PR #963](https://github.com/boostorg/url/pull/963))
335
+
- [cbaf493](https://github.com/boostorg/url/commit/cbaf493) `parse_query` guard for empty `string_view` inputs from null data ([PR #949](https://github.com/boostorg/url/pull/949))
336
+
- [161cf73](https://github.com/boostorg/url/commit/161cf73) example router is now move-only ([PR #959](https://github.com/boostorg/url/pull/959))
337
+
- [13f0110](https://github.com/boostorg/url/commit/13f0110) natvis: add visualizers for segments ([PR #962](https://github.com/boostorg/url/pull/962))
335
338
336
339
**Refactors**
337
340
- [e809ee4](https://github.com/boostorg/url/commit/e809ee4) `token_rule_t` now uses the [empty base optimization](https://en.cppreference.com/w/cpp/language/ebo) via [`empty_value`](https://www.boost.org/doc/libs/release/libs/core/doc/html/core/empty_value.html) and provides conditional default construction ([PR #964](https://github.com/boostorg/url/pull/964))
338
341
339
342
**Documentation**
340
343
- [32c3ddc](https://github.com/boostorg/url/commit/32c3ddc) new **[design rationale page](https://github.com/boostorg/url/pull/987)**
344
+
- [000476c](https://github.com/boostorg/url/commit/000476c) restore library-detail.adoc with shorter description
341
345
- Legacy QuickBook documentation removed in favor of Antora-based docs
- [888cd8c](https://github.com/boostorg/url/commit/888cd8c) **[MrDocs-generated tagfiles](https://github.com/boostorg/url/pull/951)** for cross-referencing with other Boost libraries
344
355
345
356
**Tests**
346
357
- [e946887](https://github.com/boostorg/url/commit/e946887) URL with `?` in query string ([PR #978](https://github.com/boostorg/url/pull/978), [#926](https://github.com/boostorg/url/issues/926))
0 commit comments