NH_spa

Support for Single-Page Applications (SPA).

コードが変更されたバージョンのみを表示しています すべてのバージョンを表示

  • v8 2026/05/06

    Fix docstring missed during refactor.

    Issue #286.

    Promote WatchPage from documentation to implementation.

    Closes #321.

  • v7 2026/05/03

    Expose details so that Page instances can use it.

    Issue #286.

    Bump version number.

  • v6 2026/04/23

    Make testServices an async function.

    It turns out that change 36f50d made this test fail, and that was missed.

    Issues #286, #304.

    Bump version number.

  • v5 2026/04/20

    Implement #waitUntilReady().

    Considering the readySelector field is present, it makes more sense to implement this internally, rather than as a service.

    Issue #286.

    Bump version number.

  • v4 2026/04/18

    eslint: Fully disallow name as a local variable.

    Closes #238.

    Run dispose() asynchronously to match impedance with creation.

    Prior to this, when tests were run in LIT (dev mode), the MutationObservers would actually get attached after dispose() was executed.

    Issue #286.

    Bump version number.

  • v3 2026/04/03

    Add a [Symbol.dispose] method to SPA.

    Now that there are actually some tests for SPA, it was noticed that there were multiple ones running because they were not cleaned up during testing.

    Becuase still using older versions of eslint, unable to utilize using in the tests.

    Issue #286.

    Stop shadowing the global name.

    Issue #238.

    Bump version number.

  • v2 2026/03/31

    Run through ispell.

    Bump version number.

  • v1 2026/03/19 Imported from URL
  • v1 2026/03/19

    Changing type to library.

  • v1 2026/03/18 Imported from URL