Skip to content

Releases: nombrekeff/cardboard-js

v0.0.4 - A doc-y one

09 Jun 20:09

Choose a tag to compare

Pull Request Overview

This PR synchronizes documentation with recent code refactors and adds new Observable helper methods to the docs.

  • Updated createObservable and related function docs to reference the IObservable interface rather than the Observable class.
  • Refactored source links and line numbers in each enum and various function docs.
  • Added computed helper methods (equalTo, grab, greaterThan, etc.) to the Observable API docs.

Reviewed Changes

Copilot reviewed 219 out of 219 changed files in this pull request and generated no comments.

File Description
docs/functions/cardboard.createObservable.html Switched return type references from Observable class to IObservable interface and updated links.
docs/enums/each.DiffState.html Updated source file paths and line numbers for enum members after refactoring.
docs/classes/observables.Observable.html Added index entries and member sections for new computed helper methods on Observable.
Comments suppressed due to low confidence (2)

docs/functions/cardboard.createObservable.html:23

  • The description still refers to the Observable class and links to the old class definition—update this to reference the IObservable interface (both text and URL).
<div class="tsd-comment tsd-typography"><p>Create a new <a href="../variables/cardboard.Cardboard.html#__type.Observable" class="tsd-kind-class">Observable</a>  </p>

docs/classes/observables.Observable.html:67

  • New equalTo helper is documented but there are no accompanying usage examples or references to unit tests—consider adding tests and examples to validate its behavior.
+<a href="observables.Observable.html#equalTo" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>equal<wbr/>To</span></a>

v0.0.3 - More nomenglature changes

05 Jun 18:49
d6bf146

Choose a tag to compare

0.0.3 (2025-06-05)

  • breaking: renamed attach/detach to mountPoint/restoreMountPoint (5abee3c)
  • fix: added common attributes type (fc9a0d1)
  • fix: fixed lifecycle adding destroy callback to wrong property (0adb3ec)
  • fix: improved lifecycle typing (a011cd9)
  • fix: refactored and improved app example (b582229)
  • chore: renamed some references to old hooks (19255b6)
  • feat: renamed lifecycle hooks (a6b8262)
  • feat: renamed lifecycle hooks again (56b8492)

v0.0.2 - Nomenglature changes

03 Jun 23:08

Choose a tag to compare

Pre-release
  • Changed Consumable to Observable
  • Changed intersect to compute
  • Improved readme, removed verbosity
  • Added more doc comments

v0.0.0-alpha.1

18 Nov 19:52

Choose a tag to compare

v0.0.0-alpha.1 Pre-release
Pre-release

First semi-stable version.

What's Changed

New Contributors

Full Changelog: https://github.com/nombrekeff/cardboard-js/commits/v0.0.0-alpha.0